1
1

Ticket #1390: Key binding ctrl+t and marking files

mc.keymap: remap select charset to M-e, and C-t to mark file
    editmenu.c, main.c: change menu items to be consistent

Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
Этот коммит содержится в:
Stan. S. Krupoderov 2009-10-03 14:14:56 +04:00
родитель b667eb1152
Коммит 35ededec26
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -481,7 +481,7 @@ static menu_entry CmdMenu[] =
{' ', N_("Forward to declaration M-+"), NULL_HOTKEY, menu_declare_forward},
#ifdef HAVE_CHARSET
{' ', "", NULL_HOTKEY, 0},
{' ', N_("Encod&ing... C-t"), NULL_HOTKEY, menu_select_codepage_cmd},
{' ', N_("Encod&ing... M-e"), NULL_HOTKEY, menu_select_codepage_cmd},
#endif
{' ', "", NULL_HOTKEY, 0},
{' ', N_("Insert &literal... C-q"), NULL_HOTKEY, menu_lit_cmd},

Просмотреть файл

@ -149,7 +149,7 @@ EditFindDefinition = alt-enter
EditLoadPrevFile = alt-minus
EditLoadNextFile = alt-equal
SelectCodepage = ctrl-t
SelectCodepage = alt-e
[viewer:hex]
HexViewToggleNavigationMode = tab
@ -178,7 +178,7 @@ ViewNewBookmark = r
ViewNextFile = ctrl-f
ViewPrevFile = ctrl-b
ViewQuit = q; esc
SelectCodepage = ctrl-t
SelectCodepage = alt-e
ShowCommandLine = ctrl-o
ViewToggleRuler = alt-r
@ -205,7 +205,7 @@ ExtMap1 = ctrl-x
[panel]
PanelStartSearch = ctrl-s; alt-s
PanelMarkFile = ins
PanelMarkFile = ins; ctrl-t
PanelMoveDown = down; ctrl-n
PanelMoveUp = up; ctrl-p
PanelMoveLeft = left
@ -232,7 +232,7 @@ PanelGotoBottomFile = alt-j
PanelGotoMiddleFile = alt-r
PanelSyncOtherPanel = alt-i
PanelGotoTopFile = alt-g
PanelSetPanelEncoding = ctrl-t
PanelSetPanelEncoding = alt-e
PanelMoveHome = alt-lt; home
PanelMoveEnd = alt-gt; end

Просмотреть файл

@ -676,7 +676,7 @@ static menu_entry LeftMenu[] = {
{' ', N_("&Filter..."), NULL_HOTKEY, filter_cmd},
#ifdef HAVE_CHARSET
{' ', "",NULL_HOTKEY, 0},
{' ', N_("&Encoding... C-t"), NULL_HOTKEY, encoding_cmd},
{' ', N_("&Encoding... M-e"), NULL_HOTKEY, encoding_cmd},
#endif
#ifdef USE_NETCODE
{' ', "", NULL_HOTKEY, 0},
@ -704,7 +704,7 @@ static menu_entry RightMenu[] = {
{' ', N_("&Filter..."), NULL_HOTKEY, filter_cmd},
#ifdef HAVE_CHARSET
{' ', "",NULL_HOTKEY, 0},
{' ', N_("&Encoding... C-t"), NULL_HOTKEY, encoding_cmd},
{' ', N_("&Encoding... M-e"), NULL_HOTKEY, encoding_cmd},
#endif
#ifdef USE_NETCODE
{' ', "", NULL_HOTKEY, 0},