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

[] and /* don't work on qwertz keyboards #31

Open
akasurak opened this issue Apr 22, 2021 · 1 comment
Open

[] and /* don't work on qwertz keyboards #31

akasurak opened this issue Apr 22, 2021 · 1 comment

Comments

@akasurak
Copy link
Contributor

probably because they're a double-meta key combo (which I don't know how to handle yet in dfhack lua), and alt-gr which is specifically the right alt key.

c,v,b,n are unused on the gui/digshape screen so can at least be used there. I should add some pointer comments so that end users can rebind those four keys until I get a better fix.

It's also possible this is a normal dfhack issue when the language isn't set to english. Should check other scripts to see if they use SECONDSCROLL_PAGEUP /DOWN and see if they work or if they use a different way of reading keypresses.

@lethosor
Copy link

There are several scripts using SECONDSCROLL keys. Examples:

If I'm interpreting this correctly, it sounds like you have to press an extra modifier key to produce any of the symbols you mentioned, yes? In that case, you might be able to get the keys working by switching DF's keybindings for the secondary scroll keys to "By letter" instead of "By position", if they aren't "By letter" already.

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