Changes

Jump to navigation Jump to search
remove "SMAPI 2.0+ features" notes (virtually all configurable mods use SMAPI key bindings at this point)
Line 1: Line 1:  
{{../header}}
 
{{../header}}
   −
Some mods let you edit key bindings, which are controller/keyboard/mouse buttons which do something in-game. This page explains how to configure them.
+
Some mods let you edit key bindings, which are controller/keyboard/mouse buttons which do something in-game. This page explains how to configure them. (This works for any mod using SMAPI's standard APIs.)
    
==How to…==
 
==How to…==
Line 13: Line 13:     
===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.
+
You can use <tt>None</tt> to disable a key binding.
    
===Find the code for a key===
 
===Find the code for a key===
Line 41: Line 41:  
==Available bindings==
 
==Available bindings==
 
===Keyboard===
 
===Keyboard===
Keyboard bindings are supported by virtually all configurable mods.
  −
   
; common keys
 
; common keys
 
: {| class="wikitable"
 
: {| class="wikitable"
Line 326: Line 324:     
===Controller===
 
===Controller===
Controller bindings are supported by mods using SMAPI 2.0+ features, and some older mods.
  −
   
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 365: Line 361:     
===Mouse===
 
===Mouse===
Mouse bindings are supported by mods using SMAPI 2.0+ features.
  −
   
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 386: Line 380:     
===Mobile===
 
===Mobile===
Mobile device bindings are supported by mods using SMAPI 2.0+ features.
  −
   
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
translators
8,401

edits

Navigation menu