keyboardDispatchTableWithBellsAndWhistles?

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

keyboardDispatchTableWithBellsAndWhistles?

Steve Cline
How do you invoke keyboardDispatchTableWithBellsAndWhistles so that new windows have these key mappings? The following is not the right way:

Win95FeelPolicy allInstances do: [ :e | e keyboardDispatchTableWithBellsAndWhistles]
Reply | Threaded
Open this post in threaded view
|

Re: keyboardDispatchTableWithBellsAndWhistles?

Steve Cline
Solution: override the lone sender of keyboardDispatchTable with keyboardDispatchTableWithBellsAndWhistles