mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -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_DOWN] = strdup("Control+minus Control+KP_Subtract"),
|
||||
[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 = {
|
||||
[BIND_ACTION_PRIMARY_PASTE] = {BTN_MIDDLE, 1, BIND_ACTION_PRIMARY_PASTE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue