Re: How to? Hot key current sort order.
- From: Pavel Roskin <proski gnu org>
- To: Mark Ryder <mark ryderelectric com>
- Cc: mc gnome org
- Subject: Re: How to? Hot key current sort order.
- Date: Wed, 23 Oct 2002 15:00:42 -0400 (EDT)
Hello!
On Wed, 23 Oct 2002, Mark Ryder wrote:
Looking for a way to hot key the current panels sort order options.
Make Ctrl-Fx learnable. This requires a major reorganization of the
keyboard suppord and is planned after 4.6.0.
get_key_code() should encode the modifiers into the keycode.
load_keys_from_section() should be able to parse strings like
ctrl+f3=\e[13^
correct_key_code() should convert Shift-F1 to F11 and do similar
conversions - sometimes get_key_code() will give more details than the
dialogs expect and can handle.
The rest is trivial - add those events to panel_keymap[] in screen.c and
call toggle_listing_cmd() for the appropriate panel.
--
Regards,
Pavel Roskin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]