Lisp HUG Maillist Archive

Re: Editor key binding questions

> Sorry, there is no supported API to set the gestures used by isearch.  They
> are not stored as normal bindings, because they are not commands.  If you want
> an internal hack, then look at EDITOR::MAKE-LOGICAL-CHARACTERS-TABLE in
> echo.lisp from the editor source code.

Aww. That's bad. OK, I'll take a look at that.
----------------------------------------------------------------------
> openmotif doesn't seem to ship with that man VirtualBindings page.
> However it does ship with man(1) xmbind.  This didn't work for me, but
> it is from openmotif 2.3 while lw links against openmotif 2.2 libs.
>
> I never tried to remove the keyboard-menu functionality, [and now that I
> tried, I'm unsuccessful], but I move the functionality from
> F10/Shitf-F10, to F12/Shift-F12 using an Xdefaults setting.
>
> Interactively:
>
> $ cat .osf12
> *defaultVirtualBindings: \
> 	osfMenuBar	:		<Key>F12\n\
> 	osfMenu		:	Shift	<Key>F12
>
> $ xrdb .osf12
>
> $ lispworks
>
> should free up the  F10 key for your application.

Thanks!

-- 
Rommel M. Martinez
ebzzry@gmail.com
http://www.bespin.org/~ebzzry


Updated at: 2020-12-10 08:42 UTC