

Enemies killed by Sharp Key have a chance to spawn the contents of a chest the contents they can drop includes the rewards of any possible chest contents, including items.The thrown key does damage equal to 5x Isaac's damage + 30.The key will also break the first rock it hits, as well as Key Blocks.The key damages enemies, as well as opens locked doors and Locked Chests it hits. Pressing a fire button removes one key and throws it as a piercing projectile. On use, Isaac holds a key above his head.For example "D:\Tools\AutoHotKey\AutoHotkey.exe" "D:\Tools\AutoHotKey\RemapKeys. VkB4::Send as actionĬreate a new shortcut in your autostart folder to start your AHK script on each boot. VkAB::Run, c:\myapp.exe star button 171 » AB execute tool VkAA::return search button 170 » AA do nothing VkAC::return home button 172 » AC do nothing

VkB5::return music node button 181 » B5 do nothing No installation needed.Ĭreate a new text file and paste #NoEnv, #Persistent, #SingleInstance Use the portable version of AutoHotKey to remap the button.ĭownload and extract the.

Press your mysterious button and you'll see the key code as decimal numberĪn alternative way was this AHK script which uses a keyboard hook and "KeyHistory" #PersistentĬonvert the number from decimal to hexadecimal: 171 » AB Download, extract and start Ke圜odes3.exe. Use Ke圜odes (portable,415 KB) to catch the key code. This is a generic way to remap any keyboard buttons. A registry tweak, the use of an already installed driver or a small portable app is acceptable Remap all media keys without any installation of an additional tool or program.Find the correct key codes even for unusual media buttons.But the correct key code would be 00_181Īnother try was this AutoHotKey script which also failed to recognize my unusual media keys It took me some time to realize that it told me a wrong key codeĭuring my tests I pressed the "star button" in the top right and SharpKeys tells me that this is the key "D" with it's key code 00_20.

The key codes (or scancode) were not recognized by most programs which I used to catch the underlying key codes.įor example the otherwise excellent tool SharpKeys has a catch mode where it tells you what key you've just pressed. My previous keyboard from Logitech had such options in their SetPoint software
