aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c
index f3bf72ad..f963001b 100644
--- a/sway/commands/bind.c
+++ b/sway/commands/bind.c
@@ -158,7 +158,7 @@ static struct cmd_results * cmd_bindsym_or_bindcode(int argc, char **argv, bool
158 } 158 }
159 159
160 if (bindcode) { 160 if (bindcode) {
161 *key = (uint32_t) (keycode - 8); 161 *key = (uint32_t) keycode;
162 } else { 162 } else {
163 *key = (uint32_t) keysym; 163 *key = (uint32_t) keysym;
164 } 164 }