summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-13 11:50:59 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-13 11:52:40 +0100
commitf3c22c50e43ffeb32d11862c36d6570db37c1ebe (patch)
tree6033a12164da4fd90fa68062b6d0fbf2afadcad5 /source/keyb.c
parent08d6d6b6855d908ff662927fadc8d011114bd193 (diff)
Add sorting switch: Issue: #298
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 3d0c0ede..03c4a143 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -84,7 +84,8 @@ DefaultBinding bindings[NUM_ABE] =
{ .id = CUSTOM_18, .name = "kb-custom-18", .keybinding = "Alt+Shift+8" },
{ .id = CUSTOM_17, .name = "kb-custom-17", .keybinding = "Alt+Shift+7" },
{ .id = CUSTOM_19, .name = "kb-custom-19", .keybinding = "Alt+Shift+9" },
- { .id = SCREENSHOT, .name = "kb-screenshot", .keybinding = "Alt+Shift+S" },
+ { .id = SCREENSHOT, .name = "kb-screenshot", .keybinding = "Alt+Shift+S" },
+ { .id = TOGGLE_SORT, .name = "kb-toggle-sort", .keybinding = "Alt+grave" },
};
void setup_abe ( void )