diff --git a/ide/keymapping.pp b/ide/keymapping.pp index 6efa00aaa9..10234f1ccb 100644 --- a/ide/keymapping.pp +++ b/ide/keymapping.pp @@ -363,12 +363,12 @@ begin ecSelDown : Result:= srkmecSelDown; ecSelWordLeft : Result:= srkmecSelWordLeft; ecSelWordRight : Result:= srkmecSelWordRight; - ecSelWordEndLeft : Result:= srkmecWordEndLeft; - ecSelWordEndRight : Result:= srkmecWordEndRight; - ecSelHalfWordLeft : Result:= srkmecHalfWordLeft; - ecSelHalfWordRight : Result:= srkmecHalfWordRight; - ecSelSmartWordLeft : Result:= srkmecSmartWordLeft; - ecSelSmartWordRight : Result:= srkmecSmartWordRight; + ecSelWordEndLeft : Result:= srkmecSelWordEndLeft; + ecSelWordEndRight : Result:= srkmecSelWordEndRight; + ecSelHalfWordLeft : Result:= srkmecSelHalfWordLeft; + ecSelHalfWordRight : Result:= srkmecSelHalfWordRight; + ecSelSmartWordLeft : Result:= srkmecSelSmartWordLeft; + ecSelSmartWordRight : Result:= srkmecSelSmartWordRight; ecSelLineStart : Result:= srkmecSelLineStart; ecSelLineEnd : Result:= srkmecSelLineEnd; ecSelPageUp : Result:= srkmecSelPageUp;