mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-659: Add key identifiers for dead keys (currently only used by Firefox).
This commit is contained in:
@@ -132,6 +132,22 @@ Guacamole.Keyboard = function(element) {
|
|||||||
"Compose": [0xFF20],
|
"Compose": [0xFF20],
|
||||||
"Control": [0xFFE3, 0xFFE3, 0xFFE4],
|
"Control": [0xFFE3, 0xFFE3, 0xFFE4],
|
||||||
"ContextMenu": [0xFF67],
|
"ContextMenu": [0xFF67],
|
||||||
|
"DeadGrave": [0xFE50],
|
||||||
|
"DeadAcute": [0xFE51],
|
||||||
|
"DeadCircumflex": [0xFE52],
|
||||||
|
"DeadTilde": [0xFE53],
|
||||||
|
"DeadMacron": [0xFE54],
|
||||||
|
"DeadBreve": [0xFE55],
|
||||||
|
"DeadAboveDot": [0xFE56],
|
||||||
|
"DeadUmlaut": [0xFE57],
|
||||||
|
"DeadAboveRing": [0xFE58],
|
||||||
|
"DeadDoubleacute": [0xFE59],
|
||||||
|
"DeadCaron": [0xFE5A],
|
||||||
|
"DeadCedilla": [0xFE5B],
|
||||||
|
"DeadOgonek": [0xFE5C],
|
||||||
|
"DeadIota": [0xFE5D],
|
||||||
|
"DeadVoicedSound": [0xFE5E],
|
||||||
|
"DeadSemivoicedSound": [0xFE5F],
|
||||||
"Delete": [0xFFFF],
|
"Delete": [0xFFFF],
|
||||||
"Down": [0xFF54],
|
"Down": [0xFF54],
|
||||||
"End": [0xFF57],
|
"End": [0xFF57],
|
||||||
|
Reference in New Issue
Block a user