INTERFACE-KEYS-STYLE
If I use the following code in LWW 4.4.6
(capi:define-interface foo ()
()
(:panes
(editor-pane
capi:editor-pane)))
(defmethod capi:interface-keys-style ((interface foo))
:pc)
(capi:contain (make-instance 'foo))
the editor pane that's displayed still uses Emacs key bindings (which
is the setting for my IDE). I thought that INTERFACE-KEYS-STYLE can
be used to change this.
What am I doing wrong?
Thanks,
Edi.