Mouse buttons and Modifier keys #73
Steve-Mcl
started this conversation in
Design Proposals
Replies: 1 comment
-
To summarise it in a different way, here is the list of documented mouse actions. Mouse Actions on WorkspaceIn all cases
Proposed Changes
The end result will be no actions using right-click. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
An examination of current Mouse buttons and Modifier keys
Mouse Down on:
canvas
(Button:0
= LMB, Button:2
= RMB)Current
none
alt
up
shift
up
shift-alt
up
none
move-up
shift
move-up
alt
move-up
alt-shift
move-up
ctrl
up
ctrl-shift
up
ctrl-alt
up
ctrl-shift-alt
up
ctrl
move-up
ctrl-shift
move-up
ctrl-alt
move-up
ctrl-shift-alt
move-up
ctrl
move-up
2
ctrl-shift
move-up
2
ctrl-alt
move-up
2
ctrl-shift-alt
move-up
2
shift
move-up
2
shift-alt
move-up
2
Issues
ctrl
andshift
are additive in different circumstances0
-ctrl
-up, the QUICK ADD dialog is displayed (additive)0
-shift
-move-up
, adds lassoed nodes to selection (additive)ctrl
is both additive and subtractive0
-ctrl
-up, the QUICK ADD dialog is displayed (additive)2
-ctrl
-move-up
, wires are sliced (subtractive)alt
does not affect any operations (as if not considered)shift
sometimes does not affect the operationsProposal
none
alt
up
shift
up
shift-alt
up
none
move-up
shift
move-up
alt
move-up
alt-shift
move-up
ctrl
up
ctrl-shift
up
ctrl-alt
up
ctrl-shift-alt
up
ctrl
move-up
ctrl-shift
move-up
ctrl-alt
move-up
ctrl-shift-alt
move-up
ctrl
move-up
2
(firefox/context issues)ctrl-shift
move-up
2
(firefox/context issues)ctrl-alt
move-up
2
(firefox/context issues)ctrl-shift-alt
move-up
2
(firefox/context issues)shift
move-up
2
(firefox/context issues)shift-alt
move-up
2
(firefox/context issues)Reasoning
Mouse Down on:
node
(Button:0
= LMB, Button:2
= RMB)Current
Proposal
Mouse Down on:
junction
(Button:0
= LMB, Button:2
= RMB)Current
Proposal
Comparisons (other popular applications)
TODO
Beta Was this translation helpful? Give feedback.
All reactions