Ticket #1724 (closed defect: fixed)

Opened 15 years ago

Last modified 14 years ago

[METATICKET] Missed key bindings and shortcuts

Reported by: andrew_b Owned by: angel_il
Priority: major Milestone: 4.7.0
Component: mc-core Version: 4.7.0-pre3
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset: committed-master

Description

During implementation of configurable keybindings (#212) some shortcuts are missed. Also many shortcuts are still hardcoded. This metaticket is created to collect such stuff.

Change History

comment:1 Changed 15 years ago by andrew_b

  • Milestone changed from 4.7 to 4.7.0-pre4

comment:2 Changed 15 years ago by angel_il

  • Owner set to angel_il
  • Status changed from new to accepted

comment:3 Changed 15 years ago by angel_il

branch: 1724_fogotten_hotkeys (parent: master)
changeset: 20792fd2bfc69f77d4a7f1bde0f62eb70a488d64

comment:4 follow-up: ↓ 22 Changed 14 years ago by ossi

my finger memory tells me that the meanings of ctrl-home/end and ctrl-pgup/pgdn should be swapped. kate confirms that. vim (at least in debian standard config), openoffice and qtcreator also use ctrl-home/end for beginning/end of document and don't have (obvious) keybindings for beginning/end of page at all.

comment:5 Changed 14 years ago by zaytsev

Ossi, I also suffer from that quite a lot :( Thanks for bringing this up...

comment:6 Changed 14 years ago by angel_il

  • severity changed from no branch to on review

comment:7 Changed 14 years ago by slavazanko

  • Votes for changeset set to slavazanko

comment:8 Changed 14 years ago by angel_il

branch: 1724_forgotten_hotkeys
changeset: d449c5f383352b773727d2de9fb6672d7077a357

comment:9 Changed 14 years ago by slyfox

  • Votes for changeset changed from slavazanko to slavazanko slyfox
  • severity changed from on review to approved

comment:10 Changed 14 years ago by angel_il

  • Status changed from accepted to testing
  • Votes for changeset changed from slavazanko slyfox to commited-master
  • Resolution set to fixed
  • severity changed from approved to merged

comment:11 Changed 14 years ago by angel_il

  • Status changed from testing to closed

comment:12 Changed 14 years ago by dmartina

C-x C-p (Copy opposite directory to command line) is not working in tonight's git sources. Does this belong here?

comment:13 Changed 14 years ago by slavazanko

  • Status changed from closed to reopened
  • Resolution fixed deleted

Yes, you right.

Also, no reaction on ctrl-x,t and ctrl-x,ctrl-t (copy in commandline list of selected files from current/opposite panel).

comment:14 Changed 14 years ago by slavazanko

  • Status changed from reopened to assigned

comment:15 Changed 14 years ago by angel_il

  • Votes for changeset commited-master deleted
  • severity changed from merged to on review
  • Blocked By 1723 removed

branch: 1724_forgotten_hotkeys (parent: master)
changeset: 9429fff21a3fc49f5284c9f234e86186cc27db1b

comment:16 Changed 14 years ago by andrew_b

Don't forget sync mc.keymap.default and mc.keymap.emacs.

comment:17 Changed 14 years ago by angel_il

changeset: 267cabdc7901bf39144b9a403cc5294f5e486add (forced update)

comment:18 Changed 14 years ago by andrew_b

  • Votes for changeset set to andrew_b

comment:19 Changed 14 years ago by slavazanko

  • Votes for changeset changed from andrew_b to andrew_b slavazanko
  • severity changed from on review to approved

comment:20 Changed 14 years ago by angel_il

  • Status changed from assigned to testing
  • Votes for changeset changed from andrew_b slavazanko to commited-master
  • Resolution set to fixed
  • severity changed from approved to merged

comment:21 Changed 14 years ago by angel_il

  • Status changed from testing to closed

comment:22 in reply to: ↑ 4 Changed 14 years ago by ossi

  • Status changed from closed to reopened
  • Resolution fixed deleted
  • severity changed from merged to no branch
  • Milestone changed from 4.7.0-pre4 to 4.7.0

Replying to ossi:
so, would someone finally apply a patch like that?

--- a/misc/mc.keymap.default
+++ b/misc/mc.keymap.default
@@ -23,12 +23,12 @@ EditHome? = home

EditEnd? = end
EditTab? = tab
EditUndo? = ctrl-u

-EditBeginningOfText? = ctrl-pgup; alt-lt
-EditEndOfText? = ctrl-pgdn; alt-gt
+EditBeginningOfText? = ctrl-home; alt-lt
+EditEndOfText? = ctrl-end; alt-gt

EditScrollUp? = ctrl-up
EditScrollDown? = ctrl-down

-EditBeginPage? = ctrl-home
-EditEndPage? = ctrl-end
+EditBeginPage? = ctrl-pgup
+EditEndPage? = ctrl-pgdn

EditDeleteWordLeft? = alt-backspace
EditDeleteWordRight? = alt-d
EditParagraphUp? =

comment:23 Changed 14 years ago by zaytsev

Can you use code environment or attachment for this?

comment:24 Changed 14 years ago by angel_il

  • Votes for changeset commited-master deleted
  • severity changed from no branch to on review

branch: 1724_mismatched_hotkeys
changeset: 2f82c7fd46ce3ea49a44eb112b6bf2ff6d2e1374

comment:25 follow-up: ↓ 26 Changed 14 years ago by andrew_b

What about mc.keymap.emacs?

comment:26 in reply to: ↑ 25 Changed 14 years ago by andrew_b

  • Votes for changeset set to andrew_b

Replying to andrew_b:

What about mc.keymap.emacs?

changeset:733bde172097577748c1eb0e390b743fe9750887

OK.

comment:27 Changed 14 years ago by slavazanko

  • Votes for changeset changed from andrew_b to andrew_b slavazanko
  • severity changed from on review to approved

comment:28 Changed 14 years ago by angel_il

  • Status changed from reopened to closed
  • Votes for changeset changed from andrew_b slavazanko to committed-master
  • Resolution set to fixed
  • severity changed from approved to merged

comment:29 Changed 14 years ago by angel_il

EditBeginRecordMacro? = ctrl-r
EditEndRecordMacro? = ctrl-r

seems like bug

comment:30 Changed 14 years ago by angel_il

  • Status changed from closed to reopened
  • Votes for changeset committed-master deleted
  • Resolution fixed deleted
  • severity changed from merged to on review

branch: 1724_missmatched_macro_hotkeys
chackout: 0cc0c4325055f5f29f7a9e4a996ccb355630cd5c

comment:31 Changed 14 years ago by angel_il

comment:32 Changed 14 years ago by andrew_b

  • Votes for changeset set to andrew_b

comment:33 Changed 14 years ago by slavazanko

  • Votes for changeset changed from andrew_b to andrew_b slavazanko
  • severity changed from on review to approved

comment:34 Changed 14 years ago by angel_il

  • Votes for changeset changed from andrew_b slavazanko to committed-master
  • severity changed from approved to merged

comment:35 Changed 14 years ago by angel_il

  • Status changed from reopened to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.