Skip to content

Using pynput to enable Scrolling hotbar selection by converting scroll input to number key presses

Notifications You must be signed in to change notification settings

Nughu/ArkScrollHotbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • ArkScrollHotbar

Ark: Survival Evolved doesn't have a native option to control the hotbar (1-0 Keys) using the scroll wheel. ArkScrollHotbar adds this function to the game. This works for any game, but shouldn't be required in most properly programmed games.

The program works with a single python script (main.py) which "translates" mouse scrolling actions into the corresponding key input used for the hotbar. In the Game, you need the hotbar slots bound to 1-0 number keys (like default) and have nothing bound to scroll up/down.

You start the app by double-clicking the "ArkScrollHotbar v1.0.bat" file. Once it says "RUNNING", it's running.

About

Using pynput to enable Scrolling hotbar selection by converting scroll input to number key presses

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages