-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
Just perusing the Imgui Manual this morning and came across the part where it says Ctrl+Tab selects window. This won't work on emscripten because that is already bound to change tabs.Not sure what to do about this. Could use vim bindings (Ctrl+w, Ctrl+Shift+w) but those are not as well known to the world. Alt+Tab is in uded in most OSes. Could use Ctrl+Alt+tab but it's cumbersome...
Anyhow, my point was just to catalog the issue for others. - This may be something to bring up to the main Imgui repo. dunno...
Thoughts?