-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Labels
Good First IssueTimelineTrackerUXRelated to the way users interact with the programRelated to the way users interact with the programUser Customization
Milestone
Description
--Issue Summary--
In the past Pencil and Pencil2d had an inverse layer order where the top layer was "at the bottom" of the stack and the bottom layer was "at the top" of the stack. This was changed a few years ago, however there still seems to be some left overs from the previous behaviour.
- [UX] The issue is that using the hard-coded shortcuts UP ARROW and DOWN ARROW, will change the active layer focus in the same manner as before, that is, pressing UP ARROW will move the focus DOWN, and viceversa.
- [Request] I'd also like to propose to allow the shortcuts to CYCLE through the layers, that is pressing UP ARROW or DOWN ARROW would jump to the top or bottom layer respectively, once it reaches the end of the layer list / array.
- [Request] Also would like to suggest allowing for that command to be overridden / modifiable in the shortcuts window.
--Expected Results--
Pressing UP ARROW should change the active layer focus UPWARDS, and pressing DOWN ARROW should change the active layer focus DOWNWARDS
--Steps to reproduce--
- Open Pencil2D
- Default Active layer would be the Bitmap layer. Press the UP ARROW.
- Note that the current active layer is the vector layer.
- Press the DOWN ARROW. You'll go back to the Bitmap layer.
--System Information--
- Pencil2D Version:
Version: 0.6.1.1
commit: c7803d0
date: 2018-07-05_20:03:27
Development build
Operating System: Windows 7 SP 1 (6.1)
CPU Architecture: x86_64
Metadata
Metadata
Assignees
Labels
Good First IssueTimelineTrackerUXRelated to the way users interact with the programRelated to the way users interact with the programUser Customization