mirror of https://gitlab.com/basile.b/dexed.git
add synedit ecSmartWordLeft and ecSmartWordRight shortcuts
This commit is contained in:
parent
ff298cd8f7
commit
6d1fe59a8c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue