Re: Accesskey

2018-07-04 Thread Khushboo Vashi
On Wed, Jul 4, 2018 at 4:58 PM, Dave Page wrote: > > > On 4 Jul 2018, at 11:55, Khushboo Vashi > wrote: > > Accesskey specifies the shortcut key(s) to activate/focus an element. For > example, on Linux, it is Alt+Shift, on MacOS it is Ctrl + Alt. > > > Usually :-). It actually depends on what br

Re: Accesskey

2018-07-04 Thread Dave Page
> On 4 Jul 2018, at 11:55, Khushboo Vashi > wrote: > > Accesskey specifies the shortcut key(s) to activate/focus an element. For > example, on Linux, it is Alt+Shift, on MacOS it is Ctrl + Alt. Usually :-). It actually depends on what browser is used. > So, if you set the shortcut in pgAdmi

Re: Accesskey

2018-07-04 Thread Khushboo Vashi
Accesskey specifies the shortcut key(s) to activate/focus an element. For example, on Linux, it is Alt+Shift, on MacOS it is Ctrl + Alt. So, if you set the shortcut in pgAdmin 4 *[accesskey] + f * on Linux then you have to press * Alt+Shift+f* to activate that particular element. On Wed, Jul 4,