vote up 0 vote down star
1

OK, so I know I can remap the Caps Lock key in Windows registry, but is there something useful I can map it to in the Delphi 2009 IDE? I was hoping for Code Completion (Ctrl-Space), is there a way to map the single Caps Lock key to a Ctrl-key combination?

flag

9  
ARE YOU SURE? I FIND IT REALLY USEFUL FOR DISCUSSIONS ON THE INTERWEBS. – svinto Oct 1 at 11:27
1  
@SVINTO: I DON@T THINK IT@S NECESSARY< THE SHIFT KEY WORKS JUST AS WELL> – Alex Barrett Oct 1 at 11:32
@ALEX: NOT WHEN IT COMES TO APOSTROPHE, COMMA AND DOT. – Ertugrul Tamer Kara Oct 1 at 11:37
Guys, stop typing in uppercase. You're just shouting [beep]s! – Workshop Alex Oct 1 at 11:59

4 Answers

vote up 5 vote down check

Do yourself a favour and just download Autohotkey. This will allow you to remap the CapsLock key to absolutely any other key combination or action.

It can also do this on an application context sensitive basis (ie CapsLock automatically does different things based on the active window).

link|flag
Good call - AutoHotkey is an extremely useful utility. – Alex Barrett Oct 1 at 12:20
Tried out Autohotkey, looks as if it does the trick. And whole bunch more stuff to boot. Cheers – HMcG Oct 11 at 9:47
vote up 0 vote down

I personally tried the emacs-style: binding Caps Lock to the Ctrl key.

The upside is that a lot of very common actions (not just in emacs, but everywhere) can be performed with less hand moving. As just on example, deleting words backwards (which is done by Ctrl+backspace) got a whole lot easier, and it is a shortcut that works just about everywhere. For this alone, I'd map Caps Lock to the Ctrl key.

The downside here is the same as for any other non-standard modification (like Dvorak): it makes it much harder to user other people's computers. When you sit down there, you're going to definitely have a problem changing your typing instincts.

I ended up returning the Caps Lock to it usual job because I couldn't cope with not being able to type at other people's computers.

link|flag
I also discovered there were some applications (games) in which the caps lock key was actually useful. – Alex Barrett Oct 1 at 11:34
Yeah, I had the same problem actually, so I had a way of swapping between them (with reg files, if I remember). A much better method which I didn't know about at the time was what ash said, using AutoHotKey. – Edan Maor Oct 1 at 12:35
vote up 1 vote down

Can't you first map it some obscure non-modifier-key in the registry, then map that to the desired function in Delphi using the keyboard preferences thingy?

link|flag
vote up 2 vote down

There is a useful section in the GNU Emacs FAQ For MS Windows. Emacs users like to map Caps Lock to the Ctrl key, and it should prove useful as a starting point to assigning other key combinations.

Edit: Following the trail led me to this (official) documentation page: Scan Code Mapper for Windows. Hopefully the information it contains is still relevant.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.