denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] d-LoadKeybindings


From: Nils Gey
Subject: Re: [Denemo-devel] d-LoadKeybindings
Date: Sun, 14 Mar 2010 14:00:42 +0100

What exactly does this command do?

Is it possible that it does not work for commands defined in scheme? 
It does not load the keybinding even if the same command is already in the 
basic commandset (without a keybinding)

Nils

 <?xml version="1.0"?>
 <Denemo>
   <merge>
     <title>A Denemo Command Set</title>
     <author>AT, JRR, RTS</author>
     <map>
      <row>
        <action>Diminish</action>
        <scheme></scheme>
        <menupath>/ObjectMenu/NotesRests</menupath>
        <label>Diminish</label>
        <tooltip>Diminishs the note/chord/rest. Quarter Note becomes Eight 
Note. </tooltip>
        <bind>KP_Subtract</bind>
     </row>
     </map>
   </merge>
 </Denemo>


On Sun, 14 Mar 2010 12:16:54 +0000
Richard Shann <address@hidden> wrote:

> 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
> 
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel
> 




reply via email to

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