#7301 closed enhancement (fixed)
[Patch] Shortcuts in relation member editor
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
I propose to add shortcuts to edit the member list of relations:
[Alt]+[Up]
to move the selected member(s) up.[Alt]+[Down]
to move the selected member(s) down.[Del]
to delete the selected member(s).
Here's a patch.
Attachments (1)
Change History (13)
by , 13 years ago
Attachment: | rel_shortcut.patch added |
---|
follow-up: 3 comment:1 by , 13 years ago
comment:2 by , 13 years ago
Do all of us want to eliminate shortcut conflicts before tested version release?
comment:3 by , 13 years ago
Replying to akks:
I think it is a good solution. Is it OK for Linux users?
I think [Alt]
problem is because one can move windows by holding the [Alt]
key (GNOME, KDE SC). The above shortcuts do not involve a mouse action and therefore should not be affected.
follow-up: 5 comment:4 by , 13 years ago
@simon04: Do you plan to commit it?
@team: Are there any problems with this patch?
follow-up: 6 comment:5 by , 13 years ago
Replying to akks:
@simon04: Do you plan to commit it?
Please not in stabilization phase.
@team: Are there any problems with this patch?
Works for me. Maybe treat the AltGr key the same as Alt. I don't like del - if main window has focus, this deletes the object, so it may be confusing.
comment:6 by , 13 years ago
Replying to bastiK:
I don't like del - if main window has focus, this deletes the object, so it may be confusing.
+1
or relations, tags, layer or last selection.
follow-up: 8 comment:7 by , 13 years ago
Use [Alt]+[Del]
instead of [Del]
? I would not like to map letters (like [D]
) to delete as these are typically used to enter the role.
comment:8 by , 13 years ago
comment:11 by , 13 years ago
Please have a look at changes and reopen this ticket if some more shortcuts should be added.
@simon04: I added registerShortcut calls to your patch to make shortcuts customizable.
Default ones are Alt-Up, Al-Down, Alt-Del and Alt-Home for downloading incomplete members.
I left all other actions without shortcuts (sorting, reversing, etc. - the lines are commented), because they did not work for very long time and no one noticed it :)
I think it is a good solution. Is it OK for Linux users?