LOGIN / SIGN UP

#13 One-click menu access and selection doesn't work

Reported by: pekdon Assigned to: pekdon
Phase: release-0.1.9 Component: windowmanager
Type: enhancement Status: closed
Priority: 5: Very low
Watchers:

Description

My goal is to show the root menu on ButtonPress, and execute the menu item on ButtonRelease -- in a single click. My configuration shows the root menu on ButtonPress, and the menu Exec is set to ButtonRelease. Moving the mouse over menu items with the mouse button still pressed down doesn't select the item, and releasing the button doesn't execute. I have to release and click a second time for it to work.

2008-12-06

14:00:09 changed from release-0.1.4 to release-0.1.9
14:00:09 changed from open to closed
13:59:58

This has now been added to git head, to enable add this change the following under the Menu section in the main configuration file:

 Select = "Motion MotionPressed"
 Enter = "ButtonPress MotionPressed"