aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Konstantin Pospelov <kupospelov@gmail.com>2019-02-20 14:54:59 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2019-04-26 20:56:48 +0300
commitddf63ffabefd740bf2afa1addaf6e859d65aba6a (patch)
treed9bbf2dbe7ade0b7c4121a3afcaa2bfd4b5488f9 /sway/commands/input.c
parentbindsym: update the man page to include --to-code (diff)
downloadsway-ddf63ffabefd740bf2afa1addaf6e859d65aba6a.tar.gz
sway-ddf63ffabefd740bf2afa1addaf6e859d65aba6a.tar.zst
sway-ddf63ffabefd740bf2afa1addaf6e859d65aba6a.zip
bindsym: consider xkb_rule_names for --to-code
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index 2de07de6..0195082c 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -48,7 +48,7 @@ static void retranslate_keysyms(struct input_config *input_config) {
48 if (ic->xkb_layout) { 48 if (ic->xkb_layout) {
49 // this is the first config with xkb_layout 49 // this is the first config with xkb_layout
50 if (ic->identifier == input_config->identifier) { 50 if (ic->identifier == input_config->identifier) {
51 translate_keysyms(ic->xkb_layout); 51 translate_keysyms(ic);
52 } 52 }
53 53
54 return; 54 return;