Keypresses overruled unintentionally

Report problems with documented functionality
MikkelJuul

Keypresses overruled unintentionally

25 Sep 2018, 06:38

Using the code
SendMode Input ;
Menu, Tray, Icon, aeoeaa.png, ,0

!`;::
Send æ
return
+!`;::
Send Æ
return
!'::
Send ø
return
+!'::
Send Ø
return
![::
Send å
return
+![::
Send Å
return

<^>!`;::
Send æ
return
+<^>!`;::
Send Æ
return
<^>!'::
Send ø
return
+<^>!'::
Send Ø
return
<^>![::
Send å
return
+<^>![::
Send Å
return

To remap English keys(; ' [)+Alt/AltGr to danish letters (æøå) and uppercase vice versa
I have the issue that +' become Ø
and +] become Å
They are buttons that were not at all used in the above mapping, so it feats me how they are remapped.

SOLUTION:
manually overriding the buttons using
+]::]
+'::'
works and the buttons are back to normal functionality
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Keypresses overruled unintentionally

03 Nov 2018, 17:05

I cannot reproduce your problem.

If you remove your workaround and press +' and +], what does KeyHistory show?

Also, some tips:
  • You can write !`;::Send æ and omit the return (when the hotkey's action is only one line).
  • You can write !;::Send æ; semicolon does not need to be escaped if it is preceded by a non-whitespace character.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 16 guests