Is there a simple way to setup the CTRL+A Hotkey which will select everything in the selected Edit or Input Box? Not sure how to tackle this without sending a double-mouse click to a specified Edit/Input box which doesn't help as I have multiple Edit/Input boxes. Quick Example: #include <GUIConstantsEx.au3> Opt("MustDeclareVars", 1) Global $input_left, $input_right HotKeySet("^a", "_selectall") GUICreate("", 430, 210) $input_left = GUICtrlCreateEdit("here is some text on the