Ticket #2241 (closed defect: invalid)
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
- cp /etc/mc/mc.keymap ~/.mc
- open ~/.mc/mc.keymap with vim
- replace
PanelReverseSort= PanelSortOrderByName= PanelSortOrderByExt= PanelSortOrderBySize= PanelSortOrderByMTime=
withPanelReverseSort= ctrl-` PanelSortOrderByName= ctrl-1 PanelSortOrderByExt= ctrl-2 PanelSortOrderBySize= ctrl-3 PanelSortOrderByMTime= ctrl-4
- restart mc
- 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
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.
Run сat, press ctrl-1 and show the result.