diff options
-rw-r--r-- | kusanagi/sway/config | 2 | ||||
-rw-r--r-- | kusanagi/xkb/symbols/custom-fr | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kusanagi/sway/config b/kusanagi/sway/config index 45af8a5..b8c5fe9 100644 --- a/kusanagi/sway/config +++ b/kusanagi/sway/config @@ -139,7 +139,7 @@ bindsym $mod+minus workspace 6 bindsym $mod+dead_grave workspace 7 bindsym $mod+underscore workspace 8 bindsym $mod+ccedilla workspace 9 -bindsym $mod+parenright workspace 10 +bindsym $mod+braceright workspace 10 workspace_auto_back_and_forth yes diff --git a/kusanagi/xkb/symbols/custom-fr b/kusanagi/xkb/symbols/custom-fr index 3869b42..6480102 100644 --- a/kusanagi/xkb/symbols/custom-fr +++ b/kusanagi/xkb/symbols/custom-fr @@ -1180,7 +1180,7 @@ xkb_symbols "(unnamed)" { #}; key <TLDE> { type= "FOUR_LEVEL", - symbols[Group1]= [ bracketleft, at, twosuperior, threesuperior ] + symbols[Group1]= [ asciicircum, bracketleft, twosuperior, threesuperior ] }; #key <AE01> { @@ -1253,7 +1253,7 @@ xkb_symbols "(unnamed)" { #}; key <AE10> { type= "FOUR_LEVEL", - symbols[Group1]= [ parenright, 0, at, Agrave ] + symbols[Group1]= [ braceright, 0, at, Agrave ] }; #key <AE11> { @@ -1262,7 +1262,7 @@ xkb_symbols "(unnamed)" { #}; key <AE11> { type= "FOUR_LEVEL", - symbols[Group1]= [ braceright, equal, bracketright, degree ] + symbols[Group1]= [ parenright, bracketright, bracketright, degree ] }; #key <AE12> { @@ -1271,7 +1271,7 @@ xkb_symbols "(unnamed)" { #}; key <AE12> { type= "FOUR_LEVEL", - symbols[Group1]= [ bracketright, plus, notequal, plusminus ] + symbols[Group1]= [ equal, plus, notequal, plusminus ] }; key <BKSP> { [ BackSpace, BackSpace ] }; @@ -1327,7 +1327,7 @@ xkb_symbols "(unnamed)" { #}; key <AD12> { type= "FOUR_LEVEL", - symbols[Group1]= [ dollar, asciicircum, oslash, Oslash ] + symbols[Group1]= [ dollar, at, oslash, Oslash ] }; key <RTRN> { [ Return ] }; |