Difference between revisions of "Design Team/Proposals/Touchscreen/On-screen Keyboard/Examples iOS"

(Created page with "=Onscreen keyboard iOS= File:Ios safari search ABC.PNG")
 
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Onscreen keyboard iOS=
 
=Onscreen keyboard iOS=
[[File:Ios safari search ABC.PNG]]
+
==Search==
 +
===Safari search in page===
 +
[[File:Ios safari search ABC.PNG | 450px]]
 +
 
 +
Safari app, english keyboard, ABC, search in the page
 +
* Return key is changed to 'Search' and does invoke the search
 +
* additional navigation for the serach results added above the keyboard
 +
 
 +
 
 +
[[File:Ios safari search capitalize ABC.PNG | 450px]]
 +
 
 +
Safari app, english keyboard, ABC, search in the page, capitalize letters
 +
* to capitalize a letter you need to press the 'Shift' key once
 +
* the 'Shift' key is highlighted then
 +
* the capitalization is only applied to the next character and the functionality is then automatically disabled again (key returns normal)
 +
* the upper case/lower case characters are not reflected in the keyboard itself
 +
* you can not make the upper case shift functionality permanent
 +
 
 +
 
 +
[[File:Ios safari search .?123.PNG | 450px]]
 +
 
 +
Safari app, english keyboard, ?123, search in the page
 +
 
 +
 
 +
===App store search===
 +
[[File:Ios appstore search.PNG | 450px]]
 +
 
 +
 
 +
===Maps search===
 +
[[File:Ios maps search.PNG | 450px]]
 +
 
 +
==Text==
 +
[[File:Ios_notes_eng_ABC.PNG | 450px]]
 +
 
 +
Notes app, english keybard, ABC
 +
 
 +
 
 +
[[File:Ios notes eng .?123.PNG | 450px]]
 +
 
 +
Notes app, english keybard, .?123
 +
 
 +
 
 +
[[File:Ios notes de ABC.PNG | 450px]]
 +
 
 +
Notes app, german keybard, ABC
 +
 
 +
 
 +
[[File:Ios notes de .?123.PNG | 450px]]
 +
 
 +
Notes app, german keybard, .?123
 +
 
 +
 
 +
[[File:Ios garageband song title.PNG | 450px]]
 +
 
 +
Garageband app, german keyboard, ABC, edit the song title
 +
* Return key adjusted to 'Fertig'
 +
 
 +
 
 +
[[File:Ios email address.PNG  | 450px]]
 +
 
 +
Email app,
 +
* '@' key is available in the ABC layout
 +
* as special characters only '.' and '_' and '-' are available
 +
 
 +
 
 +
[[File:Ios email title.PNG | 450px]]
 +
 
 +
Email app
 +
* is a standard ABC layout
 +
 
 +
 
 +
===Safari open url ===
 +
[[File:Ios safari url.PNG | 450px]]
 +
 
 +
Safari app, english keyboard, ABC, go to address:
 +
* highly customized for url editing
 +
* Return key adjusted to 'Go'
 +
* added '.com' key, no 'space' key
 +
* moved some of the keys from '.?123' here like ':', '/', '_' and '-'
 +
* removed the '!' and '?' key as the secondary option from the ',' and '.' key
 +
 
 +
===Custom keyboard additions for special text editing cases===
 +
 
 +
Below is a selection of custom keyboards designed for editing source code of various languages and environments, standard approach is to allow an application specific palette containing the extra functionality to be attached to the top edge of the on screen keyboard.
 +
 
 +
[[File:IOS source could editor with keyboard.PNG | 450px]]
 +
 
 +
In this source code editor, note the extra row with commonly used source code characters. The developer here has increased the character density by implementing a custom joystick like behaviour where touching a key and releasing triggers the middle character, but touching and sliding in any of the NE SE SW NW directions triggers a character in a key corner.
 +
 
 +
 
 +
[[File:IOS lua source code editor with custom keyboard.PNG | 600px]]
 +
 
 +
This Lua source environment has a custom keyboard strip that adds more advanced features than just extra characters, several of these keys pop-up palettes with symbols and context sensitive help.
 +
 
 +
 
 +
[[File:IOS python source code editor with custom keyboard.PNG | 450px]]
 +
 
 +
Another example of a python source code editor with a custom keyboard strip.
 +
 
 +
 
 +
[[File:IOS Java Processing environment keyboard.PNG | 450px]]
 +
 
 +
Custom keyboard strip for a Java Processing environment.
 +
 
 +
 
 +
[[File:IOS ssh shell terminal emulation custom keyboard.PNG | 450px]]
 +
 
 +
Extra key strip for this ssh console terminal emulator.
 +
 
 +
 
 +
[[File:IOS OKS example with extra custom keys.png | 450px]]
 +
 
 +
A simple text editor uses an extra keyboard strip for providing easy access to commonly used punctuation (even though they are accessible through extra key presses with the standard keyboard).
 +
 
 +
 
 +
[[File:IOS OKS Wolfram example with many extra custom keys.png | 450px]]
 +
 
 +
Wolfram's app has MANY extra keys ;)
 +
 
 +
 
 +
[[File:IOS OKS Numbers example with context sensitive keyboard.png | 450px]]
 +
 
 +
Numbers uses several context sensitive keyboard for inputting numerical data, date information, formulas, as well a just text.

Latest revision as of 09:12, 4 May 2012

Onscreen keyboard iOS

Search

Safari search in page

 

Safari app, english keyboard, ABC, search in the page

  • Return key is changed to 'Search' and does invoke the search
  • additional navigation for the serach results added above the keyboard


 

Safari app, english keyboard, ABC, search in the page, capitalize letters

  • to capitalize a letter you need to press the 'Shift' key once
  • the 'Shift' key is highlighted then
  • the capitalization is only applied to the next character and the functionality is then automatically disabled again (key returns normal)
  • the upper case/lower case characters are not reflected in the keyboard itself
  • you can not make the upper case shift functionality permanent


 

Safari app, english keyboard, ?123, search in the page


App store search

 


Maps search

 

Text

 

Notes app, english keybard, ABC


 

Notes app, english keybard, .?123


 

Notes app, german keybard, ABC


 

Notes app, german keybard, .?123


 

Garageband app, german keyboard, ABC, edit the song title

  • Return key adjusted to 'Fertig'


 

Email app,

  • '@' key is available in the ABC layout
  • as special characters only '.' and '_' and '-' are available


 

Email app

  • is a standard ABC layout


Safari open url

 

Safari app, english keyboard, ABC, go to address:

  • highly customized for url editing
  • Return key adjusted to 'Go'
  • added '.com' key, no 'space' key
  • moved some of the keys from '.?123' here like ':', '/', '_' and '-'
  • removed the '!' and '?' key as the secondary option from the ',' and '.' key

Custom keyboard additions for special text editing cases

Below is a selection of custom keyboards designed for editing source code of various languages and environments, standard approach is to allow an application specific palette containing the extra functionality to be attached to the top edge of the on screen keyboard.

 

In this source code editor, note the extra row with commonly used source code characters. The developer here has increased the character density by implementing a custom joystick like behaviour where touching a key and releasing triggers the middle character, but touching and sliding in any of the NE SE SW NW directions triggers a character in a key corner.


 

This Lua source environment has a custom keyboard strip that adds more advanced features than just extra characters, several of these keys pop-up palettes with symbols and context sensitive help.


 

Another example of a python source code editor with a custom keyboard strip.


 

Custom keyboard strip for a Java Processing environment.


 

Extra key strip for this ssh console terminal emulator.


 

A simple text editor uses an extra keyboard strip for providing easy access to commonly used punctuation (even though they are accessible through extra key presses with the standard keyboard).


 

Wolfram's app has MANY extra keys ;)


 

Numbers uses several context sensitive keyboard for inputting numerical data, date information, formulas, as well a just text.