Talk:Keyboard Shortcuts by Key: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Creating a template for ShortcutMapper (need scripting help) -- [[User:Kunda|Kunda]] ([[User talk:Kunda|talk]]) 15:03, 7 June 2014 (CEST) == | == Creating a template for ShortcutMapper (need scripting help) -- [[User:Kunda|Kunda]] ([[User talk: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 | 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 | ||
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]] | 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. [[User:Kunda|Kunda]] ([[User talk:Kunda|talk]]) |
Revision as of 13:06, 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)