Has anyone found a way to get a right mouseclick? (Or any non-left click, for that matter)
To use the silver button as right mouse button:
xkbset m
xmodmap -e "keycode 239 = Pointer_Button3"
To use Fn+H as right mouse button:
xkbset m
xmodmap -e "keycode 43 = h H VoidSymbol VoidSymbol Pointer_Button3 Pointer_Button3"
Hey, this is really cool, but I messed up my keyboard layout in half way through modifying the keys:
I just did a
sudo apt install xkbset and ran it with --help to see the options.
I also did a
sudo xmodmap -pke and got a whole list of all my keys.
Something got a bit weird, while I was trying to figure out what the columns after = are.
On my gemini, I have up to 7 entries, and I have the following guess:
1, key
2, key + shift
3, key + ?
4, key + ? + shift
5, key + fn
6, key + fn + shift
7, key + fn + ??
I found a wikipage from archlinux
https://wiki.archlinux.org/index.php/xmodmap where they only list 6 different combinations:
Each keysym column in the table corresponds to a particular combination of modifier keys:
1. Key
2. Shift+Key
3. Mode_switch+Key
4. Mode_switch+Shift+Key
5. ISO_Level3_Shift+Key
6. ISO_Level3_Shift+Shift+Key
from this wiki, I would guess that ISO_Level3_Shift would be fn
'Mode_switch' I am not sure about, I would have guessed alt, but when I tried typing in chromium while holding alt, nothing happened.
However to get to the weird thing:My gemini switched from US-International to Canadian Multiligual:
http://xahlee.info/kbd/i18n_keyboard_layouts.htmlIt was only after trying to type some scandinavian characters I noticed something was a bit odd, and only when I spotted the images from the link above, I realized what had happened.
In LXQt settings --> Keyboard and Mouse, I dont even have a menu for English Canadian layout, and my settings are still English (US) but I dont see the regular US-international, but many others, that I would expect.
If I set the settings to English (US, intl., with dead keys) I still get the Canadian Multiligual layout.
This is really the weirdest thing I have experienced though my 10 years of using linux.
So where as I very much would like to get rid of that spoken time when hitting the silver side button,
I would really like to hear if anyone has an idea on how to reset/reconfigure the keyboard layout.
cheers!
I will edit this post if I find a solution