aboutsummaryrefslogtreecommitdiffstats
path: root/res/keyboard/layout/es/qwerty
blob: 7d76fd96177e8883303f63a670db25946e96b25c (plain) (blame)
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
149
150
151
152
153
154
information
  language "Spanish"
  country "Spain"
  variant "QWERTY"
end information

include "../common/qwerty"
include "../common/base"


function comma/0
  ","
end function
function altcomma/0
  "."
end function

macro mod_letter/2
  <letter \1> : "\1"
  <shift letter \1> : "\2"
  <caps letter \1> : "\2"
  <shift caps letter \1> : "\1"
end macro

mod_letter("ñ" "Ñ")
mod_letter("ç" "Ç")

<keycode 41> : <letter º>
<keycode 12> : <letter '>
<keycode 13> : <letter ¡>
<keycode 26> : <dead letter `>
<keycode 27> : <letter +>
<keycode 39> : <letter ñ>
<keycode 40> : <dead letter ´>
<keycode 43> : <letter ç>
<keycode 86> : <letter <>
<keycode 51> : <letter ,>
<keycode 52> : <letter .>
<keycode 53> : <letter ->


macro key/4
  <letter \1> : "\1"
  <shift letter \1> : "\2"
  <altgr letter \1> : "\3"
  <altgr shift letter \1> : "\4"
end macro

macro nocaps/2
  <altgr letter \1> : "\2"
  <altgr shift letter \1> : <void>
end macro

macro nocaps/3
  <altgr letter \1> : "\2"
  <altgr shift letter \1> : "\3"
end macro

macro caps/3
  <altgr letter \1> : "\2"
  <altgr shift letter \1> : "\3"
  <altgr caps letter \1> : "\3"
  <altgr caps shift letter \1> : "\2"
end macro


key("º" "ª" "\\" "¾")
key("1" "!" "|" "¡")
key("2" "\"" "@" "⅛")
key("3" "·" "#" "£")
key("4" "$" "~" "¼")
key("5" "%" "½" "⅜")
key("6" "&" "¬" "⅝")
key("7" "/" "{" "⅞")
key("8" "(" "[" "™")
key("9" ")" "]" "±")
key("0" "=" "}" "°")
key("'" "?" "\\" "¿")
<letter ¡> : "¡"
<shift letter ¡> : "¿"
<altgr letter ¡> : <dead letter ~>
<altgr shift letter ¡> : "~"


nocaps("q" "Ω")
caps("w" "ł" "Ł")
nocaps("e" "€" "¢")
nocaps("r" "¶" "®")
caps("t" "ŧ" "Ŧ")
nocaps("y" "←" "¥")
nocaps("u" "↓" "↑")
nocaps("i" "→" "ı")
caps("o" "ø" "Ø")
caps("p" "þ" "Þ")

<shift dead letter `> : <dead letter ^>
<altgr dead letter `> : "["
<altgr shift dead letter `> : <dead letter °>

<letter +> : "+"
<shift letter +> : "*"
<altgr letter +> : "]"
<altgr shift letter +> : <dead letter ¯>


caps("a" "æ" "Æ")
nocaps("s" "ß" "§")
caps("d" "ð" "Ð")
nocaps("f" "đ" "º")
caps("g" "ŋ" "Ŋ")
caps("h" "ħ" "Ħ")

<altgr letter j> : <dead letter ˀ>
<altgr shift letter j> : <dead letter \u031B> # horn

nocaps("k" "ĸ")
caps("l" "œ" "Œ")

<altgr letter ñ> : <dead letter ~>
<altgr shiftletter ñ> : <dead letter ˝>

<shift dead letter ´> : <dead letter ¨>
<altgr dead letter ´> : "{"
<altgr shift dead letter ´> : <void>

<altgr letter ç> : "}"
<altgr shift letter ç> : <dead letter ˘>


key("<" ">" "|" "¦")
nocaps("z" "«" "⸘")
nocaps("x" "»" "‽")
nocaps("c" "¢" "©")
nocaps("v" "“" "‘")
nocaps("b" "”" "’")
<altgr letter n> : <dead letter ˛>
<altgr shift letter n> : <dead letter ˙>
nocaps("m" "µ" "º")

<letter ,> : ","
<shift letter ,> : ";"
<altgr letter ,> : <dead letter ¸>
<altgr shift letter ,> : "×"

<letter .> : "."
<shift letter .> : ":"
<altgr letter .> : "·"
<altgr shift letter .> : "÷"

<letter -> : "-"
<shift letter -> : "_"
<altgr letter -> : <dead letter \u0323>
<altgr shift letter -> : <dead letter ¯>