[Fixed] Arrow up/down keys in Editor should move content in opposite direction as left/right do
[Fixed] Arrow up/down keys in Editor should move content in opposite direction as left/right do
Update:The system preference "Scroll Direction" indeed affects scrolling only and does not affect arrow key behavior in Cocoa apps. Nevertheless GraphicConverter behaves inconsistent in itself. Updated the issue title accordingly.
Last edited by porg on Wed Dec 07, 2022 10:38 pm, edited 3 times in total.
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: Arrow Up/Down keys in Editor misbehave when System Preference Scroll Direction set to Natural ON
The cursor keys, page up/down and begin/end keys are independent from that setting. Same in pages etc.
Re: Arrow Up/Down keys in Editor misbehave when System Preference Scroll Direction set to Natural ON
0) Thanks for pointing out that the system preference "Scroll Direction" indeed affects scrolling only and does not affect arrow key behavior in Cocoa apps. I learned something here!
1) Nevertheless: How GraphicConverter behaves is inconsistent in itself:
← moves content right
→ moves content left
↑ moves content up
↓ moves content down
Inconsistency: Content moves with arrow key on the up/down axis but against arrow key on the left/right axis!
Just study Apple's first party apps, how to do it right:
2a) Scroll via trackpad (e.g. Text Edit and Safari, both while zoomed in extremely)
← moves content left
→ moves content right
↑ moves content up
↓ moves content down
Content moves with finger in all 4 directions.
2b) Content moving within viewport when using arrow keys (e.g. Text Edit and Safari, both while zoomed in)
← moves content right
→ moves content left
↑ moves content down
↓ moves content up
Content moves against arrow key in all 4 directions.
This is how GraphicConverter should do it too.
Please implement the arrow keys as in 2b, which is the macOS standard.
1) Nevertheless: How GraphicConverter behaves is inconsistent in itself:
← moves content right
→ moves content left
↑ moves content up
↓ moves content down
Just study Apple's first party apps, how to do it right:
2a) Scroll via trackpad (e.g. Text Edit and Safari, both while zoomed in extremely)
← moves content left
→ moves content right
↑ moves content up
↓ moves content down
2b) Content moving within viewport when using arrow keys (e.g. Text Edit and Safari, both while zoomed in)
← moves content right
→ moves content left
↑ moves content down
↓ moves content up
Please implement the arrow keys as in 2b, which is the macOS standard.
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: Arrow up/down keys in Editor should move content in opposite direction as left/right do
Works here onto Ventura like in 2b).
Found a possible issue for older macOS. Please recheck with the next BETA tomorrow.
Found a possible issue for older macOS. Please recheck with the next BETA tomorrow.
Re: Arrow up/down keys in Editor should move content in opposite direction as left/right do
- On macOS 12.7.1 Big Sur in GraphicConverter 11.7.1 (build 5690) the arrow keys now behave consistently (as stated in 2b)