On Jul 6, 5:15 pm, André Braga <
andrebr...@gmail.com> wrote:
> On 6 jul, 15:43, Dean <
canada...@gmail.com> wrote:
>
> > What's new:
> > * Misc bug fixes (with zooming, connection error messages, etc.)
> > * Additional UDID's
>
> Yay :) PgUp and PgDown :D Now we're missing just Home/End.
>
I'm completely revamping the keyboard setup in both the console and
eventually the VNC/X server window.
> But I think I hit some X11 bugs. I couldn't invoke the right mouse
> button on Firefox, and couldn't figure out how to use the clipboard
> either. And is there a way to emulate the 3rd button?
I hadn't noticed the right mouse button not working in Firefox. In
testing it today, I found it worked everywhere else except Firefox. I
was unable to replicate the error message you got, but none-the-less,
I was able to replicate the bug.
I haven't tied the X clipboard into the iPhone clipboard quite yet.
It exists, as you discovered, primarily in the console only at this
point.
> Also, I found it exceedingly hard to copy stuff from the console. I
> did manage to, as that's how I got the above message out of iSSH, but
> it was not easy at all. I had to use a combination of triple-tap with
> two fingers and blindingly dragging the (invisible) selection
> delimiters. Why not use the default Apple selection widgets with a
> blue marker instead of the gray one shown there? Two different beasts?
This is probably because I haven't really documented the cut/paste
very well. A double tap over some text starts the text selection.
From that single point, one can drag around to increase the selected
text. There are some problems when zoomed in but you should see a
selector widget that comes up when dragging around to select text.
As for not using the stock Apple selection stuff, that's because Apple
does not make that API available. All it gives you is the menu for
"Copy/Paste/Etc" and you basically tell it where to center that
control. The Pasteboard API is sparser still. If one isn't using the
standard controls (text boxes, etc.), one is on their own with the
clipboard selection process.
> Still, great work, and I'm looking forward for more!
>
Thanks! I'm going to chew on the issues you raised while blazing
ahead with the keyboard refactoring. Still expect another beta by the
end of this week.
Dean