The Following 2 Users Say Thank You to xman For This Useful Post: | ||
![]() |
2011-05-11
, 21:29
|
|
Posts: 502 |
Thanked: 4,478 times |
Joined on Feb 2010
@ Finland
|
#2
|
Though I couldn't figure out how to change some of the keys (like the spacebar/pan - if anyone knows please help)
if key == keysyms.space or keysyms.v
if event.keyval == keysyms.space or keysyms.v
The Following User Says Thank You to Creativetone For This Useful Post: | ||
![]() |
2011-05-12
, 16:23
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#3
|
# Context actions are also added in init_context_actions ('ContextStore', None, _('Save to Most Recently Restored'), 'q', None, self.context_cb),
; (gtk_accel_path "<Actions>/WindowActions/ContextStore" "q")
![]() |
2011-06-01
, 10:53
|
|
Posts: 163 |
Thanked: 899 times |
Joined on Jun 2010
@ sweet dreams
|
#4
|
I wanted to contribute something to one of my favorite apps. And thought people might find it useful to have a quick reference guide for mypaint, since we have lots of keyboard shortcut that are customizable.
Since the current new version no longer supports accelmap.conf file replacement this whole idea may be moot. So please let me know if you guys think we need this.So here's what I have:
This guide is based on the old 0.8.2 shortcut accelmap.conf file.
Though I couldn't figure out how to change some of the keys (like the spacebar/pan - if anyone knows please help)Since the new shortcuts follow the desktop layout most people will most likely customize them anyway. I can make another version with new agreed upon keyboard shortcut. I'm open for some feed back.
Here are my suggestions. Which I think make for a good start, except for a few missing ones and a few page-up/down, tab keys.
UPDATE - 7/20/11
Now that this has been correct (for me at least..lol) I will post a generic accelmap.conf soon.
------ changes no longer needed -------------------------------
I will keep these Keyboard command for anyone who might need to change the built in ones. Just always have a backup just in case. And these will most likely will be overwritten when you install an update.
--- These are the seting for the keyboard commands (mypaint 0.9.2-1maemo7)
--- /home/opt/mypaint/share/mypaint/gui/document.py
--- /home/opt/mypaint/share/mypaint/gui/drawwindow.py
Last edited by xman; 2019-09-10 at 11:39.