CUA Keystrokes in Edit Control
-
- Newbie
- Posts: 4
- Joined: Thu May 29, 2008 3:47 pm
CUA Keystrokes in Edit Control
The CUA spec says that Ctrl-home and Ctrl-end move the caret to the start/end of the buffer (possibly on a different page). Shouldn't Wine's EC do the same?
Re: CUA Keystrokes in Edit Control
It should. Want to send some patches in?sudleyplace wrote:The CUA spec says that Ctrl-home and Ctrl-end move the caret to the start/end of the buffer (possibly on a different page). Shouldn't Wine's EC do the same?

-
- Newbie
- Posts: 4
- Joined: Thu May 29, 2008 3:47 pm
Re: CUA Keystrokes in Edit Control
I have working code and will submit a bug report on it.vitamin wrote:It should. Want to send some patches in?sudleyplace wrote:The CUA spec says that Ctrl-home and Ctrl-end move the caret to the start/end of the buffer (possibly on a different page). Shouldn't Wine's EC do the same?