denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Create Own modes


From: Richard Shann
Subject: Re: [Denemo-devel] Create Own modes
Date: Fri, 20 Nov 2009 17:12:06 +0000

On Fri, 2009-11-20 at 17:54 +0100, Nils wrote:
> The first thing that came to my mind is a "Mode" like Denemo already
> has with insert, classic etc. 
> Basically its just a triggered change of Shortcuts

This can can be scripted if I put the load command set in as a command,
so you would write
(d-LoadCommandSet "myspecialmode")
 which would load the command set ~/.denemo/actions/myspecialmode.cmdset
or failing that myspecialmode.cmdset from system.

I think I have been through this before: we can start like that, and
then if there is an efficiency problem (rapid switches to and fro) we
could cache the commandsets, so that once loaded they don't go back to
loading from disk.

At the moment load command set is not on a menu, so a bit of glue code
is needed - say if you would like it.

Richard






reply via email to

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