AndoDoug / uawks

Automatically exported from code.google.com/p/uawks
0 stars 0 forks source link

Switch the § key with the < key? #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
When I press the key to the left of the 1-key it gives me <
And when I press the real < key it gives me §.
(That includes shift + any of those keys also etc.)

What is the expected output? What do you see instead?
The < key should give me § and the § key should give me <, swapping those
two keys that is.

What version of the product are you using? On what operating system?
2008.09.17 in Vista

Please provide any additional information below.
Is for me a strange behavior that I hope to get a solution for.

Original issue reported on code.google.com by wur...@gmail.com on 19 Apr 2009 at 9:46

GoogleCodeExporter commented 8 years ago
What is your keyboard layout? Unfortunately, I only have experience with the US
keyboard layout. Also, I don't have Vista. I hope I can still help, because I 
can see
how frustrating these kinds of issues must be.

Original comment by brian.jo...@gmail.com on 20 Apr 2009 at 2:59

GoogleCodeExporter commented 8 years ago
It's the European one, Swedish for that matter. I managed to get it working by 
my
self with the lines:

;; Swap the § and < to the right position
<::§
§::<

Didn't think it would be that easy...

This was a odd one. The keys are in the right place on the keyboard but wrong 
key
mapped to them. Nothing to do with the UAWK program.

Original comment by wur...@gmail.com on 20 Apr 2009 at 10:31

GoogleCodeExporter commented 8 years ago
This happens on finnish layout also, but the fix above works nicely.

Original comment by ddre...@gmail.com on 15 Nov 2009 at 9:12

GoogleCodeExporter commented 8 years ago
i agree... my danish keyboard use to have \ from Alt+< (< being the key next to 
Z). 
Its not nice to change routines just to get use to this keyboard.

Original comment by petering...@gmail.com on 28 Nov 2009 at 7:44

GoogleCodeExporter commented 8 years ago
Same thing with French Layout

the key to the left of the 1-key is @ but when i press it i have <
< key on keyboard give me @

Original comment by b.machia...@gmail.com on 30 Jul 2010 at 3:39

GoogleCodeExporter commented 8 years ago
Frankly, I cannot support non-US layouts.

I have nearly zero knowledge of keyboard layouts at all, and absolutely zero 
knowledge of languages besides English (sorry, I really wish I did!) The US 
layout does not use diacritical marks, nor the grave key, but these seem to be 
the primary issues outside of the US (apologies, again)

I wish I could help, but these issues are not in my field of expertise. I think 
most of these issues are localization problems with AutoHotkey. I've been 
working on a native (non-AHK, C#) implementation, but keep in mind that my time 
is donated, and I still have absolutely no knowledge of foreign keyboard 
layouts.

Original comment by brian.jo...@gmail.com on 2 Aug 2010 at 4:32