Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4242 closed bug (fixed)

Exchanging modifier keys doen't work

Reported by: humdinger Owned by: axeld
Priority: normal Milestone: R1
Component: Preferences/Keymap Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev32241.

Normally, left-dragging a key copies it over the key you drop it, right-dragging exchanges the two keys (BTW: I'm for reversing the logic, as left-dragging is the more common action and exchanging is less destructive).

Anyway, dragging a modifier key (SHIFT, COM, CTRL etc.) onto another /always/ copies, no matter what mouse button is used.

Also, the whole upper row of keys (ESC, Fx-keys etc.) are neither copyable nor exchangeable.

Change History (3)

comment:1 by axeld, 15 years ago

The reasoning behind the current drag&drop behaviour is consistency: dropping a key from anywhere works in exactly the same way. Furthermore, exchanging keys isn't very obvious when you do it from different "planes" (ie. with and without modifier).

To make it less destructive, the previous mapped character is copied to the preview text control.

Anyway, that was my reasoning, I don't mean to say it's the ideal solution. Comments welcome, as always :-)

comment:2 by axeld, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev32490; modifiers are actually always switched, never copied (as there is no way to recover from a lost one). So much for the consistency :-)

The F-keys (unlike Escape, which works fine over here) cannot be copied in a useful way, because they are not mapped - you always only get their character code.

comment:3 by jonas.kirilla, 15 years ago

If you're exchanging more than two keys, doesn't it become a bit of a puzzle?

A scratch area with a couple of empty keys could help some people. It wouldn't have to show all the time.

Note: See TracTickets for help on using tickets.