Search Results

2
votes

How to make a Custom Keyboard layout ?

For remapping CapsLock or the number keys, use remapkey.exe found in the …
0
votes

Is it possible to programmatically disable the Caps Lock key on Windows?

The question How to make a Custom Keyboard layout ? describes how to change the functional …
1
vote

How to start IE with a URL in a CYGWIN session.

Just: cygstart "http://www.google.com" where google.com is your desired URL. cygstart launches the default windows program for a path. So this …