AdamsLair/duality

Keyboard Navigation of Tile Palette Selection

オープン

#733 opened on 2019/07/08

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (287 件のフォーク)auto 404
EditorFeatureGood First IssueHelp WantedNice2HaveTilemapsUsability

Repository metrics

Stars
 (1,425 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Summary

While editing Tilemaps, the process of changing the selected source tile from the Tile Palette takes a considerable amount of time, mostly due to mouse travel and readjustment time. Keyboard shortcuts to change selection could improve this workflow.

Analysis

  • All selection shortcuts should work both in the Tile Palette itself, and in the Tilemap Editor. A good way to achieve this might be to expose the required high level functionality in public API of the Tile Palette and invoke it from both places when the keys are detected.
  • Arrow keys could move the current selection along the view.
    • If more than one tile was selected, first collapse to the top left selected tile.
    • If no tile was selected, select the top left [0, 0] tile.
  • Shift + Arrow keys expand / shrink the selection area in the specified direction.

コントリビューターガイド