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