add synedit ecSmartWordLeft and ecSmartWordRight shortcuts

This commit is contained in:
Basile Burg 2019-01-15 15:26:44 +01:00
parent ff298cd8f7
commit 6d1fe59a8c
1 changed files with 2 additions and 0 deletions

View File

@ -1397,6 +1397,8 @@ begin
AddKey(ecRightWordEdge, 0, [], 0, []);
AddKey(ecSelLeftWordEdge, 0, [], 0, []);
AddKey(ecSelRightWordEdge, 0, [], 0, []);
AddKey(ecSmartWordLeft, 0, [], 0, []);
AddKey(ecSmartWordRight, 0, [], 0, []);
end;
end;