Hi
I have question: i made small script which generate a small dynamic menu for me. Now in normal menu i have reference to this script:
DestroyFunc user_FileBrowserBookmarks
AddToFunc user_FileBrowserBookmarks
+ I DestroyMenu recreate bookmarks
+ I AddToMenu bookmarks
+ I + DynamicPopDownAction DestroyMenu bookmarks
+ I PipeRead `$[FVWM_USERDIR]/scripts/bookmarks.sh`
DestroyMenu Miejsca
AddToMenu Miejsca
+ MissingSubmenuFunction user_FileBrowserBookmarks
+ "bookmarks%ikony/harddisk.png%" Popup bookmarks
How to make hotkey for this dynamic menu? I have this:
Mouse 1 R A Menu Miejsca
and I want to have something like this:
Mouse 1 R A Menu bookmarks
But it doesn’t work.
Greetings