Changes

Jump to navigation Jump to search
→‎How to…: + Find the code for a key
Line 14: Line 14:  
===Disable a mod's key binding===
 
===Disable a mod's key binding===
 
For mods using SMAPI 2.0+ features, you can use <tt>None</tt> to disable a key binding.
 
For mods using SMAPI 2.0+ features, you can use <tt>None</tt> to disable a key binding.
 +
 +
===Find the code for a key===
 +
[[#Available bindings|''Available bindings'']] below shows all available key codes, but sometimes it's not clear which one applies (e.g. for non-English keyboards). Here's how to check:
 +
 +
# Launch the game.
 +
# In the SMAPI console window, enter the <tt>test_input</tt> command.
 +
# In the game, press the keys you want to test.
 +
# The SMAPI console will list the codes for the keys it received.
    
===Use key bindings on Android===
 
===Use key bindings on Android===
translators
8,403

edits

Navigation menu