diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 4250d51f..88d28646 100644 --- a/src/config.h +++ b/src/config.h @@ -67,6 +67,7 @@ static KeyValue KEYS[] = { { "scroll_up", { "k", 0, }, }, { "show_keys", { "Sk", 0, }, }, { "show_settings", { "Ss", 0, }, }, + { "stop_loading", { "s", GDK_CONTROL_MASK, }, }, { "toggle_bottomstack", { "tb", 0, }, }, { "toggle_maximized", { "gm", 0, }, }, { "view_source", { "gf", 0, }, }, |