Some useful hotkeys for Balatro. Requires Balamod or Steamodded.
Key | Use |
---|---|
F , Scroll Down |
Select cards with the same suit. |
D , Scroll Up |
Select full houses, four of a kinds etc. |
S , Middle Mouse Button |
Invert selected cards. Tries to select "most discardable" cards. |
Pressing the hotkeys multiple times cycles through the options. There are also Play Hand
and Discard Hand
hotkeys which are unbound. Follow configuration to set them.
Download the FlushHotkeys.lua
file and then follow balamod or steamodloader instructions.
If you want to, for example add additional hotkey Q
for the flushes, open the FlushHotkeys.lua
file with notepad and change the
local flush_hotkeys = {"f", "scrollup"}
line into:
local flush_hotkeys = {"f", "q"}
For mouse buttons, instead change none
into mouse3
which sets the hotkey into Middle Mouse Button. Custom 4th, 5th etc. mouse buttons are also supported. Use none
to unbind hotkeys.
Pull requests are welcome. Also feel free to submit bug reports and feature requests.