Awesome. I've been working on an onscreen keyboard as well. Perhaps we can join forces, though it will be a while before I can continue to work on it.
Cheers, Jeff On Sat, Nov 22, 2014 at 2:55 PM, Pavel Krivanek <[email protected]> wrote: > Hi, > > I created the first version of a virtual keyboard morph for Pharo. To > try it, evaluate: > > Gofer it > url: ' > http://www.smalltalkhub.com/mc/PavelKrivanek/OnScreenKeyboard/main'; > package: 'OnScreenKeyboard'; > load. > > OnScreenKeyboard new open. > > Currently it doesn't work well together with completion morphs so > please disable code completion. > > Features: > - splitted int two parts > - compact look > - swipe up to write uppercase letter > - swipe left to do backspace > - swipe down to write special character > - swipe right to write numbers and other special characters > - swipe up right to press combination with ctrl (e.g. ctrl+p) > - swipe down right to press combination with alt > - press Kb button to move the keyboard up and down on the screen > - press shift/alt/ctrl keys to hold them (e.g. for selecting text with > cursor keys and shift) > > Feel free to send patches and improvements directly to the project > repository :-) > > Cheers, > -- Pavel > -- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
