how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

10 Apr 2021, 11:23

salve come faccio ad associare questi 3 tasti con rispettivo shift, e pressione normale
con autohotkey

[Mod edit: Deepl translation added:]
hello how do I associate these 3 keys with their respective shift, and normal pressure
with autohotkey
Attachments
tasto.png
tasto.png (23.09 KiB) Viewed 397 times
gregster
Posts: 8988
Joined: 30 Sep 2013, 06:48

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

10 Apr 2021, 11:44

Hi gianni, welcome to the AHK forums.
Unfortunately, we have no italian language forum. Please use english instead in the main forums!
Of course, you can use an online translator, if necessary.
Thank you!

Could you perhaps rephrase your question? To me, it's not yet clear what your goal is.
Which key do you want to press - which result would you like to see?
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

10 Apr 2021, 13:57

if I use this key combination, m makes a colon, but with the same key how can I make a semicolon?

Code: Select all

+ò::
Send,:
Return

goal to reprogram keyboard
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 01:09

if I press the button; ok he says to me:;

now if I press shift; does this to me:;

as I associate k the shift only function: it is only normal key
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 03:17

this key is ok

Code: Select all

+ ò ::
Send ,:
Return
or::
Send `;

now if I switch to another key, the first key also gives me quotes

Code: Select all

+ à ::
Send, "
Return
to::
Send `,
[Mod edit: [code][/code] tags added.]
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 03:27

next key
Attachments
tasdto virgolette.png
tasdto virgolette.png (21.44 KiB) Viewed 315 times
User avatar
mikeyww
Posts: 26848
Joined: 09 Sep 2014, 18:38

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 06:47

You are not showing valid script syntax. What is the question?
gianni
Posts: 39
Joined: 10 Apr 2021, 11:13

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 09:42

Code: Select all

+ ò ::
Send ,:
Return
ò::
Send `;


+ à ::
Send, "
Return
à::
Send `,

if I go to the next key now the key with i; does this to me; "how do I solve
Last edited by BoBo on 11 Apr 2021, 09:59, edited 1 time in total.
Reason: Added [code][/code]-tags.
User avatar
mikeyww
Posts: 26848
Joined: 09 Sep 2014, 18:38

Re: how to associate same key with auto hotkey - come associare stesso tasto con auto hotkey

11 Apr 2021, 11:05

I am amazed that your script runs without error, due to the syntax error of spaces in the hotkey labels.

Multi-line hotkey routines should end in Return.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 263 guests