Обсуждение: Usability issue on Mac OS X - Key based editor navigation

Поиск
Список
Период
Сортировка

Usability issue on Mac OS X - Key based editor navigation

От
Andreas Scheucher
Дата:
Hello,
I hope this is the right place for this question/request.

As I am using pgadmin on both Windows and Mac OS X systems, it's really frustrating to always get the keyboard navigation wrong when working on a Mac.

Contrary to normal Mac convention most of the shortcuts jump either to the beginning or the end of the line or even opens the query history.

Shortcut    Expected                               Actual Behavior
ALT-LEFT    Jump to begin of/predecessor word      Jump to begin off line.
ALT-RIGHT   Jump to begin of/successor word        Jump to end off line.

Do you see any chance to fix this?

Current version of pgadmin installed is 4.6.
Running in the unmodivied docker container.
Browser is Chrome on Windows and Mac OS X.

Thanks for your consideration.

Best regards,
Andreas Scheucher

Re: Usability issue on Mac OS X - Key based editor navigation

От
Khushboo Vashi
Дата:
Hi Andreas,

On Tue, Jun 18, 2019 at 7:20 PM Andreas Scheucher <andreas.scheucher@gmail.com> wrote:
Hello,
I hope this is the right place for this question/request.

As I am using pgadmin on both Windows and Mac OS X systems, it's really frustrating to always get the keyboard navigation wrong when working on a Mac.

Contrary to normal Mac convention most of the shortcuts jump either to the beginning or the end of the line or even opens the query history.

Shortcut    Expected                               Actual Behavior
ALT-LEFT    Jump to begin of/predecessor word      Jump to begin off line.
ALT-RIGHT   Jump to begin of/successor word        Jump to end off line.

Do you see any chance to fix this?

The keyboard shortcuts for the Query Tool can be customized as per the user requirements via File > Preferences >  Query Tool > Keyboard shortcuts.
Above shortcuts are given by Codemirror and we have a slightly different request to change the Codemirror shortcuts (Ref: https://redmine.postgresql.org/issues/4339), so you can 
add your requirements into that RM as well.

Thanks,
Khushboo

Current version of pgadmin installed is 4.6.
Running in the unmodivied docker container.
Browser is Chrome on Windows and Mac OS X.

Thanks for your consideration.

Best regards,
Andreas Scheucher