Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show menu on pressing Alt+Shift #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zztalker
Copy link

This is the bug in electron.

When you press Alt+Shift (popular keyboard shortcut to change the layout) - File menu appeared and you have to close it.

tusk

electron/electron#17418
electron/electron#11106 (comment)

@zztalker
Copy link
Author

zztalker commented Jun 3, 2019

I would appreciate if someone takes a look :) @klaussinani @mariosinani

@@ -5,7 +5,7 @@ const {setAcc} = require('./../keymap');
const time = require('./../time');

module.exports = {
label: 'Format',
label: 'F&ormat',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'&Format' should be

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflict with '&File'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants