Umang17 / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
0 stars 0 forks source link

Terminal-friendly keyboard layout #255

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is a patch against trunk to add a terminal keyboard layout.
It has some rough edges still, but has all my main ideas for a
terminal-friendly layout. I would greatly appreciate your feedback
before going on to polishing it.

Basic ideas:
- longpress letters to get upper-case (== no need for shift button)
- ctrl button (should have little green light)
- split space-bar doubles as up/down keys
- ConnectBot-aware
- limited set of symbols relevant to shells

By Anders Qvist

Original issue reported on code.google.com by menn...@gmail.com on 18 Jan 2010 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
Have you tested that?

Original comment by menn...@gmail.com on 22 Jan 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Note that the diff file is made by mercurial, so you may need to apply it with 
'patch -p1'

Original comment by bittra...@gmail.com on 22 Jan 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Updated diff against trunk r581.This one is feature complete. Bug reports are
appreciated.

Original comment by bittra...@gmail.com on 31 Jan 2010 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 3 Feb 2010 at 8:15

GoogleCodeExporter commented 9 years ago
Try the latest:
http://softkeyboard.googlecode.com/files/anysoftkeyboard_20100203.apk

I did not take your entire patch! There were some stuff I didn't understood.
So, what I suggest is that you try this version, and we'll talk about what is 
missing, 
and add them together. OK?

Original comment by menn...@gmail.com on 3 Feb 2010 at 1:04

GoogleCodeExporter commented 9 years ago
It will not be a part of the next release.
It will be added once external packages will be support (release after that)

Original comment by menn...@gmail.com on 22 Feb 2010 at 12:10

GoogleCodeExporter commented 9 years ago
Is this issue dead? I would really like a layout with terminal functions for 
devices without hardware keys. See the Full Keyboard app for ideas on what 
might be needed in such a layout.

Original comment by bdj...@gmail.com on 22 Jul 2010 at 7:41

GoogleCodeExporter commented 9 years ago
It is not dead, simply on hold.

Original comment by menn...@gmail.com on 22 Jul 2010 at 9:05

GoogleCodeExporter commented 9 years ago
I'm also interested on it. Where can i have a look at the referencing code?

Original comment by herrl...@gmail.com on 22 Jul 2010 at 9:19

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/softkeyboard/source/browse/#svn/trunk/LanguagePacks/Ter
minal
The current project.

Original comment by menn...@gmail.com on 23 Jul 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Menny thought my patch too invasive, which I understand. I built my a private 
version of softkeyboard, which solved my problem :). Now that there is a 
modular interface and interest, I'll have a look at it to see if I can recreate 
the features using the interface. Give me a few days.

Original comment by bittra...@gmail.com on 23 Jul 2010 at 7:56

GoogleCodeExporter commented 9 years ago
Hmm what is the purose of this terminal layout? I thought of slashes, 
backslashes, pipes, etc :) We got only a-z o_O ? This is what i mean terminal 
friendly. I plan to make such es layout.

Original comment by herrl...@gmail.com on 24 Jul 2010 at 11:47

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/connectbot/issues/detail?id=232 for the type of 
issues a terminal layout should solve. Ctrl, alt, escape, etc.

Original comment by bdj...@gmail.com on 25 Jul 2010 at 6:45