nano-devel
[Top][All Lists]
Advanced

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

[Nano-devel] key bind menus


From: Brand Huntsman
Subject: [Nano-devel] key bind menus
Date: Tue, 17 Oct 2017 21:10:55 -0600

Should MMOST, MSOME, MYESNO and MFINDINHELP be available for bind/unbind in 
nanorc? A function internally bound to MMOST would need 14 separate binds 
without a "most" menu in nanorc. And MYESNO/MFINDINHELP menus can't be rebound 
without those menus in nanorc.

Should add_to_sclist() bindings be in a subset of menus declared with 
add_to_funcs()?
  add_to_funcs(do_cut_text_void, MMAIN, ...);
  add_to_sclist(MMOST, "^K", 0, do_cut_text_void, 0);
I understand that as cut only works in MMAIN but is bound to most menus. There 
are 13 functions declared with MMAIN and bound to MMOST. There are 2 functions 
declared with MMAIN and bound to MSOME.



reply via email to

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