Posts: 679
Threads: 80
Joined: Nov 2009
Just looking at
Going to crop an image and noticed the keyboard shortcut was CMD - Q
After stupidly pressing it I and closing my browser (Mac) I figured I should
probably report this and see about getting it changed to something a little
more accessible!
What about CMD-B (B for B?)
Posts: 1,848
Threads: 86
Joined: Aug 2009
hmm... interesting. haha - i dont have a mac, so i never really had any idea. I will use CMD-B since it doesnt conflict with anything on WINDOWS either...
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 3,491
Threads: 106
Joined: Mar 2010
Does that mean Ctrl-B for PC users?
Posts: 3,491
Threads: 106
Joined: Mar 2010
With that change (seen in the svn), if you press Ctrl-B in Firefox (Windows), the square is selected, but the Bookmarks toolbar is opened too.
Posts: 3,491
Threads: 106
Joined: Mar 2010
I was going to suggest to change to Ctrl-M (if command-M has no trouble on Macs), but another idea is to let it be "Press Ctrl-Q or command-B".
Posts: 679
Threads: 80
Joined: Nov 2009
This is true for mac also. Command-M minimizes the window on a mac to.
I don't have any other ideas.
Posts: 3,491
Threads: 106
Joined: Mar 2010
2010-11-11, 01:26:35
(This post was last modified: 2010-11-11, 01:31:53 by fotothink.)
Ok, so, 'Q or B' might be the best solution?
admin/image.php, line 136 would then be like
Code:
if((e.which == 81 || e.which == 66) && isCtrl == true) {
(Edit: in GS 2.03 would be line 137; it's 136 in the latest 2.04 beta revision)
Posts: 1,204
Threads: 30
Joined: Jun 2010
Ctrl-Q is a default combination to close firefox
Addons: blue business theme, Online Visitors, Notepad
Posts: 1,247
Threads: 82
Joined: Feb 2011
Maybe you can use Ctrl+Alt-Q?