On Tue, 2003-08-12 at 20:09, Thorsten Becker wrote:
<snip>
> 
> It could be a typo in the scribus.cpp that causes the bug:
> Line 1162 is
> if (((kk + KeyMod) == Prefs.KeyActions[67].KeyID) || ((kk + KeyMod) == 
> Prefs.KeyActions[67].KeyID))
> 
> but should be
> if (((kk + KeyMod) == Prefs.KeyActions[60].KeyID) || ((kk + KeyMod) == 
> Prefs.KeyActions[67].KeyID))
> 
> HTH
> Thorsten
> 

This seems to fix the problem. 

Thanks,
Peter


Reply via email to