Talk:Keyboard Shortcuts by Key: Difference between revisions

From Scribus Wiki
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 from
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  
I retrieved the current Scribus Keyboard Shortcuts from this page [[Keyboard_Shortcuts_by_Key]] and formatted them : http://goo.gl/WyHBYY and 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]]) 15:03, 7 June 2014 (CEST)
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:

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)