Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.8 How can I get console messages to go to an hpterm?"
Next document is "6.10 How come I can no longer disable the caps lock key with xmodmap?"

6.9 What happened to the vuewm key accelerators at VUE 3.0?

Well, we don't really know. Here's how to set them, though.
Add an entry like this (you can, of course, customize it to your
liking) to your $HOME/.vue/vuewmrc file:

Menu VueWindowMenu
{
    "Restore"          _R        Alt<Key>F5         f.normalize
    "Move"             _M        Alt<Key>F7         f.move
    "Size"             _S        Alt<Key>F8         f.resize
    "Minimize"         _n        Alt<Key>F9         f.minimize
    "Maximize"         _x        Alt<Key>F10        f.maximize
    "Lower"            _L        Alt<Key>F3         f.lower
     no-label                                       f.separator
    "Occupy..."        _O        Alt<Key>O          f.workspace_presence
    "Occupy all"       _a        Alt Shift<Key>O    f.occupy_all
     no-label                                       f.separator
    "Remove from WS"   _e        Alt Shift <Key>F4  f.remove
    "Close"            _C        Alt<Key>F4         f.kill
}

And then add this resource:

Vuewm*windowMenu:       VueWindowMenu

And restart the window manager.

(Thanks to Bill Bennett, HP)

Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.8 How can I get console messages to go to an hpterm?"
Next document is "6.10 How come I can no longer disable the caps lock key with xmodmap?"