* Caj Zell <[email protected]> wrote: > On Jan 29, 2009, Enrico Weigelt wrote: > > * Mark Ryden <[email protected]> schrieb: > > > > For now, hotkeys are hardcoded, so you'll have to change the code. > > Is there an reasonable interest in configurable key bindings ? > > Yes, very much so. Changing sort order and toggling of hidden files view > would be very nice to have the possibility of configuring your own, or > at least to have as shortcuts (in that case, preferably the ones Total > Commander have chosen).
I'm currently thinking of some tiny generic library for this, which does like this: a) commands have names (maybe even cmdline args ?) b) hotkeys are mappings between keycodes and commands c) menus/buttons map to command names d) the mappings can be loaded from external files But: using command names doesnt necessarily mean that every time strings have to be passed and parsed, instead an simple function could construct a direct pointer list where the caller works on. cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/ --------------------------------------------------------------------- Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ --------------------------------------------------------------------- _______________________________________________ Mc mailing list http://mail.gnome.org/mailman/listinfo/mc
