mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
conf: change default key binding for spawn-terminal to ctrl+shift+n
This commit is contained in:
parent
6e63fdb053
commit
87d641695a
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -850,7 +850,7 @@ config_load(struct config *conf, const char *conf_path)
|
||||||
[BIND_ACTION_FONT_SIZE_UP] = strdup("Control+plus Control+equal Control+KP_Add"),
|
[BIND_ACTION_FONT_SIZE_UP] = strdup("Control+plus Control+equal Control+KP_Add"),
|
||||||
[BIND_ACTION_FONT_SIZE_DOWN] = strdup("Control+minus Control+KP_Subtract"),
|
[BIND_ACTION_FONT_SIZE_DOWN] = strdup("Control+minus Control+KP_Subtract"),
|
||||||
[BIND_ACTION_FONT_SIZE_RESET] = strdup("Control+0 Control+KP_0"),
|
[BIND_ACTION_FONT_SIZE_RESET] = strdup("Control+0 Control+KP_0"),
|
||||||
[BIND_ACTION_SPAWN_TERMINAL] = strdup("Control+Shift+Return"),
|
[BIND_ACTION_SPAWN_TERMINAL] = strdup("Control+Shift+N"),
|
||||||
},
|
},
|
||||||
.mouse = {
|
.mouse = {
|
||||||
[BIND_ACTION_PRIMARY_PASTE] = {BTN_MIDDLE, 1, BIND_ACTION_PRIMARY_PASTE},
|
[BIND_ACTION_PRIMARY_PASTE] = {BTN_MIDDLE, 1, BIND_ACTION_PRIMARY_PASTE},
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ e.g. *search-start=NONE*.
|
||||||
Resets the font size to the default. Default: _Control+0 Control+KP\_0_.
|
Resets the font size to the default. Default: _Control+0 Control+KP\_0_.
|
||||||
|
|
||||||
*spawn-terminal*
|
*spawn-terminal*
|
||||||
Spawns a new terminal. Default: _Control+Shift+Return_.
|
Spawns a new terminal. Default: _Control+Shift+N_.
|
||||||
|
|
||||||
*minimize*
|
*minimize*
|
||||||
Minimizes the window. Default: _not bound_.
|
Minimizes the window. Default: _not bound_.
|
||||||
|
|
|
||||||
2
footrc
2
footrc
|
|
@ -52,7 +52,7 @@
|
||||||
# font-increase=Control+plus Control+equal Control+KP_Add
|
# font-increase=Control+plus Control+equal Control+KP_Add
|
||||||
# font-decrease=Control+minus Control+KP_Subtract
|
# font-decrease=Control+minus Control+KP_Subtract
|
||||||
# font-reset=Control+0 Control+KP_0
|
# font-reset=Control+0 Control+KP_0
|
||||||
# spawn-terminal=Control+Shift+Return
|
# spawn-terminal=Control+Shift+N
|
||||||
# # minimize=<not bound>
|
# # minimize=<not bound>
|
||||||
# # maximize=<not bound>
|
# # maximize=<not bound>
|
||||||
# # fullscreen=<not bound>
|
# # fullscreen=<not bound>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue