feat(win32 gui): add font selection palette

closes #102
This commit is contained in:
CJ van den Berg 2025-01-17 20:32:20 +01:00
parent 3e953981fe
commit e1b1591167
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
10 changed files with 184 additions and 14 deletions

View file

@ -81,6 +81,7 @@
["ctrl+x ctrl+f", "open_file"],
["ctrl+x b", "open_recent"],
["alt+x", "open_command_palette"],
["f", "change_fontface"],
["ctrl+x ctrl+c", "quit"]
]
}

View file

@ -207,6 +207,7 @@
["g", "open_gui_config"],
["k", "open_keybind_config"],
["t", "change_theme"],
["f", "change_fontface"],
["q", "quit"],
["ctrl+\\", "add_split"],
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],

View file

@ -515,6 +515,7 @@
["b", "open_keybind_config"],
["j", "home_menu_down"],
["k", "home_menu_up"],
["f", "change_fontface"],
["space", "home_menu_activate"]
]
}

View file

@ -100,6 +100,7 @@
["b", "open_keybind_config"],
["j", "home_menu_down"],
["k", "home_menu_up"],
["f", "change_fontface"],
["<Space>", "home_menu_activate"]
]
}