Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Agoraaa/FlushHotkeys
Useful hotkeys for video game Balatro
https://github.com/Agoraaa/FlushHotkeys
Last synced: about 1 month ago
JSON representation
Useful hotkeys for video game Balatro
- Host: GitHub
- URL: https://github.com/Agoraaa/FlushHotkeys
- Owner: Agoraaa
- License: mit
- Created: 2024-03-20T17:56:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T05:11:36.000Z (3 months ago)
- Last Synced: 2024-09-14T17:17:52.026Z (3 months ago)
- Language: Lua
- Size: 31.3 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-balatro - Flush Hotkeys - 增加快捷键,可以快速选择同花、葫芦等牌型。 by [Agoraaa](https://github.com/Agoraaa) (模组 (依赖 [**Steamodded**](https://github.com/Steamopollys/Steamodded)) / 功能)
README
# FlushHotkeys
Some useful hotkeys for [Balatro](https://store.steampowered.com/app/2379780/Balatro). Requires [Balamod](https://github.com/balamod/balamod) or [Steamodded](https://github.com/Steamopollys/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](#configuration) to set them.
## Installation
Follow either [balamod](https://github.com/balamod/balamod?tab=readme-ov-file#how-to-install-mods) or [steamodloader](https://github.com/Steamopollys/Steamodded?tab=readme-ov-file#how-to-install-a-mod) 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
```lua
local flush_hotkeys = {"f", "scrollup"}
```
line into:
```lua
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](https://choosealicense.com/licenses/mit/)