[vwnc] Turning Off - Control Keys

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Turning Off - Control Keys

Michael Gross-4
Hi,
     I was wondering what is an easy way to turn off Smalltalks' Control Keys  / Hot Keys (cntl-r) before I make a runtime image.
 
Thanks!
 

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Turning Off - Control Keys

Runar Jordahl
We fixed it by overriding #supportCodeEditingFeels:



supportCodeEditingFeels


        *** testIfRuntime *** ifTrue: [^false].

        ^supportCodeEditingFeels isNil
                ifTrue: [supportCodeEditingFeels := false]
                ifFalse: [supportCodeEditingFeels]
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc