View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#278
Originally Posted by efion View Post
how to get 'space' word on space key?
ONE line:
Code:
sed -i '/binding action="space" label=""/s/"space" label=""/"space"/' /usr/share/meegotouch/virtual-keyboard/layouts/*.xml ; sed -i '/binding action="space"/s/"space"/"space" label="space"/' /usr/share/meegotouch/virtual-keyboard/layouts/*.xml
remove:
Code:
sed -i '/binding action="space" label="space"/s/"space" label="space"/"space" label=""/' /usr/share/meegotouch/virtual-keyboard/layouts/*.xml
Not so clean, but works.
 

The Following User Says Thank You to MK99 For This Useful Post: