On Sun, 2004-03-07 at 09:29, Kouhei Sutou wrote:
> In <[EMAIL PROTECTED]>
>   "Re: chinese support glitches?" on Sun, 07 Mar 2004 08:57:54 +0100,
>   Lars Clausen <[EMAIL PROTECTED]> wrote:
> > This patch breaks the ability to use Ctrl-arrowkey to scroll around the
> > diagram while editing, or Ctrl-{kp+,kp-} to zoom in and out while
> > editing.  Not good.
> 
> What about this?

> +        default:
> +          if (kevent->string && 0 == strcmp(" ",kevent->string)) {
> +            tool_select_former();
> +          } else {

Haven't tried applying it, but it seems to me that the above lines would
steal your pressing space, wouldn't it?  That would probably need to be
guarded by something that checks that the appropriate modifiers are not
used.

-Lars
_______________________________________________
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.lysator.liu.se/~alla/dia/faq.html
Main page at http://www.lysator.liu.se/~alla/dia

Reply via email to