Differences between revisions 9 and 10
Revision 9 as of 2011-03-03 00:16:34
Size: 3763
Editor: shoobe01
Comment:
Revision 10 as of 2011-03-03 01:01:38
Size: 4180
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * '''Single-throw''' - An individual button activates an alternative modes. When inactive, the input panel returns to a neutral state. This concept is important, because multiple single-throw switches may be added to the panel, such as shift, caps-lock and symbol keys for a keyboard.  * '''Single-throw''' - An individual button activates an alternative modes. When inactive, the input panel returns to a neutral state. This concept is important, because multiple single-throw switches may be added to the panel, such as shift, caps-lock and symbol keys for a keyboard. This type of entry is subdivided
  * Press and hold
  * press-twice
  * dedicated secondary lock keys.
Line 24: Line 27:
 * '''Multi-throw''' -  * '''Multi-throw''' - An individual button switches sequentially between multiple modes. The number is pre-set and will not vary arbitrarily, but certain modes may be skipped when locked out. Switching is "circular" -- once the last item has been reached, the next switch activation will return to the neutral state. This switch type is very commonly used on keypads with text entry. One key will be a mode switch, moving between multi-tap, predictive text and numeric-only entry, for example. In this manner the key works much like a triple-tap entry key, but as it does not enter data itself, it is a '''Mode Switch''' instead.
Line 26: Line 29:

Toggles: Dedicated key, with sub-modes Press and hold, press-twice, or dedicated secondary lock keys.

Not-toggles (need a name): Like triple taps mode selectors

Both work on virtual and hardware keyboards and keypads, and can be used as the mode selector for pen input methods as well.

Also discuss tabs for major modes, like handwriting input: often have dedicated keys but they are the same size and adjacent, so they function as tabs, which see.
Both of these variations perform equally well on both virtual and hardware keyboards and keypads, and can be used as the mode selector for pen input methods as well.

Cover labeling of the modifier key and the individual keys: show the correct mode for virtual keypads, never caps labels when in lower-case, put the shifted label above it and gray if needed, as on a hardware keypad, etc. Make sure to keep consistent: avoid having one lock key and the rest use press-twice, but if you do then make sure there's a reason like access to the fn number pad is needed sometimes; never switch modes between virtual and hardware keyboards, or when you switch between keypad and keyboard, etc.

Problem

Provide access to additional and alternative controls without taking up more hardware or screen space through the use of mode switching.

Solution

Modes

etc.

The same principles may also be applied to switching modes in any interface. However, Tabs are the most common implementation outside of character entry. The types of modifiers discussed here only truly become a pattern when used with Keyboards & Keypads, Pen Input, and related functions such as the Dialer.

Variations

Variations can be discussed best by categorizing first using machine-era analogies. Consider the Mode Switch to be a replacement for a hard-wired electrical switch.

A single-throw switch would be like a pushbutton or simple light switch, with only one active position. For our purposes there are no neutral or passive modes.

  • Single-throw - An individual button activates an alternative modes. When inactive, the input panel returns to a neutral state. This concept is important, because multiple single-throw switches may be added to the panel, such as shift, caps-lock and symbol keys for a keyboard. This type of entry is subdivided

    • Press and hold
    • press-twice
    • dedicated secondary lock keys.
  • Multi-throw - An individual button switches sequentially between multiple modes. The number is pre-set and will not vary arbitrarily, but certain modes may be skipped when locked out. Switching is "circular" -- once the last item has been reached, the next switch activation will return to the neutral state. This switch type is very commonly used on keypads with text entry. One key will be a mode switch, moving between multi-tap, predictive text and numeric-only entry, for example. In this manner the key works much like a triple-tap entry key, but as it does not enter data itself, it is a Mode Switch instead.

Both of these variations perform equally well on both virtual and hardware keyboards and keypads, and can be used as the mode selector for pen input methods as well.

Interaction Details

Always sticky. In the sense of accessibility keypads. You never have to hold a key down, to get a modifier. So simple shift moves from being a modal modifier (on a desktop) to a single input modifier, and lock is needed for multiple key input.

The last Mode Switch activated takes priority, and disables any other switches that may have been activated before. When deactivated, the input panel will return to it's neutral position, not to the previous activated alternative mode.

Multiple lock modes... In variations?

Presentation Details

Indicate locked. For virtual, change the symbol AND change the keycaps to reflect it... For hardware, generally on-screen, see the mode indicator pattern

Antipatterns

Do not implement a "Shift Lock." Older typewriters had no concept of a caps lock, but allowed the shift key to be locked. This also would type the alternative special characters for symbol and number keys. It is not the expected behavior today, and should be avoided.

Avoid using multi-key combinations for routine controls. Despite their prevalence on desktop computing, they are poorly understood, and the smaller keypads of mobile devices (even with a sticky key paradigm) does not support their use well. This does not preclude their use for obscure functions. In fact, the lack of any reason for users to routinely use multi-key combinations means they are a good way to support highly specialized or technical functions, such as for system resets.

Examples

Mode Switches (last edited 2011-07-31 22:30:29 by shoobe01)