[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] New script "Add Interval": (Too) many menus and comma
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] New script "Add Interval": (Too) many menus and commands. Workaround? |
Date: |
Tue, 05 Jan 2010 10:41:06 +0000 |
On Sat, 2010-01-02 at 23:18 +0100, Nils wrote:
> The plan is to have those avaible all at once each with a unique
> keystroke.
>
> -Plain 1-0 adds unison to decime above the lowest note and does a
> cursor right afterwards
> -hold shift to add below instead
> -hold ctrl to start from the highest note instead
> -hold alt to stay after the process (no cursor right)
Think about this: calling these "a unique keystroke" is perhaps
misleading - you would need to apply several fingers to achieve
ctrl-alt-shift-1
so why not a two key sequence:
z 1
z ctrl-1
z alt-1
z alt-ctrl-1
the second of these can be captured by the script, ie the script can do
a (cond ...) on the second keystroke (the thing captured by
d-GetSomething I forget what).
Richard