Re: Key bindings ?

From: Ulric Eriksson (ulric@siag.nu)
Date: Thu May 08 2003 - 19:26:31 CEST


On Wed, 7 May 2003, Sven Crouse wrote:

> I'm having difficulty with the key bindings. "siag.scm" is obviously being
> found and requiring keytable.scm, yet nothing is as it appears in
> keytable.scm.
>
> The classic Siag bindings are either unbound ( according to status text at
> bottom of Siag ) or bound to different functions and Emacs inspired bindings
> don't seem to work at all.

The keybindings come from X resources in addition to keytable.scm. You can
put this in your .Xresources to get them only from keytable.scm:

Siag*grid.translations:\
        Shift<Btn1Down>: grid-button(select) \n\
        :<Btn1Down>: grid-button(point) \n\
        :<Btn2Down>: grid-button(paste) \n\
        Shift<Btn3Down>: grid-button(select) \n\
        :<Btn3Down>: popup-shortcuts() \n\
        <Key>: key-event()

Most of the default X resources for Siag are in the file xsiag/Siag.ad.
They are compiled into the application but can be overridden using the
standard X resource mechanism.

The default resources for PW are in xpw/Pw.ad.

Ulric



This archive was generated by hypermail 2.1.2 : Thu May 08 2003 - 19:29:13 CEST