Properly define and implement mouse gestures
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3577076. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
Related to !70
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>What we currently have regarding the canvas and the mouse are these options:</p>
<ul>
<li>Mouse wheel: zoom in and out</li>
<li>Click-Hold-Drag: panning</li>
<li>Ctrl-wheel: pan vertically</li>
<li>Ctrl-Alt-wheel: pan horizontally</li>
<li>Shift-Drag: select multiple nodes</li>
</ul>
<p>Are those the right options, or is there kind of a standard that we should follow?</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
> Related issue: [Issue #3571544](https://www.drupal.org/node/3571544)
issue