How do I make CapsLock as Ctrl?
1. To set for system wide; 1-1 for Windows95: You can use Kernel Toys. 1-2 for WindowsNT: You can do with setting the registory. 2. To set only for Meadow; Put (w32-set-modifier-key 20 ‘ctrl) in your `.emacs’. Note that if you are using Japanese 106 Keyboard, specify the Key Code 240 of [Alnum]; (w32-set-modifier-key 240 ‘ctrl) as when typed by itself. Sometimes this causes Ctrl key always pushed down. You can change the device driver for keyboard to English 101 Keyboard to avoid this problem.