Talk:Keyboard Shortcuts by Key: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
Based on the instruction above, the keyboard shortcuts need to be converted in to a .json file using python. Then there is another script that injects the python in to the ShortcutMapper application.That's where I need help. [[User:Kunda|Kunda]] ([[User talk:Kunda|talk]]) | Based on the instruction above, the keyboard shortcuts need to be converted in to a .json file using python. Then there is another script that injects the python in to the ShortcutMapper application.That's where I need help. [[User:Kunda|Kunda]] ([[User talk:Kunda|talk]]) | ||
===Other Solutions:=== | |||
1. | |||
a-l-e: go to preferences > shortcuts and export the current set... | |||
a-l-e: you'll get a clean xml... | |||
2. | |||
a-l-e: well, i think that it's better to create a script that outputs the markup for the wiki and a json for the graphical view... | |||
than manually fill the wiki and then scrap from there and hope that everything is fine :-) | |||
Kunda: a-l-e, if I understood you correctly we need to then put all the shortcuts within one big <tag>data</tag> ? | |||
Kunda: http://wiki.scribus.net/canvas/Raw_Code_Download |
Revision as of 13:20, 7 June 2014
I suppressed this now seemingly irrelevant part :
- Default Keyboard Shortcuts for Scribus 1.3.x : I'm initially laying this out in order of keys so we can keep them mapped easily. We can build a by functional area version once we complete this list a little more.
I suppressed following shortcuts (and changed them to what i saw)
- Toggle All Palettes || F10 --> its rather F12
- Insert Unicode Character || F12 + 4 digit hex value --> no
I doubt these work :
- Rotate an existing item on the page other than a line and constrain the angle of rotation --> Control-drag and rotate
- Move image in image frame without entering frame edit mode --> Control-Alt-drag
Creating a template for ShortcutMapper (need scripting help) -- Kunda (talk) 15:03, 7 June 2014 (CEST)
Following instructions from https://github.com/waldobronchart/ShortcutMapper#exporters-directory-setup a Scribus fork has been created: https://github.com/luzpaz/ShortcutMapper/tree/gh-pages/exporters/scribus
Process:
- Retrieved the current Scribus Keyboard Shortcuts from this page Keyboard_Shortcuts_by_Key
- formatted them: http://goo.gl/WyHBYY
- and 'symbolically' parsed: http://regex101.com/r/bY9vH2
Based on the instruction above, the keyboard shortcuts need to be converted in to a .json file using python. Then there is another script that injects the python in to the ShortcutMapper application.That's where I need help. Kunda (talk)
Other Solutions:
1. a-l-e: go to preferences > shortcuts and export the current set... a-l-e: you'll get a clean xml...
2. a-l-e: well, i think that it's better to create a script that outputs the markup for the wiki and a json for the graphical view... than manually fill the wiki and then scrap from there and hope that everything is fine :-) Kunda: a-l-e, if I understood you correctly we need to then put all the shortcuts within one big <tag>data</tag> ? Kunda: http://wiki.scribus.net/canvas/Raw_Code_Download