sway rebind menu key
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ input type:touchpad {
|
||||
}
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout "us,us_norwegian"
|
||||
xkb_layout "us_custom,us_norwegian"
|
||||
xkb_options "grp:shifts_toggle,caps:escape"
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
partial alphanumeric_keys
|
||||
xkb_symbols "basic" {
|
||||
include "us(basic)"
|
||||
name[Group1]= "US Custom";
|
||||
key <MENU> { [ Super_L ] };
|
||||
};
|
||||
@@ -3,6 +3,7 @@ xkb_symbols "basic" {
|
||||
include "us(basic)"
|
||||
name[Group1]= "US Custom Norwegian";
|
||||
|
||||
key <MENU> { [ Super_L ] };
|
||||
key <AD01> { [ q, Q, aring, Aring ] };
|
||||
key <AD11> { [ bracketleft, braceleft, aring, Aring ] };
|
||||
key <AD02> { [ w, W, ae, AE ] };
|
||||
|
||||
Reference in New Issue
Block a user