()
| 1747 | }, |
| 1748 | |
| 1749 | sendCtrlAltDel() { |
| 1750 | UI.rfb.sendCtrlAltDel(); |
| 1751 | // See below |
| 1752 | UI.rfb.focus(); |
| 1753 | UI.idleControlbar(); |
| 1754 | }, |
| 1755 | |
| 1756 | _sendKeyUp(keysym, code) { |
| 1757 | if (!UI.rfb) return; |
nothing calls this directly
no test coverage detected