Andre Poenitz wrote:
> How can I close the preamble without using the mouse?
> 
> There are neither shortcuts to 'ok' nor to 'cancel'...

As for Xforms:

   Close/Cancel: Escape-key.
   Apply: Alt-A
   OK: is indeed missing; how about Alt-O, as does the attached patch?
       (OK used to be the Enter-key, but that can't be here!)

If allright, then please apply the patch.

Rob.
Index: src/frontends/xforms/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.777
diff -u -r1.777 ChangeLog
--- src/frontends/xforms/ChangeLog      2003/06/30 23:56:11     1.777
+++ src/frontends/xforms/ChangeLog      2003/07/03 12:51:16
@@ -1,3 +1,7 @@
+2003-07-03  Rob Lahaye  <[EMAIL PROTECTED]>
+
+       * forms/form_preamble.fd: add Alt-O shortcut to OK button
+
 2003-07-01  Lars Gullik Bjønnes  <[EMAIL PROTECTED]>
 
        * introcude namespace lyx::support
Index: src/frontends/xforms/forms/form_preamble.fd
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/forms/form_preamble.fd,v
retrieving revision 1.6
diff -u -r1.6 form_preamble.fd
--- src/frontends/xforms/forms/form_preamble.fd 2002/10/26 02:19:03     1.6
+++ src/frontends/xforms/forms/form_preamble.fd 2003/07/03 12:51:17
@@ -41,7 +41,7 @@
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: OK
+label: OK|#O
 shortcut: 
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast

Reply via email to