Hello everybody!
I'm practicing Colemak on the Debian 7 partition of my (very) old HP laptop. To activate Colemak I type the following command in a terminal window:
setxkbmap us -variant colemak
To switch back to italian layout QWERTY, I give this command:
setxkbmap it
Now, I want to touch-type in italian Colemak, which means I often need these letters: à è ì , especially è ("e" with a grave accent over it). Can someone help me out? I'm pressing all the keys while keeping AltGr pressed but I don't find it in the US variant of Colemak for Debian.
Is there, maybe, a way to get an italian colemak layout in Debian?
Also, this is my Keyboard file from etc/default/keyboard:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="it"
XKBVARIANT=""
XKBOPTIONS="grp:alt_shift_toggle"
BACKSPACE="guess"
Please be kind, and help me out if you can! Thank you.