![]() |
[Kindle Touch] xterm & matchbox-keyboard
1 Attachment(s)
Hi,
Inspired by other thread in this forum I built xterm and matchbox-keyboard for Kindle Touch. I prepared package for GUI Launcher. You can download it on this site. I hope the package will work for you. If not please let me know. I could have spoiled something, as I am new to Kindles. It should work on Kindle Touch with firmware 5.1.0. For now, keyboard layout is very basic and not very comfortable. I will work on it when I have some free time. |
1 Attachment(s)
Awesome ! ... maybe you could optimize for landscape mode and also put up scroll buttons for increasing font size... :thumbsup:
Are the patches in your site; the only modifications you made on the code ? |
Patches are on the site. Just minor changes.
Changing xterm window size when orientation changes is a good idea. I put it on my todo list. |
Very nice :3
|
So the second really good looking Terminal Emulator for the Touch with Keyboard.
(Haven't tried it yet!) But i wonder, why both have their own keyboard. What is the problem with using the standard-touch-keyboard? Why cant we just stick to this, so we don't have 5 different apps, that uses 5 different on-screen keyboards with 4 different layouts. For me it looks like everyone is reinventing the wheel. Well you might have your reasons to do so: but can you tell them? Greetings. This post is not only addressed to baf, but to everyone who has integrated his own keyboard. |
Quote:
https://www.mobileread.com/forums/att...8&d=1336652980 |
Quote:
You cannot use the CODE that generates and manages those "standard" keyboard layouts in native-mode (compiled C) programs like these, because the built-in keyboard code is in the java framework and not available to native-mode programs. And as for just how "standard" those keyboard layouts are, just compare the K4 and K5 keyboard layouts -- they look and operate COMPLETELY DIFFERENTLY. To write a native-mode app that uses both sets of layouts, you would have to detect which kindle model your code was running on and then use a DIFFERENT set of keyboard layouts and code to drive them. The unfinished terminal program that I work on when I have time uses a "REAL standard" keyboard layout commonly used on netbook computers. It does not need additional keyboard layouts for normal operation. I "blit" character images onto the keys so that I can support other keyboard layouts such as AZERTY or Cyrillic. I wish I had time to complete this, but I will have very little available time during the next two months. |
@knc1
Well i can understand, that some people want to drive a different car than others, so there might be more products of any kind, but all cars have round wheels, a break, a gas panel and a steering wheel. And the keyboard is not the product itself, but the interface to the product. We can be happy, that you don't need to do a special drivers license for any different car-brand, like you would have to do, if they would not use the same interface. is that your signature image? Thanks for the good answer, geekmaster. If the keyboard is missing special keys: add them. its java, we can replace java functionality. |
Quote:
For mine, there were a couple of reasons: Firstly, I have no idea how to read input from the built-in Kindle keyboard. Secondly, the built in keybord doesn't have all of the keys normally used on a computer anyway, for example, it has no Esc or Ctrl keys. |
Quote:
Last verse (of B. Dylan's poem, other people have added to it): Quote:
|
Quote:
|
Quote:
We could use a client/server method where a java "keyboard manager" program passes pressed keys to a native-mode (compiled C) program (perhaps through a shared file). But that is not simple, and may break on some kindle models or firmware versions. I want my programs to run on all kindle models and firmware versions, with little or no awareness of WHICH kindle they are running on. I keycode differences by detecting the model only during program initialization and selecting a keycode translation table for later use. I also select which kind of eink update calls to do during initialization. The main code body should not care which kindle it runs on. P.S. The best thing about standards is that there are so many to choose from. |
Quote:
Perhaps you've noticed during the evolution of the NetBook products - - - Our "space bar" is disappearing, if the trends continue, it will soon be no larger than any other key. ;) /RANT Which might not be such a bad idea in the confined real estate of an on-screen keyboard. |
Quote:
Meanwhile, other terminal programs are welcome. |
Quote:
Quote:
(Also: if we invert the standard 16"color" gray dithering: will we get more b/w pixels? for (even) more quality? if you say "blit to the screen" is that after or before the standard-dithering? simply ignore if this is to OT) |
| All times are GMT -4. The time now is 09:55 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.