mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Shortcut for switching tab [CTRL+TAB] borked on wayland #9667

Open esbennn opened 3 years ago

esbennn commented 3 years ago

The shortcut for cycling through open tabs (default CTRL+TAB) is borked on Gnome with wayland. Pressing CTRL+TAB opens the tab switch dialog, but releasing the buttons does not switch to selected document.

Instead, the dialog stays in focus. From there, numerous buttons including (but not limited to) ESC, any arrow, A and CTRL will move the selection one down.

Releasing CTRL will select the highlighted document - but one must select the document above, as pressing CTRL will move the selection down first.

This is quite difficult to work with.

It works as expected on Xorg.