diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-09-17 16:01:53 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-09-17 16:01:53 +0200 |
commit | 38b1ca6ded632268f72cf24bdb400022bfb4e62f (patch) | |
tree | a0efc9aa45b4580059351bd2a63b9b2e13085971 | |
parent | 9aca8f30138f5a7f2129403c9f92341286f815e6 (diff) |
Rolled back to custom CH, will move to custom GB keyboard after algo
-rw-r--r-- | .config/gtk-2.0/gtkfilechooser.ini | 4 | ||||
-rw-r--r-- | .xkb/desktop | 2 | ||||
-rw-r--r-- | .xkb/symbols/ch-custom | 24 | ||||
-rw-r--r-- | .xkb/x1 | 2 |
4 files changed, 28 insertions, 4 deletions
diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index 7ffc6b0..0b5796b 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -2,8 +2,8 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=0 -GeometryY=0 +GeometryX=1894 +GeometryY=277 GeometryWidth=852 GeometryHeight=630 SortColumn=name diff --git a/.xkb/desktop b/.xkb/desktop index b6aa73e..54792c0 100644 --- a/.xkb/desktop +++ b/.xkb/desktop @@ -3,6 +3,6 @@ xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; - xkb_symbols { include "pc+gb+inet(evdev)+custom(desktop)" }; + xkb_symbols { include "pc+ch+inet(evdev)+ch-custom(desktop)" }; xkb_geometry { include "pc(pc105)" }; }; diff --git a/.xkb/symbols/ch-custom b/.xkb/symbols/ch-custom new file mode 100644 index 0000000..66cd95d --- /dev/null +++ b/.xkb/symbols/ch-custom @@ -0,0 +1,24 @@ +default partial alphanumeric_keys +xkb_symbols "basic" { + key <AE07> { [ 7, dollar, sterling ] }; + key <BKSL> { [ slash, bar, braceright ] }; + key <CAPS> { [ Escape ] }; +}; + +partial alphanumeric_keys +xkb_symbols "desktop" { + include "ch-custom(basic)" + + key <MENU> { [ Super_R ] }; +}; + +partial alphanumeric_keys +xkb_symbols "x1" { + include "ch-custom(basic)" + + key <PRSC> { [ Super_R ] }; + key <PGUP> { [ Home ] }; + key <PGDN> { [ End ] }; + key <END> { [ Page_Down ] }; + key <HOME> { [ Page_Up ] }; +}; @@ -3,6 +3,6 @@ xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; - xkb_symbols { include "pc+gb+inet(evdev)+custom(x1)" }; + xkb_symbols { include "pc+ch+inet(evdev)+ch-custom(x1)" }; xkb_geometry { include "pc(pc105)" }; }; |