CUA Keystrokes in Edit Control

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sudleyplace
Newbie
Newbie
Posts: 4
Joined: Thu May 29, 2008 3:47 pm

CUA Keystrokes in Edit Control

Post by sudleyplace »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: CUA Keystrokes in Edit Control

Post by vitamin »

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?
It should. Want to send some patches in? :D
sudleyplace
Newbie
Newbie
Posts: 4
Joined: Thu May 29, 2008 3:47 pm

Re: CUA Keystrokes in Edit Control

Post by sudleyplace »

vitamin wrote:
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?
It should. Want to send some patches in? :D
I have working code and will submit a bug report on it.
Locked