Skip to content

Instantly share code, notes, and snippets.

@davebrny
Created January 28, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davebrny/ec0b107973cce88217ed14d6183e52ab to your computer and use it in GitHub Desktop.
Save davebrny/ec0b107973cce88217ed14d6183e52ab to your computer and use it in GitHub Desktop.
my key list for long press.ahk - (https://github.com/davebrny/long-press) (autohotkey)
[long press]
1 = {!}
2 = {"}
3 = {U+20AC} ; € euro symbol
4 = {$}
5 = {%}
6 = {^}
7 = {&}
8 = {*}
9 = {(}
0 = {)}
# = {~}
' = {@}
, = {<}
- = {_}
. = {>}
/ = {?}
= = {+}
\ = {|}
] = {}}
` = {U+00A1} ; ¡ inverted exclamation
; = {:}
[ = {{}
a = {U+00E1}{U+00E9}{U+00ED}{U+00F3}{U+00FA} ; áéíóú accented characters
b = {U+2022} ; • bullet point
c = {U+00A2} ; ¢ cent
d = :D
e = myemail@site.com
f = ^{f}
g = {U+25BA} ; ► play
h = {U+2764} ; ❤ heart
i = {U+00BF} ; ¿ inverted question mark
j = {U+262F} ; ☯ yin yang
k = {U+2702} ; ✂ scissors
l = {U+1F5F2} ; 🗲 lightning
m = {U+266B} ; ♫ music
n = {U+2716} ; ✖ x mark
o = {U+2020} ; † dagger/obelisk
p = {U+00B6} ; ¶ pilcrow
q = {U+201C}word{U+201D}{left}+{left 4} ; “curly quotation marks”
r = {U+2191}{U+2193}{U+2192}{U+2190} ; ↑↓→← arrows
s = :)
t = {U+2122} ; ™ trademark
t = Yours Sincerely{Enter}your_name+{left 9}
u = {U+2602} ; ☂ umbrella
v = {U+2709} ; ✉ envelope
w = {U+2601} ; ☁ cloud
x = {U+2622} ; ☢ radioactive
y = {U+2714} ; ✔ check mark
z = {U+25B3} ; △ triangle
Space = &nbsp; ; html/markdown space
Backspace = delete_previous_word
Delete = delete_next_word
Enter = insert_line_before
@davebrny
Copy link
Author

a           = {U+00E1}    ; á    ; accented characters
e           = {U+00E9}    ; é
i           = {U+00ED}    ; í
o           = {U+00F3}    ; ó
u           = {U+00FA}    ; ú

@davebrny
Copy link
Author

a           = A    ; capital letters
b           = B
c           = C
d           = D
e           = E
f           = F
g           = G
h           = H
i           = I
j           = J
k           = K
l           = L
m           = M
n           = N
o           = O
p           = P
q           = Q
r           = R
s           = S
t           = T
u           = U
v           = V
w           = W
x           = X
y           = Y
z           = Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment