View Issue Details

IDProjectCategoryView StatusLast Update
0009945ScribusScripterpublic2011-04-20 22:21
Reporterale Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.0svn 
Fixed in Version1.5.0svn 
Summary0009945: [patch] shortcut for scripter conflicts with ESC in dialogs
Descriptioncurrently the scripter reacts to combined shortcuts (ESC,t for running a script from a file).
the problem is that, then, you can't press ESC anymore to close the pannels or deselect the current frame.

a patch is attached which replaces ESC by ctrl-r.

i like the idea of using combined shortcuts but i'm not sure that ctrl-r is the best one for the scripter... but ctrl-s is already in use...
TagsNo tags attached.
Patch

Activities

ale

2011-04-20 11:31

manager  

patch (653 bytes)   
Index: scribusscript.py
===================================================================
192a193
>                 print >> sys.stdout, "Shortcut %r." % self.shortcut 
Index: autoload/sceditor.spy
===================================================================
2c2
< ## shortcut = Esc,e
---
> ## shortcut = Ctrl+r,e
Index: autoload/fullscreen.spy
===================================================================
3c3
< ## shortcut = Esc, f
---
> ## shortcut = Ctrl+r,f
Index: autoload/runfile.spy
===================================================================
2c2,3
< ## shortcut = Esc,r
---
> ## shortcut = Esc,t
> ## shortcut = Ctrl+r,t
patch (653 bytes)   

Issue History

Date Modified Username Field Change
2011-04-20 11:31 ale New Issue
2011-04-20 11:31 ale File Added: patch
2011-04-20 21:26 cbradney Status new => resolved
2011-04-20 21:26 cbradney Fixed in Version => 1.5.0svn
2011-04-20 21:26 cbradney Resolution open => fixed
2011-04-20 21:26 cbradney Assigned To => cbradney
2011-04-20 22:21 cbradney Status resolved => closed