This is driving me bonkers as I use both a mac and windows machine, on the mac to move the cursor through words I press OPTION+ARROW, on a PC it's CTRL+ARROW, I am not too worried about the reversed keys, but what is annoying is when I get to my windows computer and I accidentally press the WINDOWS key by mistake with an arrow key it docks the window to the side of the screen, which is quite troubling, I'd prefer it to do nothing as it did in XP and Vista, any ideas?
|
feedback
|
|
Microsoft has a little doohickie that will disable your Windows key for you here, or you can disable it yourself by modifying your registry:
| |||||
feedback
|
|
You can use AutoHotKey to disable any standard windows shortcut keys. This does not involve updating the registry. Simply download the standalone autohotkey program. Then create a file, say "DisableWinKeys.ahk" on Desktop. Open it in Notepad and write following in it:
Save the file and open it with ahk.exe from AutoHotKey folder. That's it. If you close the "H" icon from System Tray, it will enable the shortcuts again. | |||
feedback
|
