plul / Public-AutoHotKey-Scripts

For sharing some of my AutoHotKey example scripts
MIT License
259 stars 57 forks source link

~ key #19

Open Felpsg31 opened 8 months ago

Felpsg31 commented 8 months ago

Hello, I want to use 'right shift' and '~' to send the down arrow, because my keyboard does not have this key. However, I couldnt find the code for ~ key. If I write RShift & ~::Send {Blind}{RShift up}{Down} it says that ~ is not in the layout. Someone know how to solve this?

albino1 commented 8 months ago

Try using the scancode:

RShift & SC029

I tried to quickly find a nice clean list of these on an AHK forum, but all I found that was easily readable was for Colemak:

https://forum.colemak.com/topic/1467-dreymars-big-bag-of-keyboard-tricks-pklwindows-edition/p5/