Use Alt+Caps to avoid switching Win VM layouts
This commit is contained in:
parent
c0bb2c074e
commit
5af1b5a5ef
2 changed files with 1 additions and 8 deletions
|
@ -6,6 +6,6 @@
|
|||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="us,ca"
|
||||
XKBVARIANT=",multix"
|
||||
XKBOPTIONS="compose:menu,grp:lctrl_lshift_toggle"
|
||||
XKBOPTIONS="compose:menu,grp:grp:alt_caps_toggle"
|
||||
|
||||
BACKSPACE="guess"
|
||||
|
|
|
@ -4,10 +4,3 @@
|
|||
copy:
|
||||
src: keyboard
|
||||
dest: /etc/default/keyboard
|
||||
- name: Enable US layout for the console
|
||||
become: true
|
||||
lineinfile:
|
||||
path: /etc/vconsole.conf
|
||||
regexp: KEYMAP=.*
|
||||
line: KEYMAP=us
|
||||
create: yes
|
||||
|
|
Loading…
Reference in a new issue