-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeop-programmation.ahk
148 lines (107 loc) · 1.99 KB
/
beop-programmation.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
; organisation :
; - touche seule
; - AltGr + touche
; dead key
:?C*:´a::á
; caractères spéciaux :
; Alt gauche -> Alt Gr
$*LAlt::
SetKeyDelay, -1
Send {blind}{LCtrl downtemp}{RAlt downtemp}
return
$*LAlt up::
Send {blind}{LCtrl up}{RAlt up}
return
; underscore sur spacebar
<^>!Space::Send {U+005F} ; _
; touche seule
; 1ère ligne
q::b
w::é
e::o
r::p
t::è
y::'
u::v
i::d
o::l
p::j
[::z
; deuxième ligne
a::a
s::u
d::e
f::i
g::,
h::c
j::t
k::s
l::r
`;::n
'::f
; troisième ligne
z::à
x::y
c::x
v::.
b::k
n::w
m::q
,::g
.::h
/::m
\::ê
; touche + shift
+w::Send {U+00C9} ; É
+t::Send {U+00C8} ; È
+z::Send {U+00C0} ; À
+\::Send {U+00CA} ; Ê
+v:::
+y::?
+g::!
; AltGr + touche
; 1ère ligne
<^>!q::Send {U+007C} ; |
<^>!w::Send {U+00B4} ; ´
<^>!e::Send {U+0153} ; œ
<^>!r::Send {U+0026} ; &
<^>!t::Send {U+0060} ; `
<^>!y::Send {U+0022} ; "
<^>!u::Send {U+002A} ; *
<^>!i::Send {U+0023} ; #
<^>!o::Send {U+002F} ; /
<^>!p::Send {U+0024} ; $
<^>![::Send {U+00B0} ; °
; 2ème ligne
<^>!a::Send {U+0040} ; @
<^>!s::Send {U+00F9} ; ù
<^>!d::Send {U+0028} ; (
<^>!f::Send {U+0029} ; )
<^>!g::Send {U+003B} ; ;
<^>!h::Send {U+00E7} ; ç
<^>!j::Send {U+005B} ; [
<^>!k::Send {U+005D} ; ]
<^>!l::Send {U+002B} ; +
<^>!`;::Send {U+002D} ; -
<^>!'::Send {U+003D} ; =
; 3ème ligne
<^>!z::Send {U+005C} ; \
; <^>!x::Send {} ; rien pour l' instant
<^>!c::Send {U+007B} ; {
<^>!v::Send {U+007D} ; }
<^>!b::Send {U+007E} ; ~
<^>!n::Send {U+005E} ; ^
<^>!m::Send {U+003C} ; <
<^>!,::Send {U+003E} ; >
<^>!.::Send {U+0025} ; %
<^>!/::Send {U+00A8} ; ¨
; Shift + AltGr + touche
<^>!+a::Send {U+00E6} ; æ
<^>!+s::Send {U+00FB} ; û
<^>!+y::Send {U+00BF} ; ¿
<^>!+d::Send {U+20AC} ; €
<^>!+f::Send {U+00EE} ; î
<^>!+h::Send {U+00C7} ; Ç (c cedille majuscule)
<^>!+v::Send {U+2026} ; …
<^>!+`;::Send {U+00F1} ; ñ
<^>!+'::Send {U+2260} ; ≠