sway rebind menu key

This commit is contained in:
Henrik Bakken
2026-02-21 15:02:41 +01:00
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ input type:touchpad {
} }
input type:keyboard { input type:keyboard {
xkb_layout "us,us_norwegian" xkb_layout "us_custom,us_norwegian"
xkb_options "grp:shifts_toggle,caps:escape" xkb_options "grp:shifts_toggle,caps:escape"
} }
+6
View File
@@ -0,0 +1,6 @@
partial alphanumeric_keys
xkb_symbols "basic" {
include "us(basic)"
name[Group1]= "US Custom";
key <MENU> { [ Super_L ] };
};
+1
View File
@@ -3,6 +3,7 @@ xkb_symbols "basic" {
include "us(basic)" include "us(basic)"
name[Group1]= "US Custom Norwegian"; name[Group1]= "US Custom Norwegian";
key <MENU> { [ Super_L ] };
key <AD01> { [ q, Q, aring, Aring ] }; key <AD01> { [ q, Q, aring, Aring ] };
key <AD11> { [ bracketleft, braceleft, aring, Aring ] }; key <AD11> { [ bracketleft, braceleft, aring, Aring ] };
key <AD02> { [ w, W, ae, AE ] }; key <AD02> { [ w, W, ae, AE ] };