ImGuiColorTextEdit icon indicating copy to clipboard operation
ImGuiColorTextEdit copied to clipboard

Standard control key combinations - requests

Open onqtam opened this issue 7 years ago • 3 comments

Its cool that we can go through words with Ctrl+ Left/Right and etc. but perhaps more standard controls like Ctrl+A for selecting everything (and others I can't think of right now) might be a big plus :)

onqtam avatar Jan 08 '18 11:01 onqtam

I have added Ctrl-A. I leave this issue open just in case someone comes up with another suggestion. Feel free to suggest any other key combos. I will try to add them.

BalazsJako avatar Jan 17 '18 07:01 BalazsJako

Honoring io.OptMacOSXBehaviors would be nice to have. https://github.com/ocornut/imgui/blob/20e89201cb12b9b958f8b0dc24e12649f163380d/imgui.h#L1082

Maybe the next level up would be configurable keybinds/actions from the public interface.

crujose avatar Jun 24 '18 06:06 crujose

Tab/ShiftTab indents/unindents selected text now.

BalazsJako avatar Sep 13 '18 21:09 BalazsJako