I guess Qtide use shortcut key in menubar to close or quit window. Do them work correctly for all platforms (except android )?
For forms created by wd, there is no default key binding to close. Alt-F4 in windows (also in XFCE?) are translated by desktop window manager into a close window event. I guess different window manager will have its own policy. Perhaps cmd+w for closing window in OSX is only a convecntion but not a system function so that cmd+w cannot close forms. The question is should we hardcode cmd+w to close a wd form in OSX. Incidentally on Android,, pressing the back button to return the previous screen is a convention not a system function. there are some code in jqt/android for intrecepting that back-button to close the current form and returns to the previous screen. Пт, 07 мар 2014, Dan Abell писал(а): > permit me to correct myself, > cmd-w closes tabs, > or the window if only one tab exists > cmd-shift-w is used in Apple's Preview.app > and perhaps in other apps > > On 7 Mar 2014, at 08:01, Dan Abell wrote: > > > on OS X, the standard interface uses > > cmd-shift-w to close tabs > > cmd-w to close windows > > cmd-q to quit > > > > On 7 Mar 2014, at 02:56, Jan-Pieter Jacobs wrote: > > > >> Me neither ... I have the tendency to hit " ESC : w " quite often due to > >> Vim overuse, and it is really annoying to have your session quit then. > >> What about using the more or less standard key combo's ctrl - w for tabs > >> and ctrl-q for windows? > > > > -- > > Dan T. Abell :: dabell at txcorp dot com :: 303.444.2452 > > Tech-X Corp., 5621 Arapahoe Ave, Ste A, Boulder CO 80303 > > http://www.txcorp.com :: 303.748.6894/c 303.448.7756/fx > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > Dan T. Abell :: dabell at txcorp dot com :: 303.444.2452 > Tech-X Corp., 5621 Arapahoe Ave, Ste A, Boulder CO 80303 > http://www.txcorp.com :: 303.748.6894/c 303.448.7756/fx > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
