From dce4304f17402fe0ad08dccaa39dadfb2e64e5a5 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 27 Oct 2022 20:51:55 +1000 Subject: [PATCH] feat(windows): select hotkey link on header stop propgation --- windows/src/desktop/kmshell/xml/config.css | 2 -- windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/src/desktop/kmshell/xml/config.css b/windows/src/desktop/kmshell/xml/config.css index 0673ab5e89..97376fb59c 100644 --- a/windows/src/desktop/kmshell/xml/config.css +++ b/windows/src/desktop/kmshell/xml/config.css @@ -1122,8 +1122,6 @@ th display: none; } - - .qrcode.qrcode_visible .qrcode_popup, .qrcode.qrcode_visible .qrcode_back { display: block; diff --git a/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl b/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl index e139a1a6c5..f175ac614e 100644 --- a/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl +++ b/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl @@ -123,7 +123,7 @@ keyman:hotkey_set?index=hotkey_lang_ this.style.cursor='hand'; - event.stopPropagation; + event.stopPropagation();event.returnValue=false;