mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUACAMOLE-113: Remove unnecessary declerations and update comments.
This commit is contained in:
@@ -77,12 +77,9 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
|||||||
MENU_KEYS = angular.extend({}, SHIFT_KEYS, ALT_KEYS, CTRL_KEYS);
|
MENU_KEYS = angular.extend({}, SHIFT_KEYS, ALT_KEYS, CTRL_KEYS);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Keys needed to support the Ctrl-Alt-End hotkey for sending
|
* Keysym for sending the DELETE key when the Ctrl-Alt-End hotkey
|
||||||
* Ctrl-Alt-Delete.
|
* combo is pressed.
|
||||||
*/
|
*/
|
||||||
CAD_KEYS = angular.extend({}, ALT_KEYS, CTRL_KEYS, END_KEYS);
|
|
||||||
var CTRL_KEY = 0xFFE3;
|
|
||||||
var ALT_KEY = 0xFFE9;
|
|
||||||
var DEL_KEY = 0xFFFF;
|
var DEL_KEY = 0xFFFF;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user