GetSimple Support Forum
Image edit page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: Image edit page (/showthread.php?tid=1108)



Image edit page - JWH_Matthew - 2010-11-09

Just looking at
Code:
admin/image.php

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?)


Image edit page - ccagle8 - 2010-11-10

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...


Image edit page - Carlos - 2010-11-10

Does that mean Ctrl-B for PC users?


Image edit page - Carlos - 2010-11-10

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.


Image edit page - Carlos - 2010-11-10

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".


Image edit page - JWH_Matthew - 2010-11-10

This is true for mac also. Command-M minimizes the window on a mac to.

I don't have any other ideas.


Image edit page - Carlos - 2010-11-11

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)


Image edit page - yojoe - 2010-11-11

Ctrl-Q is a default combination to close firefox Wink


Image edit page - datiswous - 2011-03-03

Maybe you can use Ctrl+Alt-Q?