Add Caret Insert Below and Above shortcuts to TextEdit
This commit is contained in:
@@ -838,6 +838,18 @@
|
||||
<member name="input/ui_text_backspace_word.macos" type="Dictionary" setter="" getter="">
|
||||
macOS specific override for the shortcut to delete a word.
|
||||
</member>
|
||||
<member name="input/ui_text_caret_add_above" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to add an additional caret above every caret of a text
|
||||
</member>
|
||||
<member name="input/ui_text_caret_add_above.macos" type="Dictionary" setter="" getter="">
|
||||
macOS specific override for the shortcut to add a caret above every caret
|
||||
</member>
|
||||
<member name="input/ui_text_caret_add_below" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to add an additional caret below every caret of a text
|
||||
</member>
|
||||
<member name="input/ui_text_caret_add_below.macos" type="Dictionary" setter="" getter="">
|
||||
macOS specific override for the shortcut to add a caret below every caret
|
||||
</member>
|
||||
<member name="input/ui_text_caret_document_end" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to move the text cursor the the end of the text.
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
|
||||
Reference in New Issue
Block a user