mntaler wrote:
Also when attaching a external keyboard to my laptop I need to rerun the xmodmap call.
I find making the change in /etc/default/keyboard is more system-wide and permanent. In my case I change...
Code:
# change:
XKBOPTIONS="lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
# to:
XKBOPTIONS="lv3:ralt_switch,grp:alt_shift_toggle"
|