Re: chinese support glitches?



On Sun, 2004-03-07 at 09:29, Kouhei Sutou wrote:
In <1078646274 3425 26 camel linux local>
  "Re: chinese support glitches?" on Sun, 07 Mar 2004 08:57:54 +0100,
  Lars Clausen <lars raeder dk> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]