You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the API pages I would like to use arrow-key navigation to select a topic I am interested in.
I start off by visiting https://api.dart.dev/
This forwards me on Jan 4th 2024 to: https://api.dart.dev/stable/3.2.4/index.html
In the upper right corner I use the search field and enter whenComp.
Now pressing Modifier-4 + a should be the equivalent to <Arrowkey-Down>.
Possible one of your colleagues uses the Neo layout and can reproduce this. It just takes 10 seconds. https://www.neo-layout.org/ is showing a map of the layout. M4 is in the lower left corner and the letter a is where the d on qwerty sits.
Ubuntu does support the Neo2 layout.
Expected fix
The problem can be fixed by analyzing which keys are actually recorded here. It seems that when I hit Mod4+a it is handled like hitting the End key. The problem is fixed when navigating down is possible via Mod4+a and up via Mod4+l.
On which browser(s) did you experience this issue?
Firefox, Chrome
Additional context
Ubuntu 20.04
Firefox and Chrome both do this, but only in the search box of api.dart.dev
Keyboard selection in Ubuntu: German (Neo2)
The Mod4 key sits on the > < | key in the lower left keyboard.
I would like to fix this problem.
I will try and fix this problem on dart.dev.
The text was updated successfully, but these errors were encountered:
Describe the problem
As a user of the API pages I would like to use arrow-key navigation to select a topic I am interested in.
I start off by visiting https://api.dart.dev/
This forwards me on Jan 4th 2024 to: https://api.dart.dev/stable/3.2.4/index.html
In the upper right corner I use the search field and enter
whenComp
.Now pressing
Modifier-4 + a
should be the equivalent to <Arrowkey-Down>.Possible one of your colleagues uses the Neo layout and can reproduce this. It just takes 10 seconds. https://www.neo-layout.org/ is showing a map of the layout. M4 is in the lower left corner and the letter
a
is where thed
on qwerty sits.Ubuntu does support the Neo2 layout.
Expected fix
The problem can be fixed by analyzing which keys are actually recorded here. It seems that when I hit Mod4+a it is handled like hitting the
End
key. The problem is fixed when navigating down is possible via Mod4+a and up via Mod4+l.On which browser(s) did you experience this issue?
Firefox, Chrome
Additional context
Ubuntu 20.04
Firefox and Chrome both do this, but only in the search box of api.dart.dev
Keyboard selection in Ubuntu: German (Neo2)
The Mod4 key sits on the
> < |
key in the lower left keyboard.I would like to fix this problem.
The text was updated successfully, but these errors were encountered: