nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] key bind menus


From: Brand Huntsman
Subject: Re: [Nano-devel] key bind menus
Date: Tue, 24 Oct 2017 01:31:57 -0600

On Mon, 23 Oct 2017 21:27:22 +0200
Benno Schulenberg <address@hidden> wrote:

> >> There is the meta menu "all".  See the manual.  
> > 
> > That would also bind a key to MHELP and MYESNO. I tested and it
> > doesn't cause any issues in those menus, other than needing to bind
> > a different function to help menu _after_ binding the other to all
> > menus.  
> 
> I don't get what you mean.  Please give example commands.

# FUNC2 would overwrite FUNC1
bind KEY FUNC1 help
bind KEY FUNC2 all
# help menu must be bound after the all menu
bind KEY FUNC2 all
bind KEY FUNC1 help

# order wouldn't matter with a most menu
bind KEY FUNC2 most
bind KEY FUNC1 help




reply via email to

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