summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
committerQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
commitfc2d65df0c455c1aa3c3d54a79ea8b5e1727cdf4 (patch)
treede608d9935d7d7cfd6519b3e75acdf032c8458df /source/keyb.c
parent108c16e0d4a8d576a2655daebc022832f4e647db (diff)
Playing with atom
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 4d9c2cd5..0e6b5dee 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -81,8 +81,8 @@ DefaultBinding bindings[NUM_ABE] =
{ .id = CUSTOM_14, .name = "kb-custom-14", .keybinding = "Alt+Shift+4" },
{ .id = CUSTOM_15, .name = "kb-custom-15", .keybinding = "Alt+Shift+5" },
{ .id = CUSTOM_16, .name = "kb-custom-16", .keybinding = "Alt+Shift+6" },
- { .id = CUSTOM_17, .name = "kb-custom-17", .keybinding = "Alt+Shift+7" },
{ .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" },
};