mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Modify for consistency.
This commit is contained in:
@@ -354,7 +354,7 @@ Guacamole.Keyboard = function(element) {
|
|||||||
|
|
||||||
// Repeat after a delay as long as pressed
|
// Repeat after a delay as long as pressed
|
||||||
if (!no_repeat[keysym])
|
if (!no_repeat[keysym])
|
||||||
key_repeat_timeout = setTimeout(function() {
|
key_repeat_timeout = window.setTimeout(function() {
|
||||||
key_repeat_interval = window.setInterval(function() {
|
key_repeat_interval = window.setInterval(function() {
|
||||||
guac_keyboard.onkeyup(keysym);
|
guac_keyboard.onkeyup(keysym);
|
||||||
guac_keyboard.onkeydown(keysym);
|
guac_keyboard.onkeydown(keysym);
|
||||||
|
Reference in New Issue
Block a user