Add an action to select the word under the cursor (#3633)

This commit is contained in:
Mm2PL
2022-03-27 11:33:44 +00:00
committed by GitHub
parent 8f156298af
commit 29117a930e
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -135,6 +135,7 @@ inline const std::map<HotkeyCategory, ActionDefinitionMap> actionNames{
ActionDefinition{"Choose previously sent message"}},
{"redo", ActionDefinition{"Redo"}},
{"selectAll", ActionDefinition{"Select all"}},
{"selectWord", ActionDefinition{"Select word"}},
{"sendMessage",
ActionDefinition{
"Send message",