We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811df9f commit 0ee3757Copy full SHA for 0ee3757
app/renderer/js/preload.js
@@ -23,7 +23,7 @@ const shortcut = () => {
23
// Create the menu for the below
24
const node = document.querySelector('a[data-overlay-trigger=keyboard-shortcuts]');
25
// Additional check
26
- if (node.text.trim().toLowerCase() === 'keyboard shortcuts') {
+ if (node.text.trim().toLowerCase() === 'keyboard shortcuts (?)') {
27
node.click();
28
} else {
29
// Atleast click the dropdown
0 commit comments