mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-18 18:04:30 +02:00
input: make compose work with any right key
This commit is contained in:
parent
1907e37928
commit
8689e2583a
3 changed files with 2 additions and 20 deletions
|
@ -32,9 +32,6 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
||||
xkb x1
|
||||
;;
|
||||
*,XISlaveKeyboard,guybrush,"AT Translated Set 2 keyboard")
|
||||
xkb norwin
|
||||
;;
|
||||
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
||||
xkb thinkpad-extra
|
||||
;;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Default configuration with:
|
||||
# - compose → rwin or menu
|
||||
# - compose → rwin, ralt or menu
|
||||
# - capslock as ctrl
|
||||
# - us+fr and switch with rctrl+rshift
|
||||
# - pause key becomes xscreensaver
|
||||
|
@ -10,7 +10,7 @@ xkb_keymap {
|
|||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+fr:2+inet(evdev)"
|
||||
include "compose(rwin)+compose(menu)"
|
||||
include "compose(rwin)+compose(menu)+compose(ralt)"
|
||||
include "ctrl(nocaps)"
|
||||
include "group(rctrl_rshift_toggle)"
|
||||
include "vbe(pause)" };
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Configuration with:
|
||||
# - compose → ralt
|
||||
# - capslock as ctrl
|
||||
# - us+fr and switch with rctrl+rshift
|
||||
xkb_keymap {
|
||||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+fr:2+inet(evdev)"
|
||||
include "compose(ralt)+ctrl(nocaps)"
|
||||
include "group(rctrl_rshift_toggle)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue