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
The proper fix for conflicting shortcuts' problem should be to handle them by focus; The shortcuts in project view should not be global shortcuts, and the shortcuts should be handled "upwards": if the focused element does not handle a given shortcut, his parents should be checked one after another, and global shortcuts only then.
The text was updated successfully, but these errors were encountered:
Follow up of #7527
The proper fix for conflicting shortcuts' problem should be to handle them by focus; The shortcuts in project view should not be global shortcuts, and the shortcuts should be handled "upwards": if the focused element does not handle a given shortcut, his parents should be checked one after another, and global shortcuts only then.
The text was updated successfully, but these errors were encountered: