Controls and Inputs

This is a partial summary of Chapter 7 "Refinement" of Dan Saffer's book "Designing for interaction, 2nd edition".

Controls

Most designs have some sort of visible controls to manipulate the features of the product (exception: voice and gestural interactions). Controls provide both the affordances needed to understand what the product is capable of, and the power to realize that capability. Some basic controls:

  1. Switch - toggle on / off
  2. Button - toggle button or that automatically resets (ex: keyboard)
  3. Radio button - allows users to select items in a set - used to constrain selection
  4. Dial - allows users to select a setting along a continuum or to choose between different settings or modes. Dials can move freely, or simply turn from an established point to other established point on a wheel. These points are called "detents". Some dials can be pushed in / pulled out (on / off).
  5. Latch - opens an otherwise tightly closed area. Useful for keeping some parts hidden or safe until needed. (ex: to open a battary compartment on a phone.
  6. Slider - like dials (but linear) - used for subtle control. Sliders with more than one handle can be used to set a range within a range.
  7. Handle - a protruding part of an object that allows it to be moved or resized (ex: handle on digital window).
  • Physical-only controls: jog dial, joystick, trackball, 5-way.
  • Digital-only controls: checkbox, twist, scroll bar, drop-down menu, multiple-selection list (or list box), text box, spin box. The combination of controls and the system response is called a widget. All applications and devices are made uop pf widgets.

Non-traditional Inputs

  1. Voice - (ex: Siri) A device typically has to be redy to receive voice commands.
  2. Gestures - (ex: Wii, smartphone accelerometers, Microsoft kinect) Issues to be aware of:
    • physiology and kinesiology - limitations, such as "gorilla arm"
    • presence and instruction - letting users know a gestural device is there and how to use it (ex: hands-free paper towel dispenser)
    • avoiding "false positives" - avoiding unintentional human movements
    • matching gesture to talk - figuring out the best motion to trigger an action
  3. Presence - (ex: automatic lights). Challenge: determine how and when a user can become "invisible" to presence-activated systems.

References and further readings