View Single Post
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#371
Originally Posted by stickymick View Post
Brush icons; As most of them are labeled, would it be possible to have them zoom in when you hold the stylus over them, so you can read the label?
Would be a nice feature but will be much more work then just enlarging the brush icons to 72 pixels.

Originally Posted by stickymick View Post
P.P.S. Where's the F11 key on the N900 keyboard?
There is none.
You can remap your keyboard which is described somewhere on the forum
Or you can change the mypaint acceleration keys in /home/user/.mypaint/accelmap.conf through the X-terminal and a texteditor or through the gtk_menu which is described earlier by Tone. This is the easiest way and described here. You can create the gtk_menu file by starting X-Terminal and enter:
Code:
touch .mypaint/gtk_menu
Note that you will have to restart Mypaint or do it before you start Mypaint. This will give you the standard gtk menu but also the standard dialogs for opening and saving files which you might not like. To get the N900 menu back again you will have to remove the file by opening X-Terminal and entering:
Code:
rm .mypaint/gtk_menu

PS. if you change the accelmap.conf file directly you have to remove the semicolons at the start of the lines you edited.

Last edited by bousch; 2010-05-12 at 11:46. Reason: clarification