8000 GitHub - programingjd/autohotkey: Scripted Hotkey definitions for AutoHotKey
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

programingjd/autohotkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripted Hotkey definitions for AutoHotKey

Special chars:

Use backtick (`) followed by the name of the symbol.

Examples:

`euro = €
`section = §
`copy = ©
`ellips = …

Accentuated chars:

Use backtick (`) followed by the character and then the accent key.

Examples:

`e' = é
`a- = ā
`n~ = ñ
`o; = ö

Greek symbols:

Use backtick (`) followed by the name of the symbol.

Examples:

`beta = ß
`sigma = σ
`Sigma = Σ

Emojis:

Use backtick (`) followed by the name of the emoji.

Examples:

`rocket = 🚀
`:P = 😛
`rofl = 🤣
`-1 = 👎

Japanese kana:

Use tilde (~) followed by the the syllable. Lowercase syllable are replaced with the hiragana character. Uppercase (or capitalized) syllable are replaced with the katakana character.

Examples:

~a = あ
~To = ト
~ja = ジャ
~Ryo = リョ
~Ti = ティ

For a full list of hotkeys, please look at *AutoHotkey.ahk*.

About

Scripted Hotkey definitions for AutoHotKey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0