Refers to the process of making a button perform a different action than it usually does.
0
votes
0answers
40 views
Binding Shift to x using AutoHotkey
I'm trying to switch my left shift+ button with my x+ key on the keyboard. I tried Lshift::x but what happened was BOTH keys now had the functionality of just x. I looked at
Problem with rebinding ...
1
vote
1answer
65 views
Mouse side-buttons and keyboard browser buttons are reversed
A local overstock store had a sale on a wireless mouse/keyboard set, so I got one. It is very similar to the (cheap Chinese) kind available on eBay. It works fine except that the two side buttons ...
0
votes
1answer
76 views
Remap keys with KeyRemap4MacBook for all apps except a specific one
I'd like to know how do I tell KeyRemap4MacBook to exclude an app from key remapping. I know about <only> tag in private.xml, which limits key remapping to a single app, but is there a tag that ...
7
votes
1answer
322 views
How can I remap a tablet hardware key to alt-tab?
My issue is that there's no way to alt-tab on a tablet running W8 Pro (NOT RT) when I'm in a full screen desktop application. I want to remap my screen orientation hardware key to Alt-Tab. However, ...
2
votes
1answer
74 views
Remap CapsLock to $?
I have now been trying to remap CapsLock to $. But without luck.
I have tried the following Binary code.
00000000 00000000
02000000 05003A00
00000000
When I now click the CapsLock it comes out ...
0
votes
0answers
89 views
Xmodmad does not run at startup/login
I put settings in a file called ~/.Xmodmap:
xmodmap -e 'keycode 66=Return'
xmodmap -e "clear Lock"
The next time I logged in, I was prompted as to whether to load ~/.Xmodmap. I loaded it, and tick ...
1
vote
1answer
1k views
Remapping keys without external software
It seems my keyboard keys do not match up to their actual outputs, it's a UK keyboard, with the UK language installed on the operating system. In this case Windows 8.
for example the AT key on the ...
0
votes
2answers
150 views
How can I remap the keys for a specific keyboard?
There are several keyboards attached to my computer. I'd like to remap the keys on ONE of them, but keep the rest as they were. How can I do this?
As for the "why" – I have this idea that I'd like to ...
2
votes
1answer
167 views
Is it possible to make the Numpad 5 button work as the Numpad Down button while Num Lock is on?
I hope someone can help me out with this; I use a laptop and I like to play games a lot that are arrow key dependent. So after a while of using my laptop, I accidentally broke the Down Arrow key. So I ...
4
votes
3answers
903 views
Is there a way to map the “Print Screen” key to another key without a third party tool in Windows RT?
I'm using a Surface RT, and there's no easy way to take a screenshot. The Print Screen key is excluded from the Surface's Touch Cover keyboard, so to take a screenshot, I have to plug in another ...
1
vote
1answer
321 views
Remap Print Screen key under Windows 8 [duplicate]
Possible Duplicate:
Reassigning the AltGr key to the Windows Key in Windows 7
Is there a way to remap the Print Screen key under Windows 8 to some other key combination or to disable the ...
6
votes
1answer
259 views
assigning a rotation script to a hardware button
I have a ThinkPad X201 tablet.
On the tablet there is a button that rotates the screen. It works great in Windows but doesn't work properly in Linux; it rotates the screen but doesn't rotate the ...
0
votes
1answer
284 views
Can I use the middle button on touchpad as right click button?
I am using a Lenovo W500 thinkpad. The right click buttons on it have been busted. I was wondering if there was a way to reconfigure mouse functionality to use the center button (primarily for ...
2
votes
1answer
435 views
How do I program a hardware button on my laptop?
So I have a set of touch screen buttons on the top of my laptop's keyboard, (one turns on power save mode, one disables/enables the mouse touch pad, one toggles the wifi adapter, and two turns the ...
1
vote
4answers
2k views
Disabling Power button on keyboard
My keyboard has a Power button that when pressed turns off the machine. I sometimes press it by accident, and lose everything I was doing in adition to having to wait for the PC to turn off and then ...