GUAC-807 Clipboard is working.

This commit is contained in:
James Muehlner
2014-11-11 20:59:59 -08:00
parent 6614c620fa
commit 8e2ac6660a
4 changed files with 36 additions and 14 deletions

View File

@@ -61,6 +61,13 @@ angular.module('client').factory('clientProperties', [function clientProperties(
* @type Number
*/
this.maxScale = 3;
/**
* Whether or not the client should listen to keyboard events.
*
* @type Boolean
*/
this.keyboardEnabled = true;
};
}]);