-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextrakeys-ita_v1.ahk
48 lines (42 loc) · 1.27 KB
/
extrakeys-ita_v1.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
;---------------------;
; Tilde al posto di § ;
;---------------------;
+ù::Send, {U+007E}
;------------------------;
; Backtick al posto di ç ;
;------------------------;
+ò::Send, {U+0060}
;------------------------------------;
; Vocali maiuscole con accento grave ;
;------------------------------------;
^+à::Send, À
^+è::Send, È
^+ì::Send, Ì
^+ò::Send, Ò
^+ù::Send, Ù
;---------------;
; Fix parentesi ;
;---------------;
^!è::Send, {U+005B} ; parentesi quadra apertura
^!+::Send, {U+005D} ; parentesi quadra apertura
^+!è::Send, {U+007B} ; parentesi graffa apertura
^+!+::Send, {U+007D} ; parentesi graffa apertura
;------------------------------------;
; Vocali maiuscole con accento acuto ;
;------------------------------------;
^++::Send, É
;--------------------------;
; Altri caratteri speciali ;
;--------------------------;
^+'::Send, ’
^!<::Send, «
^+<::Send, »
^+|::Send, ¦
^+-::Send, {U+203E}
^!-::Send, —
^!2::Send, “
^+2::Send, ”