----------
"Eric F. Kahler (ekahler_at_mars.superlink.net)" <ekahler_at_mars.superlink.net> writ
es:
> Hi,
>
> I was wondering if it is possible to have popup menus gounded to a certain
> area of the screen? I like to call up my Utilities menu via the keyboard, an
> d
> it would be nice to know where it's going to popup without having to find the
> mouse pointer.
>
Interesting idea, this works:
Key F25 A N Popupat Window-Ops
AddToFunc Popupat "I" CursorMove -1000 -1000
+ "I" Popup Window-Ops
The cursor move values are expressed in percent of pages. by Using
-1000, -1000 I am trying to get to the upper left side of the screen.
A quick test showed me, that it doesn't seem to cross pages they way I
would have thought it would. If you didn't want to go to 0,0, you
could move to -1000, -1000, and then move from there.
I imagine something like this could stop working in a future release.
> Thanks,
> Eric.
>
> --
> From: Eric Kahler.
> ekahler_at_mars.superlink.net
> http://mars.superlink.net/ekahler/index.html
>
>
> --
> Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_hpc.uh.edu.
> To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
--
Dan Espen Phone: (908) 699-5570
dane_at_bae.bellcore.com
444 Hoes Lane Room RRC 1C-214
Piscataway, NJ 08854
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Mar 04 1996 - 11:21:15 GMT