Talk:Keyboard Shortcuts by Key
Jump to navigation
Jump to search
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)