Remapping numbers on Azerty keyboard

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
VincentV1977
Posts: 1
Joined: 07 May 2018, 06:38

Remapping numbers on Azerty keyboard

07 May 2018, 08:11

Hey guys,

I'm typing on a azerty keyboard of a notebook with the upper row of numbers only accessible by typing shift+number. This is really annoying as I use the numbers a lot. So i've tried to remap them with autohotkey.

&:: Send, 1
é:: Send, 2
":: Send, 3
':: Send, 4
(:: Send, 5
§:: Send, 6
è:: Send, 7
!:: Send, 8
ç:: Send, 9
à:: Send, 0

This works great, but how do i acces the symbols now? I thought that adding the line, would work but it doesn't. (

+&:: Send, &

All help appreciated. Thanks!
gregster
Posts: 8999
Joined: 30 Sep 2013, 06:48

Re: Remapping numbers on Azerty keyboard

02 Dec 2019, 22:15

Add the $ modifier to prevent the & hotkey from being triggered by the sent &.

Code: Select all

$&:: Send, 1
+&:: Send, &
Other keys accordingly.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, lmstearn, roeleboele, ulysim and 393 guests