Home » Questions » Computers [ Ask a new question ]

How can I disable selected Windows 7 keyboard shortcuts?

How can I disable selected Windows 7 keyboard shortcuts?

Is there a way to disable certain Windows 7 keyboard shortcuts?

Asked by: Guest | Views: 373
Total answers/comments: 1
Guest [Entry]

"In AutoHotkey, set the following hotkeys:

!space::return
#space::return

The first line will disable the ALT+Space shortcut.

The second line will disable the +Space shortcut."