Use Alt+Caps to avoid switching Win VM layouts

This commit is contained in:
Anthony Rose 2020-06-21 12:44:32 +01:00
parent c0bb2c074e
commit 5af1b5a5ef
2 changed files with 1 additions and 8 deletions

View file

@ -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"

View file

@ -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