denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] d-LoadKeybindings


From: Richard Shann
Subject: [Denemo-devel] d-LoadKeybindings
Date: Sun, 14 Mar 2010 12:16:54 +0000

Nils, 
I have just executed 

(display (d-LoadKeybindings
"/home/rshann/git-denemo/denemo/actions/keyb"))

where keyb is a file containing this:

<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Command Set</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Quit</action>
        <label>Quit</label>
        <bind>z</bind>
        <tooltip>Quit the Denemo program</tooltip>
      </row>
    </map>
  </merge>
</Denemo>

And the result is it displays #t and the Quit command gets the *extra*
keybinding z

Can you repeat this test?

Richard






reply via email to

[Prev in Thread] Current Thread [Next in Thread]