Ticket #2241 (closed defect: invalid)

Opened 14 years ago

Last modified 14 years ago

key binding "ctrl-1" doesn't work properly

Reported by: dkostousov Owned by:
Priority: major Milestone:
Component: mc-tty Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

  1. cp /etc/mc/mc.keymap ~/.mc
  2. open ~/.mc/mc.keymap with vim
  3. replace
    PanelReverseSort=
    PanelSortOrderByName=
    PanelSortOrderByExt=
    PanelSortOrderBySize=
    PanelSortOrderByMTime=
    
    with
    PanelReverseSort= ctrl-`
    PanelSortOrderByName= ctrl-1
    PanelSortOrderByExt= ctrl-2
    PanelSortOrderBySize= ctrl-3
    PanelSortOrderByMTime= ctrl-4
    
  4. restart mc
  5. try new keymap

Only ctrl-` and ctrl-2 keymaps work properly

Change History

comment:1 Changed 14 years ago by andrew_b

  • Component changed from mc-config-ini to mc-tty
  • Milestone set to 4.7

Run сat, press ctrl-1 and show the result.

comment:2 follow-up: ↓ 3 Changed 14 years ago by dkostousov

% cat
1 

comment:3 in reply to: ↑ 2 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Version 4.7.2 deleted
  • Resolution set to invalid
  • Milestone 4.7 deleted

Replying to dkostousov:

% cat
1 

As you see, in your terminal 1 and crtl-1 are same. Therefore MC cannot distinguish these keys.

Note: See TracTickets for help on using tickets.