Tagged Questions
2
votes
1answer
99 views
Map Super+[Left|Right] to Home/End
How do I map key "Super" so, when combined with Left/Right, it produces keycode Home/End?
My current setxkbmap:
setxkbmap \
-model pc105 \
-layout 'us(dvorak-intl),us(alt-intl)' \
-option \
...
1
vote
1answer
210 views
debian/XFCE Virtualbox Guest on a Mac: how to use home and end keys?
So I have a Mac, and rather than boot debian/XFCE directly and have to configure hardware drivers I'm using VirtualBox.
This means that my multitouch trackpad works well, and I can jump in and out of ...
6
votes
1answer
395 views
Using setkeycodes to map pressed and released to different “keys”
I have a keyboard that has a scroll wheel, but it doesn't work on Ubuntu and xev command doesn't show anything when moving it. But with the dmesg commang I found this:
When moving the scroll wheel ...
4
votes
1answer
271 views
F4-key mysteriously reassigned
In the middle of today, my F4 key started producing the letter p, without my conscious acting and I can't seem to revert this change. Whenever I press F4, p appears instead. How can I change this ...
4
votes
2answers
1k views
Awesome: keyboard layout switch
I use awesome as a window manager under gnome (debian system) and I made a widget to switch keyboard layout by this code:
-- Keyboard map indicator and changer
kbdcfg = {}
kbdcfg.cmd = ...
2
votes
1answer
334 views
Disable action keys
I'm running openSUSE on HP Pavilion dm4.
I have a bunch of action keys (volume up/down, brightness, wifi etc.) on my function keys. For using standard Fx keys I have to hold Fn key.
The problem is ...