mirror of https://github.com/jetkvm/kvm.git
Remove obscure Alt-Gr keys, unsure if they are supported everywhere
This commit is contained in:
parent
3887f7e5b5
commit
341b70ff0a
|
@ -13,7 +13,6 @@ export const chars = {
|
||||||
"Â": { key: "KeyA", shift: true, accentKey: keyHat },
|
"Â": { key: "KeyA", shift: true, accentKey: keyHat },
|
||||||
"À": { key: "KeyA", shift: true, accentKey: keyGrave },
|
"À": { key: "KeyA", shift: true, accentKey: keyGrave },
|
||||||
"Ã": { key: "KeyA", shift: true, accentKey: keyTilde },
|
"Ã": { key: "KeyA", shift: true, accentKey: keyTilde },
|
||||||
"Æ": { key: "KeyA", shift: true, altRight: true },
|
|
||||||
B: { key: "KeyB", shift: true },
|
B: { key: "KeyB", shift: true },
|
||||||
C: { key: "KeyC", shift: true },
|
C: { key: "KeyC", shift: true },
|
||||||
D: { key: "KeyD", shift: true },
|
D: { key: "KeyD", shift: true },
|
||||||
|
@ -43,7 +42,6 @@ export const chars = {
|
||||||
"Ô": { key: "KeyO", shift: true, accentKey: keyHat },
|
"Ô": { key: "KeyO", shift: true, accentKey: keyHat },
|
||||||
"Ò": { key: "KeyO", shift: true, accentKey: keyGrave },
|
"Ò": { key: "KeyO", shift: true, accentKey: keyGrave },
|
||||||
"Õ": { key: "KeyO", shift: true, accentKey: keyTilde },
|
"Õ": { key: "KeyO", shift: true, accentKey: keyTilde },
|
||||||
"Œ": { key: "KeyO", shift: true, altRight: true },
|
|
||||||
P: { key: "KeyP", shift: true },
|
P: { key: "KeyP", shift: true },
|
||||||
Q: { key: "KeyQ", shift: true },
|
Q: { key: "KeyQ", shift: true },
|
||||||
R: { key: "KeyR", shift: true },
|
R: { key: "KeyR", shift: true },
|
||||||
|
@ -64,67 +62,47 @@ export const chars = {
|
||||||
"á": { key: "KeyA", accentKey: keyAcute },
|
"á": { key: "KeyA", accentKey: keyAcute },
|
||||||
"â": { key: "KeyA", accentKey: keyHat },
|
"â": { key: "KeyA", accentKey: keyHat },
|
||||||
"ã": { key: "KeyA", accentKey: keyTilde },
|
"ã": { key: "KeyA", accentKey: keyTilde },
|
||||||
"æ": { key: "KeyA", altRight: true },
|
|
||||||
b: { key: "KeyB" },
|
b: { key: "KeyB" },
|
||||||
c: { key: "KeyC" },
|
c: { key: "KeyC" },
|
||||||
d: { key: "KeyD" },
|
d: { key: "KeyD" },
|
||||||
"ð": { key: "KeyD", altRight: true },
|
|
||||||
e: { key: "KeyE" },
|
e: { key: "KeyE" },
|
||||||
"ë": { key: "KeyE", accentKey: keyTrema },
|
"ë": { key: "KeyE", accentKey: keyTrema },
|
||||||
"ê": { key: "KeyE", accentKey: keyHat },
|
"ê": { key: "KeyE", accentKey: keyHat },
|
||||||
"ẽ": { key: "KeyE", accentKey: keyTilde },
|
"ẽ": { key: "KeyE", accentKey: keyTilde },
|
||||||
f: { key: "KeyF" },
|
f: { key: "KeyF" },
|
||||||
"đ": { key: "KeyF", altRight: true },
|
|
||||||
g: { key: "KeyG" },
|
g: { key: "KeyG" },
|
||||||
"ŋ": { key: "KeyG", altRight: true },
|
|
||||||
h: { key: "KeyH" },
|
h: { key: "KeyH" },
|
||||||
"ħ": { key: "KeyH", altRight: true },
|
|
||||||
i: { key: "KeyI" },
|
i: { key: "KeyI" },
|
||||||
"ï": { key: "KeyI", accentKey: keyTrema },
|
"ï": { key: "KeyI", accentKey: keyTrema },
|
||||||
"í": { key: "KeyI", accentKey: keyAcute },
|
"í": { key: "KeyI", accentKey: keyAcute },
|
||||||
"î": { key: "KeyI", accentKey: keyHat },
|
"î": { key: "KeyI", accentKey: keyHat },
|
||||||
"ì": { key: "KeyI", accentKey: keyGrave },
|
"ì": { key: "KeyI", accentKey: keyGrave },
|
||||||
"ĩ": { key: "KeyI", accentKey: keyTilde },
|
"ĩ": { key: "KeyI", accentKey: keyTilde },
|
||||||
"→": { key: "KeyI", altRight: true },
|
|
||||||
j: { key: "KeyJ" },
|
j: { key: "KeyJ" },
|
||||||
k: { key: "KeyK" },
|
k: { key: "KeyK" },
|
||||||
"ĸ": { key: "KeyK", altRight: true },
|
|
||||||
l: { key: "KeyL" },
|
l: { key: "KeyL" },
|
||||||
"ł": { key: "KeyL", altRight: true },
|
|
||||||
m: { key: "KeyM" },
|
m: { key: "KeyM" },
|
||||||
"µ": { key: "KeyM", altRight: true },
|
|
||||||
n: { key: "KeyN" },
|
n: { key: "KeyN" },
|
||||||
o: { key: "KeyO" },
|
o: { key: "KeyO" },
|
||||||
"ó": { key: "KeyO", accentKey: keyAcute },
|
"ó": { key: "KeyO", accentKey: keyAcute },
|
||||||
"ô": { key: "KeyO", accentKey: keyHat },
|
"ô": { key: "KeyO", accentKey: keyHat },
|
||||||
"ò": { key: "KeyO", accentKey: keyGrave },
|
"ò": { key: "KeyO", accentKey: keyGrave },
|
||||||
"õ": { key: "KeyO", accentKey: keyTilde },
|
"õ": { key: "KeyO", accentKey: keyTilde },
|
||||||
"œ": { key: "KeyO", altRight: true },
|
|
||||||
p: { key: "KeyP" },
|
p: { key: "KeyP" },
|
||||||
"þ": { key: "KeyP", altRight: true },
|
|
||||||
q: { key: "KeyQ" },
|
q: { key: "KeyQ" },
|
||||||
r: { key: "KeyR" },
|
r: { key: "KeyR" },
|
||||||
"¶": { key: "KeyR", altRight: true },
|
|
||||||
s: { key: "KeyS" },
|
s: { key: "KeyS" },
|
||||||
"ß": { key: "KeyS", altRight: true },
|
|
||||||
t: { key: "KeyT" },
|
t: { key: "KeyT" },
|
||||||
"ŧ": { key: "KeyT", altRight: true },
|
|
||||||
u: { key: "KeyU" },
|
u: { key: "KeyU" },
|
||||||
"ú": { key: "KeyU", accentKey: keyAcute },
|
"ú": { key: "KeyU", accentKey: keyAcute },
|
||||||
"û": { key: "KeyU", accentKey: keyHat },
|
"û": { key: "KeyU", accentKey: keyHat },
|
||||||
"ù": { key: "KeyU", accentKey: keyGrave },
|
"ù": { key: "KeyU", accentKey: keyGrave },
|
||||||
"ũ": { key: "KeyU", accentKey: keyTilde },
|
"ũ": { key: "KeyU", accentKey: keyTilde },
|
||||||
"↓": { key: "KeyU", altRight: true },
|
|
||||||
v: { key: "KeyV" },
|
v: { key: "KeyV" },
|
||||||
"„": { key: "KeyV", altRight: true },
|
|
||||||
w: { key: "KeyW" },
|
w: { key: "KeyW" },
|
||||||
"ſ": { key: "KeyW", altRight: true },
|
|
||||||
x: { key: "KeyX" },
|
x: { key: "KeyX" },
|
||||||
"»": { key: "KeyX", altRight: true },
|
|
||||||
y: { key: "KeyZ" },
|
y: { key: "KeyZ" },
|
||||||
"←": { key: "KeyZ", altRight: true },
|
|
||||||
z: { key: "KeyY" },
|
z: { key: "KeyY" },
|
||||||
"«": { key: "KeyY", altRight: true },
|
|
||||||
"§": { key: "Backquote" },
|
"§": { key: "Backquote" },
|
||||||
"°": { key: "Backquote", shift: true },
|
"°": { key: "Backquote", shift: true },
|
||||||
1: { key: "Digit1" },
|
1: { key: "Digit1" },
|
||||||
|
@ -138,18 +116,14 @@ export const chars = {
|
||||||
"#": { key: "Digit3", altRight: true },
|
"#": { key: "Digit3", altRight: true },
|
||||||
4: { key: "Digit4" },
|
4: { key: "Digit4" },
|
||||||
"ç": { key: "Digit4", shift: true },
|
"ç": { key: "Digit4", shift: true },
|
||||||
"¼": { key: "Digit4", altRight: true },
|
|
||||||
5: { key: "Digit5" },
|
5: { key: "Digit5" },
|
||||||
"%": { key: "Digit5", shift: true },
|
"%": { key: "Digit5", shift: true },
|
||||||
"½": { key: "Digit5", altRight: true },
|
|
||||||
6: { key: "Digit6" },
|
6: { key: "Digit6" },
|
||||||
"&": { key: "Digit6", shift: true },
|
"&": { key: "Digit6", shift: true },
|
||||||
"¬": { key: "Digit6", altRight: true },
|
|
||||||
7: { key: "Digit7" },
|
7: { key: "Digit7" },
|
||||||
"/": { key: "Digit7", shift: true },
|
"/": { key: "Digit7", shift: true },
|
||||||
8: { key: "Digit8" },
|
8: { key: "Digit8" },
|
||||||
"(": { key: "Digit8", shift: true },
|
"(": { key: "Digit8", shift: true },
|
||||||
"¢": { key: "Digit8", altRight: true },
|
|
||||||
9: { key: "Digit9" },
|
9: { key: "Digit9" },
|
||||||
")": { key: "Digit9", shift: true },
|
")": { key: "Digit9", shift: true },
|
||||||
0: { key: "Digit0" },
|
0: { key: "Digit0" },
|
||||||
|
@ -174,10 +148,8 @@ export const chars = {
|
||||||
"}": { key: "Backslash", altRight: true },
|
"}": { key: "Backslash", altRight: true },
|
||||||
",": { key: "Comma" },
|
",": { key: "Comma" },
|
||||||
";": { key: "Comma", shift: true },
|
";": { key: "Comma", shift: true },
|
||||||
"•": { key: "Comma", altRight: true },
|
|
||||||
".": { key: "Period" },
|
".": { key: "Period" },
|
||||||
":": { key: "Period", shift: true },
|
":": { key: "Period", shift: true },
|
||||||
"·": { key: "Period", altRight: true },
|
|
||||||
"-": { key: "Slash" },
|
"-": { key: "Slash" },
|
||||||
"_": { key: "Slash", shift: true },
|
"_": { key: "Slash", shift: true },
|
||||||
"<": { key: "IntlBackslash" },
|
"<": { key: "IntlBackslash" },
|
||||||
|
|
Loading…
Reference in New Issue