Re: [Pharo-users] keyboard event

2014-10-27 Thread kilon alios
yes again if you browse Morphic you will find the event-handling protocol two methods I tested is handleKeyStroke: that should return true so that your morph handles key strokes events and then you need to also override keyStroke: itself to do whatever you want to do, from there on you can check t

Re: [Pharo-users] keyboard event

2014-10-27 Thread Sven Van Caekenberghe
> On 27 Oct 2014, at 21:08, Hans Schueren wrote: > > Hello again , > > > could someone tell me the syntax for a keybord input ? > > I want to write a method which ask for keyboard input. > > Is this possible. > > > Hans The easiest way that is available is like this: UIManager default re

[Pharo-users] keyboard event

2014-10-27 Thread Hans Schueren
Hello again , could someone tell me the syntax for a keybord input ? I want to write a method which ask for keyboard input. Is this possible. Hans