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
This code in memory/mod.rs makes it seem like we can't implement Ctrl+Tab (for example) or Ctrl+Escape hotkeys in the normal way in widgets--i.e. during update(). Or is there some graceful way to handle this in egui that I'm missing?
If not, would a PR limiting this to not having Ctrl, Alt, or Cmd pressed be accepted?
Describe the bug
This code in memory/mod.rs makes it seem like we can't implement Ctrl+Tab (for example) or Ctrl+Escape hotkeys in the normal way in widgets--i.e. during
update()
. Or is there some graceful way to handle this in egui that I'm missing?If not, would a PR limiting this to not having Ctrl, Alt, or Cmd pressed be accepted?
The text was updated successfully, but these errors were encountered: