docs(nx): drop VoxelMod from Switch chord and install docs

Ship stock engine chords only; community mods own their rebinds, and keys
2/3/5 are claimed by the engine before pipeline hotkeys run.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andrew Quenehen
2026-08-03 10:00:59 -03:00
parent 44bfb1b93f
commit 54c8d2706b
6 changed files with 65 additions and 107 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ function Game:gamepadpressed(joystick, button)
-- next screen touch (mobile only; a no-op elsewhere)
TouchControls:noteGamepad()
-- Select held? Needed both to suppress shoulder speed hotkeys (Select+L
-- is a display chord on NX / VoxelMod) and for the chord path below.
-- is a display chord on NX) and for the chord path below.
local selectHeld = Input:isDown("select")
if not selectHeld and joystick and joystick.isGamepadDown then
local ok, down = pcall(function()