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

Reply via email to