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

I'm using a DE (German) keyboard with a DE layout in Windows but Carnac reads my keystrokes as if I were using a UK layout #110

Open
chrisoffner3d opened this issue Mar 30, 2016 · 5 comments

Comments

@chrisoffner3d
Copy link

meeh

As you can see in my screenshot, I'm actually typing ?=)( but Carnac displays {)(*

Is there any way to fix this?

@Lakritzator
Copy link

What might help, you can have the key translated with the user32 function GetKeyName.
This would for instance convert the print-screen key when a German keyboard is used to "Druck".
I used this in Greenshot to display the hotkey information, the only disadvantage is that the key name doesn't depend on the Locale but completely on the used keyboard.

See: https://msdn.microsoft.com/en-us/library/windows/desktop/ms646300(v=vs.85).aspx

@bfritscher
Copy link
Contributor

Hi @chrisoffner3d can you check if my test version works as you expect it? https://github.com/bfritscher/carnac/releases/tag/v3-beta

@q2apro
Copy link

q2apro commented Nov 19, 2017

Perfect! What a fantastic fork. Love the mouse!
https://superuser.com/a/1096625/169199

PS: How to access the options? Right mouse click on the icon only shows "Exit" but not the option window.

PS2: For Germans, we use "Strg" instead of "Ctrl", and "Entf" instead of "Delete", "Einfg" instead of "Insert" etc. Is there any file I can change for this?

@mugiseyebrows
Copy link

mugiseyebrows commented Apr 23, 2021

@q2apro I think I fixed this issue in https://github.com/mugiseyebrows/carnac/releases/tag/current-layout check it please if you still interested

@staabm
Copy link

staabm commented Jun 7, 2021

we stumble over the same problem on a german keyboard layout - which gets printed as a UK layout

I can confirm that bfritscher/carnac fixed the issue. any chanche to get this fix applied to this main repo?

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

No branches or pull requests

7 participants