[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Re: [XaraXtreme-bugzilla] [Bug 955] Keypad minus corner drag does not work properly
- From: Luke Hart <lukeh@xxxxxxxx>
- Date: Mon, 15 May 2006 10:32:01 +0100
- Subject: [XaraXtreme-dev] Re: [XaraXtreme-bugzilla] [Bug 955] Keypad minus corner drag does not work properly
bugzilla-daemon@xxxxxxxxxxxxxxxx wrote:
http://bugzilla.xara.com/show_bug.cgi?id=955
phil@xxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From phil@xxxxxxxx 2006-05-15 10:24 BST -------
The "Keypad -" keypress is not a modifier keypress like Shift or Ctrl, it's a
hotkey that toggles the fill-transformation state.
So holding it down will just toggle the state and redraw for each auto-repeat
event it gets.
We could perhaps ignore auto-repeat events for this hotkey so that when the user
makes the mistake the visual effect is not so bad...?
Should any hot-key auto-repeat? I can't think of one that would benefit
from that.
Luke