Skip to content

Agoraaa/FlushHotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlushHotkeys

Some useful hotkeys for Balatro. Requires Balamod or Steamodded.

Hotkeys

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.

Installation

Follow either balamod or steamodloader instructions.

Configuration

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.

Contributing

Pull requests are welcome. Also feel free to submit bug reports and feature requests.

License

MIT