(keysym, code, down)
| 1592 | }, |
| 1593 | |
| 1594 | keyEvent(keysym, code, down) { |
| 1595 | if (!UI.rfb) return; |
| 1596 | |
| 1597 | UI.rfb.sendKey(keysym, code, down); |
| 1598 | }, |
| 1599 | |
| 1600 | // When normal keyboard events are left uncought, use the input events from |
| 1601 | // the keyboardinput element instead and generate the corresponding key events. |