lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

Menus should determine key binding #47

Closed lanurmi closed 8 years ago

lanurmi commented 16 years ago

Currently you must specify the key shortcut in both the key bindings and in the menu display. Make the menu display look at the key bindings and fill them in for display automatically.

Reported by: jcowgar

Original Ticket: "efte/feature-requests/6":https://sourceforge.net/p/efte/feature-requests/6

lanurmi commented 16 years ago

Logged In: YES user_id=128244 Originator: YES

This is actually pretty impossible. The reason being is this:

item "John Doe" { DoFuncA; DoFuncB; DoFuncC }

Original comment by: jcowgar

lanurmi commented 16 years ago

Original comment by: jcowgar