mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 17:31:29 +03:00
new msgbox
This commit is contained in:
@@ -326,6 +326,7 @@ class App: Reactor.Component
|
||||
</div>
|
||||
<ConnectStatus @{this.connect_status} />
|
||||
</div>
|
||||
<div #msgbox />
|
||||
</div>;
|
||||
}
|
||||
|
||||
@@ -660,6 +661,9 @@ function formatId(id) {
|
||||
}
|
||||
|
||||
event keydown (evt) {
|
||||
if (view.focus && view.focus.id != 'remote_id') {
|
||||
return;
|
||||
}
|
||||
if (!evt.shortcutKey) {
|
||||
if (evt.keyCode == Event.VK_ENTER ||
|
||||
(is_osx && evt.keyCode == 0x4C) ||
|
||||
|
||||
Reference in New Issue
Block a user