Compare commits
2 Commits
775b156dba
...
cf3995dbee
| Author | SHA1 | Date | |
|---|---|---|---|
| cf3995dbee | |||
| 9740d45462 |
+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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)"
|
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 ] };
|
||||||
|
|||||||
Reference in New Issue
Block a user