Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple "analog stick mode" for stickzones? #26

Open
ryan-ronnander opened this issue May 26, 2016 · 1 comment
Open

simple "analog stick mode" for stickzones? #26

ryan-ronnander opened this issue May 26, 2016 · 1 comment

Comments

@ryan-ronnander
Copy link

ryan-ronnander commented May 26, 2016

I recently compiled from git yesterday and I was baffled at first by the default stickzone mappings. No offense, but the default mappings render the analog stick useless for most gaming scenarios. At least how I would use the analog stick...

I myself use the analog stick as a replacement for arrow keys on the keyboard. This makes it essential to have overlapping simple zones for diagonal camera movement, etc.

How would I go about doing that or is there a profile already buried in the source files?

I have the following section for binding that kind of works, but I feel it could be improved a bit as I'm confused by the decimal numbers and grid map.

# Stick Mappings
# --------------
# configure normal keyboard overlap

# Remove page up / down default stick zones
stickzone del STICK_PAGEDOWN
stickzone del STICK_PAGEUP

stickzone bounds STICK_LEFT   0.0 0.0 0.2 1.0   SEND KEYS: LEFT
stickzone bounds STICK_RIGHT   0.8 0.0 1.0 1.0   SEND KEYS: RIGHT

stickzone bounds STICK_UP  0.1 0.0 1.0 0.2   SEND KEYS: UP
stickzone bounds STICK_DOWN   0.1 0.8 1.0 1.0   SEND KEYS: DOWN


@AGeekInside
Copy link

Thanks for posting this! I was having a problem with up and down, and your configuration saved the day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants