Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Azerty keyboard numeric keys #130

Open
NotAkitake opened this issue Sep 4, 2018 · 0 comments
Open

Azerty keyboard numeric keys #130

NotAkitake opened this issue Sep 4, 2018 · 0 comments

Comments

@NotAkitake
Copy link

NotAkitake commented Sep 4, 2018

I am running an azerty (french) keyboard.
To us, numeric keys (above the first row of letters) send out these keys by default:
& é " ' ( - è _ ç à

Problem is, trying to use these in the settings.ini causes issues (probably because of the quote and double quotes), I therefore tried to use the Keycode of each key:
SC002 for &, SC003 for é, etc..

But that doesn't work properly either, as the first key brings me to the second desktop, the second to the third, etc..

I also tried using {vkFFsc002}, {vkFFsc003} and so on, but it doesn't seem to like {SOMEKEY} in the settings.ini either.

How can I solve this and properly bind everything?

Edit: I got it to temporarely work from the 1st to 8th desktops by changing the DllCall line 480 from
DllCall(GoToDesktopNumberProc, Int, n-1)
to
DllCall(GoToDesktopNumberProc, Int, n-2)
But this is very.. hacky I'd say.

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

No branches or pull requests

1 participant