Add <Select All>(Ctrl+A) shortcut to LineEdit.
This commit is contained in:
@ -192,6 +192,9 @@ void LineEdit::_input_event(InputEvent p_event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
|
case (KEY_A): { //Select All
|
||||||
|
select();
|
||||||
|
} break;
|
||||||
default: { handled=false;}
|
default: { handled=false;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user