aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-11-15 02:16:34 -0800
committerZhiming Wang <zmwangx@gmail.com>2015-11-15 02:17:13 -0800
commit0342ebe45727ae0fd767166197cc67b2c1a4a838 (patch)
tree6266f7003d85bf6c184eacc7f32ac699c481cbc7
parent65ba5b63e34b1295bae7f6def99d19a5457b395e (diff)
downloadmy_new_personal_website-0342ebe45727ae0fd767166197cc67b2c1a4a838.tar.xz
my_new_personal_website-0342ebe45727ae0fd767166197cc67b2c1a4a838.zip
20151115 We need a programming keyboard on iOS
-rw-r--r--source/blog/2015-11-15-we-need-a-programming-keyboard-on-ios.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/blog/2015-11-15-we-need-a-programming-keyboard-on-ios.md b/source/blog/2015-11-15-we-need-a-programming-keyboard-on-ios.md
new file mode 100644
index 00000000..45a50a3d
--- /dev/null
+++ b/source/blog/2015-11-15-we-need-a-programming-keyboard-on-ios.md
@@ -0,0 +1,16 @@
+---
+title: "We need a programming keyboard on iOS"
+date: 2015-11-15T02:17:05-08:00
+date_display: November 15, 2015
+---
+We do. If you ever tried to say something on GitHub (web) or StackOverflow (web or app) on iOS, you'll probably agree with me. The stock keyboard (or any third party keyboard that I've heard of) is simply awful at this. Typing on iOS software keyboard is unpleasant enough to begin with, but behold:
+
+* Auto"correct" messes up everything as fast as you can type, which isn't really fast anyway; might as well call it autorot.
+* The backtick is a click plus a loooong click (on the single quote key) plus another click away. Good luck typing code in Markdown,[^bbcode] especially if you use GFM fenced code block like all of us do.
+* Brackets, curly braces, the underscore, the pound, etc. are all three clicks away.
+
+The solution is pretty obvious actually. I don't know about smaller phones, but the software keyboard on a landscape iPhone 6 Plus has four rows, which takes up about 40% of vertical screen estate, and it has fourteen keys in the top row. With a little bit of effort it can be made into a five-row, full-sized keyboard (without arrow keys perhaps) without taking up a ridiculous amount of space. Since the horizontal 6 Plus could handle it, any iPad should be able to handle it too; definitely shouldn't be an iPad Pro-only luxury. Turn off autocorrect on top of that, and you get a decent programming (or better put, programmer-oriented) keyboard.
+
+This is merely a rant, but it would awesome if anyone sets out to make one.
+
+[^bbcode]: To be fair, typing BBCode is even worse. Unfortunately that's what Ars Technica use, and I've given up on commenting there.