#BUGFIX by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Fri, 22 Nov 2019 15:57:21 +0100
branchcvs_MAIN
changeset 1114 48012e286ec1
parent 1112 31c16b6a0759
child 1115 2182c6e411dc
#BUGFIX by cg class: SmallSense::CompletionController changed: #handleKeyPress:x:y: Ctrl vs. Control - sigh
SmallSense__CompletionController.st
--- a/SmallSense__CompletionController.st	Fri Nov 01 13:45:24 2019 +0100
+++ b/SmallSense__CompletionController.st	Fri Nov 22 15:57:21 2019 +0100
@@ -103,7 +103,7 @@
 
 handleKeyPress:key x:x y:y
 
-    key == #Control_L ifTrue:[
+    (#(#Control_L #Control_R #Control #Ctrl_L #Ctrl_R #Ctrl ) includes:key) ifTrue:[
         completionView notNil ifTrue:[
             ^ false.
         ].