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

Ctrl+Q does not work #115

Closed
Slesa opened this issue Jan 16, 2014 · 4 comments
Closed

Ctrl+Q does not work #115

Slesa opened this issue Jan 16, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@Slesa
Copy link
Contributor

Slesa commented Jan 16, 2014

Ambigious shortcut overload Ctrl+Q (on Linux only?)
Same for Ctrl+G, but did not yet find the related command.

Should be replaced by Ctrl+X IMO.

@cloose
Copy link
Owner

cloose commented Jan 17, 2014

Ctrl+Q is used for the "Blockquote" action. Windows is not affected since it is not a shortcut for Quit there.

Ctrl+G is used for the "Insert Image" action. Looking at the QKeySequence documentation, this could collide with "Find Next" on Linux and Mac.

Possible replacements for Blockquote:

  • Ctrl+Shift+Q
  • Alt+Q
  • Ctrl+Shift+B
  • Alt+B

Possible replacements for Insert Image:

  • Ctrl+Shift+I
  • Alt+I
  • Alt+G

@Slesa
Copy link
Contributor Author

Slesa commented Jan 17, 2014

Alt (how did you get that frame?) should be avoided at all, as it is a quick access for the menu bar.

@cloose
Copy link
Owner

cloose commented Jan 17, 2014

Good point. So Ctrl+Shift+Q for Blockquote and Ctrl+Shift+I for Insert Image?

(It's the HTML tag)

@Slesa
Copy link
Contributor Author

Slesa commented Jan 17, 2014

Never heard of it. Cool.
Insert Image should be ok. But to bind another command to Q, just with other meta keys... really?
Ok, Total commander does the same with Shift+F4 for editing files, but... wouldn't it better to have a binding starting with B?

@ghost ghost assigned cloose Jan 20, 2014
cloose added a commit that referenced this issue Jan 20, 2014
Changed shortcuts for Blockquote to Ctrl+Shift+Q and for
Insert Image to Ctrl+Shift+I to prevent ambiguous shortcuts
on Linux.

Resolves #115.
@cloose cloose closed this as completed Jan 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants