GUACAMOLE-517: Correct keysym definition of "Print Screen" key.

This commit is contained in:
Michael Jumper
2018-03-06 12:16:18 -08:00
parent 5db2e3cae7
commit cdc5dec2c9

View File

@@ -561,7 +561,7 @@ Guacamole.Keyboard = function Keyboard(element) {
"Pause": [0xFF13], "Pause": [0xFF13],
"Play": [0xFD16], "Play": [0xFD16],
"PreviousCandidate": [0xFF3E], "PreviousCandidate": [0xFF3E],
"PrintScreen": [0xFD1D], "PrintScreen": [0xFF61],
"Redo": [0xFF66], "Redo": [0xFF66],
"Right": [0xFF53], "Right": [0xFF53],
"RomanCharacters": null, "RomanCharacters": null,