From a28c4144ac7a368bd0588dda0d6bf5c771f47705 Mon Sep 17 00:00:00 2001 From: id Date: Sun, 18 Apr 1999 10:22:54 +0000 Subject: [PATCH] Fix NEWS file, thanks to logan for english. --- NEWS | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index f12a5ed5..e37789e8 100644 --- a/NEWS +++ b/NEWS @@ -51,18 +51,21 @@ will abort and leave the core file. Application User Menu --------------------- -Applications with application icon can have menu which defined by user. -This menu will send fake keyboard event to applications' windows so -applications must response the short cut key that was sent by user menu. -To Enable this feature, you have to put -#define USER_MENU -in wconfig.h and place menu files in directory ~GNUstep/Defaults/UserMenus. -(or /usr/local/etc/WindowMaker/UserMenus for global setting) -Menu is in PropList format and the filename is in format +Applications with an appicon can have a user defined menu. + +This menu will emulate keyboard events, and will be sent to the applications' +window(s), thus the application must accept key combinations (CTRL+N for +instance). + +To enable this feature, #define USER_MENU in src/wconfig.h and place menu +files in ~/GNUstep/Defaults/UserMenus (/usr/local/etc/WindowMaker/UserMenus +globally). + +The user menu is in PropList format and the filename is in: ..menu or application's main window. -(for example, menu for xcalc is xcalc.XCalc.menu) +(Example: the menu for xcalc would be - xcalc.XCalc.menu) -Example syntax +Example user menu syntax: ( "Calculator", -- 2.11.4.GIT