From cdc5dec2c9410a113d2ff878e61a7de2f8a36e69 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 6 Mar 2018 12:16:18 -0800 Subject: [PATCH] GUACAMOLE-517: Correct keysym definition of "Print Screen" key. --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 532e9b9bd..022b21618 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -561,7 +561,7 @@ Guacamole.Keyboard = function Keyboard(element) { "Pause": [0xFF13], "Play": [0xFD16], "PreviousCandidate": [0xFF3E], - "PrintScreen": [0xFD1D], + "PrintScreen": [0xFF61], "Redo": [0xFF66], "Right": [0xFF53], "RomanCharacters": null,