I have now been trying to remap CapsLock to $. But without luck.

I have tried the following binary code.

00000000 00000000
02000000 05003A00
00000000

When I now press the CapsLock it comes out with a 4 sign, which is the 0500 code in the binary.

I can't seem to find the binary code for $.

Does anyone here know the code for $? This would really make it faster for me to write PHP, as I never use the CapsLock for that.


Instead of 0500 you should put 0005

  • 00000000 Header: Version. Set all to zeroes
  • 00000000 Flags. Set all to zeroes
  • 02000000 Number of entries
  • 00053A00 to remove CapsLock, first four digits are for new key, others are for CapsLock.
  • 00000000 Null Terminator