US20070192711A1 - Method and arrangement for providing a primary actions menu on a handheld communication device - Google Patents

Method and arrangement for providing a primary actions menu on a handheld communication device Download PDF

Info

Publication number
US20070192711A1
US20070192711A1 US11/423,837 US42383706A US2007192711A1 US 20070192711 A1 US20070192711 A1 US 20070192711A1 US 42383706 A US42383706 A US 42383706A US 2007192711 A1 US2007192711 A1 US 2007192711A1
Authority
US
United States
Prior art keywords
menu
electronic device
handheld electronic
screen
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/423,837
Inventor
Matthew Lee
Andrew Bocking
Jason T. Griffin
Steven Fyke
Janna Corrine Louise Hickson
Harry Major
Sherryl Lee Scott
Matthew Bells
Thanh Vuong
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Malikie Innovations Ltd
Original Assignee
Research in Motion Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Research in Motion Ltd filed Critical Research in Motion Ltd
Priority to US11/423,837 priority Critical patent/US20070192711A1/en
Assigned to RESEARCH IN MOTION LIMITED reassignment RESEARCH IN MOTION LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BOCKING, ANDREW, MAJOR, HARRY, SCOTT, SHERRYL LEE, VUONG, THANH, BELLS, MATTHEW, FYKE, STEVEN, GRIFFIN, JASON T., HICKSON, JANNA CORRINE LOUISE, LEE, MATTHEW
Priority to US11/618,626 priority patent/US20070192738A1/en
Priority to US11/618,590 priority patent/US7568169B2/en
Priority to US11/618,500 priority patent/US7669144B2/en
Priority to US11/618,538 priority patent/US20070192742A1/en
Priority to US11/618,409 priority patent/US8341551B2/en
Priority to US11/618,645 priority patent/US8689138B2/en
Priority to US11/618,622 priority patent/US20070192737A1/en
Priority to US11/618,497 priority patent/US20070192708A1/en
Priority to CA2572574A priority patent/CA2572574C/en
Priority to US11/672,011 priority patent/US20070254701A1/en
Priority to US11/671,995 priority patent/US20070254721A1/en
Priority to US11/671,996 priority patent/US20070254698A1/en
Priority to US11/672,028 priority patent/US7973765B2/en
Priority to US11/672,006 priority patent/US8219158B2/en
Priority to US11/671,985 priority patent/US8463315B2/en
Priority to US11/672,008 priority patent/US20070254700A1/en
Priority to US11/672,016 priority patent/US8271036B2/en
Priority to US11/672,024 priority patent/US20070259697A1/en
Priority to US11/671,977 priority patent/US20070254689A1/en
Priority to US11/672,032 priority patent/US20070254708A1/en
Priority to US11/672,021 priority patent/US20070254704A1/en
Priority to US11/672,026 priority patent/US7982712B2/en
Priority to US11/672,031 priority patent/US8064946B2/en
Priority to US11/671,961 priority patent/US7986301B2/en
Priority to US11/671,976 priority patent/US20070254688A1/en
Priority to US11/672,023 priority patent/US20070254705A1/en
Priority to US11/672,017 priority patent/US20070254703A1/en
Priority to US11/674,640 priority patent/US8537117B2/en
Priority to US11/674,649 priority patent/US8000741B2/en
Publication of US20070192711A1 publication Critical patent/US20070192711A1/en
Assigned to BLACKBERRY LIMITED reassignment BLACKBERRY LIMITED CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: RESEARCH IN MOTION LIMITED
Assigned to MALIKIE INNOVATIONS LIMITED reassignment MALIKIE INNOVATIONS LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BLACKBERRY LIMITED
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Definitions

  • the present disclosure generally relates to the user interface of software applications, and more particularly, to a hierarchical in-place menu that replaces parent menus with submenus.
  • Menu-driven applications provide a list of possible commands or options from which a user may choose, while command-driven applications require users to enter explicit commands. Thus, menu-driven applications are generally easier for the average user to learn than are command-driven applications.
  • Menus are typically implemented as a list of textual or graphical choices (i.e., menu items) from which a user can choose. Thus, menus allow a user to select a menu item, for example, by pointing to the item with a mouse and then clicking on the item. Examples of other methods of selecting menu items include highlighting an item and then hitting the “return” key or “enter” key, and pressing on a menu item through a touch-sensitive screen.
  • Hierarchical menus 100 An example of a conventional hierarchical menu 100 is illustrated in FIG. 1 .
  • hierarchical menus 100 typically present a parent menu 115 that has selectable menu items. The selection of each menu item normally causes another menu, or submenu 116 to be displayed next to the currently displayed menu. The submenu 116 has additional menu choices that are related to the selected parent menu item which results in the display of the submenu.
  • the depth of a hierarchical menu can extend in this manner to many levels of submenus (shown as four levels in FIG. 1 ).
  • the example menu shown in FIG. 1 illustrates how conventional hierarchical menus 100 generally lay out from left to right across a display screen as menu choices are selected.
  • This menu format provides various advantages such as retaining previous and current menus on the display screen at the same time.
  • This provides a historical menu map as menu selections are made and their corresponding submenus are displayed across the screen. Users can therefore review previous menu selections that have been made while progressing to the most recently displayed menu, making it easier to move between different menu items and different menu levels.
  • FIG. 2 illustrates an example of how the hierarchical menu 100 of FIG. 1 may appear on the display screen of a small-screen device, for example, a PDA 300 a.
  • hierarchical menus generally lay out across the display screen from left to right.
  • the menus often lay out across the screen in both directions, from left to right and back again.
  • the menus typically begin to overlap one another, creating various problems.
  • One problem is that the overlapping menus can be confusing to the user, as FIG. 2 illustrates. Overlapping menus can make it difficult for a user to discern previous menu selections which can, in turn, make it difficult to determine how to return to previous menus to make different menu selections.
  • one of the intended benefits of a hierarchical menu can be undermined when the hierarchical menu is implemented on a small-screen device.
  • Overlapping menus can also create problems with small-screen devices (as well as others) that employ pen-based or stylus-based touch-sensitive screens. With such devices, it is often difficult to maintain contact continuity between menus on the screen when the menus are overlapping. In other words, it is easy to move off of menus with small-screen, touch-based devices. If continuity is lost when moving from one menu to another, menus will often disappear from the screen, causing the user to have to go back and reactivate the menu from a prior menu. This problem becomes worse when using pen-based devices that “track”.
  • tracking is used to indicate a situation in which a cursor on the screen follows (tracks) the movement of the pen as the pen moves over the screen even though the pen is not touching the screen. Tracking is lost if the pen is pulled too far away from the screen. Thus, pen-based devices that “track” tend to lose more menus when hierarchical menus are employed.
  • FIG. 5 illustrates an exemplary hierarchical in-place menu 500 .
  • the dashed lines 506 of FIG. 5 are intended to indicate that each of the menus 502 , 504 , 510 and 512 of the hierarchical in-place menu 500 are displayed separately from or “in place” of one another.
  • the depth of a hierarchical in-place menu 500 can extend in this manner to many levels of submenus such as second, third, fourth and fifth levels, with submenus being parent menus to other submenus.
  • Parent menu items selected from within parent menus are displayed within submenus as links back to previous parent menus and are separated from that submenu's items by a divider 514 .
  • parent menu item “Launch App” shown in parent menu 502 includes a forward pointer 508 that indicates a submenu will replace parent menu 502 upon selection of “Launch App” from within parent menu 502 .
  • “Launch App” has a backward pointing arrow to allow going back to a previous menu in the hierarchy.
  • Hierarchical menus in general is the number of menu items presented in each menu. Each of the menus provides the full complement of available menu items. This can be overwhelming for a novice user and irritating to an experienced user. This problem is exacerbated to an extent by the addition of a hierarchical history of parent menus added to the list.
  • Another approach to the problem of dealing with a full or extended menu which lists all available menu items at that particular level uses a radio communication device that provides an extended menu and a short menu that is a subset of the extended menu and the ability to select between the two.
  • the short menu is a dynamic menu that is built by the user by selecting menu items from the corresponding extended menu to include in the short menu.
  • a disadvantage of this approach is that the novice user will be further overwhelmed with having to build the various short menus.
  • the experienced user may be disinclined from having to go through the initial set-up procedure of the short menus.
  • Another disadvantage of a hierarchical menu system is the requirement of proceeding through each menu of the hierarchy to reach the desired action or menu item. This process adds various steps that can frustrate users, due to the lack of intuitiveness to getting from point A to point B from the user's point of view.
  • FIG. 1 illustrates one type of hierarchical menu
  • FIG. 2 illustrates an attempt at implementing the hierarchical menu of FIG. 1 on a small-screen computing device
  • FIG. 3 a illustrates various examples of computing devices that are suitable environments in which to implement embodiments of hierarchical menus
  • FIG. 3 b illustrates an exemplary QWERTY keyboard layout
  • FIG. 3 c illustrates an exemplary QWERTZ keyboard layout
  • FIG. 3 d illustrates an exemplary AZERTY keyboard layout
  • FIG. 3 e illustrates an exemplary Dvorak keyboard layout
  • FIG. 3 f illustrates a QWERTY keyboard layout paired with a traditional ten-key keyboard
  • FIG. 3 g illustrates ten digits comprising the numerals 0-9 arranged as on a telephone keypad, including the * and # astride the zero;
  • FIG. 3 h illustrates a numeric phone key arrangement according to the ITU Standard E.161 including both numerals and letters;
  • FIG. 3 j is a front view of an exemplary handheld electronic device including a full QWERTY keyboard
  • FIG. 3 k is a front view of another exemplary handheld electronic device including a full QWERTY keyboard
  • FIG. 3 m is a front view of an exemplary handheld electronic device including a reduced QWERTY keyboard
  • FIG. 3 n is an elevational view of the front face of another exemplary handheld electronic device including a reduced QWERTY keyboard
  • FIG. 3 p is a detail view of an alternative reduced QWERTY keyboard
  • FIG. 3 r is a detail view of the reduced QWERTY keyboard of device of FIG. 15 ;
  • FIG. 4 illustrates an exemplary embodiment of a computer in the form of a PDA that is suitable for implementing a hierarchical menu
  • FIG. 5 illustrates a hierarchical menu implemented on a computer such as a PDA
  • FIGS. 6 a - 6 g illustrate an embodiment of a hierarchical menu implemented on a computer such as a handheld electronic device
  • FIG. 7 illustrates an embodiment of a hierarchical menu (short menu) implemented on a computer such as a handheld electronic device;
  • FIG. 8 illustrates an embodiment of a method for implementing a hierarchical menu with ambiguous selection on a computer device such as a handheld electronic device, for example, a PDA or other similar device having a small display screen;
  • FIG. 9 illustrates an embodiment of a computing environment suitable for implementing an exemplary computer as shown in FIG. 3 ;
  • FIG. 10 a is a perspective view of a handheld electronic device cradled in a user's hand
  • FIG. 10 b is an exploded perspective view of an exemplary wireless handheld electronic device incorporating a trackball assembly as the auxiliary user input;
  • FIG. 11 is a block diagram representing a wireless handheld electronic device interacting in a communication network.
  • the size of the device While some users will grasp the device in both hands, it is intended that a predominance of users will cradle the device in one hand in such a manner that input and control over the device can be affected using the thumb of the same hand in which the device is held. Therefore the size of the device must be kept relatively small; of its dimensions, limiting the width of the device is most important with respect to assuring cradleability in a user's hand. Moreover, it is preferred that the width of the device be maintained at less than ten centimeters (approximately four inches).
  • the device within these dimensional limits provides a hand cradleable unit that users prefer for its useability and portability.
  • Limitations with respect to the height (length) of the device are less stringent with importance placed on maintaining device hand-cradleablability. Therefore, in order to gain greater size, the device can be advantageously configured so that its height is greater than its width, but still remain easily supported and operated in one hand.
  • a potential problem is presented by the small size of the device in that there is limited exterior surface area for the inclusion of user input and device output features. This is especially true for the “prime real estate” of the front face of the device where it is most advantageous to include a display screen that outputs information to the user and which is preferably above a keyboard utilized for data entry into the device by the user. If the screen is provided below the keyboard, a problem occurs in being able to see the screen while inputting data. Therefore it is preferred that the display screen be above the input area, thereby solving the problem by assuring that the hands and fingers do not block the view of the screen during data entry periods.
  • an alphabetic keyboard is provided.
  • a full alphabetic keyboard is utilized in which there is one key per letter. This is preferred by some users because it can be arranged to resemble a standard keyboard with which they are most familiar.
  • the associated letters can be advantageously organized in QWERTY, QWERTZ or AZERTY layouts, among others, thereby capitalizing on certain users' familiarity with these special letter orders.
  • each of the keys In order to stay within the bounds of a limited front surface area, however, each of the keys must be commensurately small when, for example, twenty-six keys must be provided in the instance of the English language.
  • An alternative configuration is to provide a reduced keyboard in which at least some of the keys have more than one letter associated therewith.
  • the present handheld electronic device preferably includes an auxiliary input that acts as a cursor navigational tool and which is also exteriorly located upon the front face of the device. Its front face location is particularly advantageous because it makes the tool easily thumb-actuable like the keys of the keyboard.
  • a particularly usable embodiment provides the navigational tool in the form of a trackball which is easily utilized to instruct two-dimensional screen cursor movement in substantially any direction, as well as act as an actuator when the ball of the trackball is depressible like a button.
  • the placement of the trackball is preferably above the keyboard and below the display screen; here, it avoids interference during keyboarding and does not block the user's view of the display screen during use.
  • the handheld electronic device may be standalone in that it is not connectable to the “outside world.”
  • One example would be a PDA that stores such things as calendars and contact information, but is not capable of synchronizing or communicating with other devices. In most situations such isolation will be detrimentally viewed in that at least synchronization is a highly desired characteristic of handheld devices today.
  • the utility of the device is significantly enhanced when connectable within a system, and particularly when connectable on a wireless basis in a system in which both voice and text messaging are accommodated.
  • the present disclosure is directed toward a method for displaying an abbreviated menu on the screen of a handheld electronic device, variously configured as described above, at the request of the user.
  • Typical examples of such devices include PDAs, mobile telephones and multi-mode communicator devices such as those capable of transmitting both voice and text messages such as email.
  • the method includes displaying a cursor-navigable page on a screen of a handheld electronic device.
  • One example would be the text of an email message.
  • the user initiates an ambiguous request for the display of menu options corresponding to the displayed page while a cursor is positioned at a location on the page that is not visually signified for menu display actuation.
  • the device under the control of an included microprocessor, displays a short menu having a first list of menu items which is a subset of a second list of menu items that make up an extended menu associated with the displayed page.
  • This first list of menu items has been assessed a higher probability for being user-selected or desired than at least some of the remaining items of the second list. This means that there is a long list (the second list) of actions that might be taken when the email message is displayed, but there is a short subset (the first list) of this long list which has been assessed to be more frequently selected/desired, so it is this short listing of selectable actions that is displayed in response to the user's ambiguous request.
  • the user's ambiguous request is made through an auxiliary user input device on the handheld electronic device.
  • auxiliary user input device is a navigation tool that controls movement of the cursor on the screen of the handheld electronic device, such as a trackball.
  • the device may also include an input that issues non-ambiguous request to display the extended menu associated with the displayed page, and which may be simply constituted by an actuable button or the like.
  • selectable items on the short listing can include choices to expand the short menu to the extended menu, or to close the short menu.
  • selectable items on the short listing can include choices to expand the short menu to the extended menu, or to close the short menu.
  • each is marked with a similar insignia.
  • the short menu is displayed on the screen in place of the displayed page, and preferably fills a substantial entirety of the screen.
  • the handheld electronic device can take the form of a wireless handheld communication device that transmits data to, and receives data from a communication network utilizing radio frequency signals.
  • the data transmitted between the handheld electronic device and the communication network might exemplarily support voice and textual messaging.
  • the handheld electronic device can be sized to be cradled in the palm of a user's hand. Owing to this small size, the device can be easily grasped by a user and cradled in the palm of the hand. In at least one configuration, the size of the device is sufficiently small to allow the user to use only fingers and/or thumbs (digits) of the same hand within which the device is grasped to input data.
  • the device can be advantageously longer than it is wide. This is because it is the width of the device that primarily impacts the fit of the device in a user's hand. To that end, the handheld electronic device preferably measures between approximately two and three inches.
  • the device also carries a keyboard suitable for accommodating textual input, and in a preferred embodiment, the navigation tool is located essentially between the keyboard and the screen of the handheld electronic device.
  • a full keyboard is provided that includes a plurality of keys with which alphabetic letters are associated, one letter per key.
  • the keyboard may be of a reduced configuration in which at least a portion of the individual keys have multiple letters associated therewith. This means that for the English language, fewer than twenty-six letter keys will be included in such a reduced keyboard example.
  • Benefits of the disclosed hierarchical menu system include the ability to implement a hierarchical menu on devices having varying screen sizes, including small-screen devices.
  • the disclosed hierarchical menu permits the display of one menu at a time.
  • the methods disclosed allow the user to make an ambiguous selection to directly open a particular item on a displayed page or to display a short menu of items typically used with a displayed page. This reduces user confusion and enhances usability of the system.
  • a “menu” item on the short menu or a “menu” key the user always has the option to view the extended menu associated with the displayed page.
  • a “back” menu item or key the user can navigate to previously displayed menus within the string of historically selected without cluttering the displayed menus with such historical items.
  • FIG. 3 a shows various examples of computers 300 that are suitable environments in which to implement hierarchical menus.
  • a computer 300 is typically capable of performing common computing functions, such as email, calendaring, task organization, word processing, Web browsing, and so on.
  • Computer 300 may run an open platform operating system, such as the Windows® brand operating systems from Microsoft®.
  • Computer 300 may be implemented as any one of various computing devices that has a display screen and supports a GUI (graphical user interface).
  • Such computing devices can include, for example, cell phones, PDAs and other handheld electronic devices, pen-based and/or touch-based computers with touch-sensitive screens, notebooks, laptops, desktops, workstations, server and mainframe computers that include displays, and the like.
  • One exemplary implementation of computer 300 is described in more detail below with reference to FIG. 9 .
  • computer 300 is generally discussed as being implemented as a small-screen, handheld electronic device such as, for example, a cell phone, or a PDA (personal digital assistant).
  • a computer 300 implemented as a small-screen, handheld electronic device include email, phone, SMS (short message service), IM (instant messaging), organizer and Web applications.
  • FIGS. 2 and 4 illustrate an exemplary embodiment of a computer 300 a suitable for implementing an embodiment of hierarchical menu with ambiguous selection.
  • Computer 300 a is implemented generally as a small-screen device such as a PDA 300 a (personal digital assistant) in the exemplary embodiments of FIGS. 2 and 4 .
  • PDA 300 a personal digital assistant
  • PDA 300 a includes a processor 400 , a volatile memory 402 (i.e., RAM), and a nonvolatile memory 404 (e.g., ROM, hard disk, floppy disk, CD-ROM, etc.).
  • volatile memory 402 i.e., RAM
  • nonvolatile memory 404 e.g., ROM, hard disk, floppy disk, CD-ROM, etc.
  • Nonvolatile memory 404 generally provides storage of computer/processor-readable instructions, data structures, program modules and other data for PDA 300 a .
  • PDA 300 a may also include various input/output 406 devices.
  • Examples of input device 406 can include a mouse or trackball for moving a cursor and making selections, a touch-sensitive display screen, a stylus pen for making menu input selections on a touch-sensitive display screen displaying menu options and/or soft buttons of a GUI (graphical user interface), hard buttons on the PDA 300 a structure, and so on.
  • Output device 406 examples can include a display screen, a touch-sensitive display screen, an audio speaker, and so on.
  • PDA 300 a implements an operating system (OS) 408 on processor 400 from volatile memory 402 .
  • the OS 408 is stored in memory 404 and initially loaded from memory 404 into volatile memory 402 by a boot program (not shown).
  • the OS 408 is generally configured to manage other application programs 410 that are also stored in memory 404 and executable on processor 400 from volatile memory 402 .
  • the OS 408 honors requests for services made by application programs 410 through predefined application program interfaces (APIs).
  • APIs application program interfaces
  • the OS 408 typically determines the order in which multiple applications 410 execute on processor 400 and the execution time allotted for each application 410 , manages the sharing of memory 402 among multiple applications 410 , handles input and output to and from attached hardware devices (e.g., hard disks, printers, dial-up ports), and so on.
  • users can typically interact directly with the OS 408 through a user interface such as a command language or graphical user interface.
  • PDA 300 a typically implements various application programs 410 stored in memory 404 and executable on processor 400 .
  • Such applications 410 might include software programs implementing, for example, word processors, spread sheets, browsers, file share programs, database management systems (DBMS), peer-to-peer applications, multimedia players, computer-aided design tools and the like.
  • Most applications 410 are menu-driven programs that provide a list of possible commands or options from which a user may choose in order to implement various application functions on the PDA 300 a.
  • menu selections are made often depends upon the particular type of computer device 300 running an application 410 .
  • entering a menu selection on a computer 300 for example, a desktop computer
  • a computer 300 for example, a desktop computer
  • Many small-screen computing devices 300 such as PDA 300 a of FIG. 4
  • GUIs graphical user interfaces
  • Other methods of selecting menu items include, for example, highlighting menu items and then hitting the “return” key or “enter” key.
  • Yet other methods of selecting menu items include depressing or clicking a navigation tool like a trackball or trackwheel.
  • the menuing task is generally performed by a menuing subsystem of an operating system executing on a computer 300 .
  • a “hierarchical menu with ambiguous selection module” 412 is implemented as part of operating system 408 .
  • the menu module 412 is configured to receive menu calls from various applications 410 and to service those calls by displaying a menu on a display screen according to the parameters provided by the application 410 making the menu call.
  • the menu module 412 also manages menu selections made under a GUI 414 supported by operating system 408 .
  • modules 412 and 414 are illustrated as being part of operating system 408 , it is noted that such modules might also function as stand-alone modules stored in memory 404 and executable on processor 400 . In general, although the functioning of modules 412 and 414 as part of operating system 408 is preferred, it is not intended as a limitation regarding their implementation by a computer 300 .
  • the “hierarchical menu with ambiguous selection module” 412 implements a hierarchical menu in accordance with application programs 410 that support hierarchical menus.
  • menu module 412 is configured to implement those hierarchical menus as hierarchical menus with ambiguous selection.
  • the implementation of a hierarchical menu as a hierarchical menu with ambiguous selection can occur automatically for any application making a hierarchical menu call to operating system 408 , or it can occur based on a specific request from an application 410 to implement the hierarchical menu as a hierarchical menu with ambiguous selection.
  • small-screen computer device manufacturers can configure devices to automatically provide hierarchical menus with ambiguous selection for application developers. This enables application developers to design hierarchical menus, both extended and short menus, in a typical manner without making any changes to their application source code. Alternatively, small-screen computer device manufacturers can configure devices to provide hierarchical menus with ambiguous selection by default, or upon request for application developers. This enables application developers to design hierarchical menus in a typical manner and further allows them to determine if application menus will be implemented as hierarchical menus with ambiguous selection by making a simple selection through their application source code to identify what action should occur in response to an ambiguous selection and populate short menus with preferably those actions, tasks or other commands most commonly used for such displayed page on the screen.
  • FIGS. 3 j , 3 k , 3 m , 3 n and 10 a illustrate exemplary embodiments of a computer in the form of various handheld electronic devices that are suitable for implementing embodiments of a hierarchical menu. Additionally, FIGS. 3 b - 3 h , 3 p and 3 r illustrate various keyboard layouts that can be used on such devices.
  • the computer 300 in the form of a handheld electronic device includes an input portion and an output display portion.
  • the output display portion can be a display screen, such as an LCD or other similar display device.
  • the input portion includes a plurality of keys that can be of a physical nature such as actuable buttons or they can be of a software nature, typically constituted by virtual representations of physical keys on a display screen (referred to herein as “software keys”). It is also contemplated that the user input can be provided as a combination of the two types of keys.
  • Each key of the plurality of keys has at least one actuable action which can be the input of a character, a command or a function.
  • “characters” are contemplated to exemplarily include alphabetic letters, language symbols, numbers, punctuation, insignias, icons, pictures, and even a blank space.
  • Input commands and functions can include such things as delete, backspace, moving a cursor up, down, left or right, initiating an arithmetic function or command, initiating a command or function specific to an application program or feature in use, initiating a command or function programmed by the user and other such commands and functions that are well known to those persons skilled in the art.
  • Specific keys or other types of input devices can be used to navigate through the various applications and features thereof. Further, depending on the application or feature in use, specific keys can be enabled or disabled.
  • all or a portion of the plurality of keys have one or more indicia displayed at their top surface and/or on the surface of the area adjacent the respective key, the particular indicia representing the character(s), command(s) and/or function(s) typically associated with that key.
  • the indicia of a key's function is provided adjacent the key, it is understood that this may be a permanent insignia that is, for instance, printed on the device cover beside the key, or in the instance of keys located adjacent the display screen, a current indicia for the key may be temporarily shown nearby the key on the screen.
  • the indicia for the respective keys are shown on the display screen, which in one embodiment is enabled by touching the display screen, for example, with a stylus to generate the character or activate the indicated command or function.
  • Such display screens may include one or more touch interfaces, including a touchscreen.
  • a non-exhaustive list of touchscreens includes, for example, resistive touchscreens, capacitive touchscreens, projected capacitive touchscreens, infrared touchscreens and surface acoustic wave (SAW) touchscreens.
  • Physical and software keys can be combined in many different ways as appreciated by those skilled in the art.
  • physical and software keys are combined such that the plurality of enabled keys for a particular application or feature of the handheld electronic device is shown on the display screen in the same configuration as the physical keys.
  • the desired character, command or function is obtained by depressing the physical key corresponding to the character, command or function displayed at a corresponding position on the display screen, rather than touching the display screen.
  • indicia for the characters, commands and/or functions most frequently used are preferably positioned on the physical keys and/or on the area around or between the physical keys. In this manner, the user can more readily associate the correct physical key with the character, command or function displayed on the display screen.
  • the QWERTY keyboard layout is the standard English-language alphabetic key arrangement 44 , as shown in FIG. 3 b .
  • Q, W, E, R, T and Y are the letters on the top left, alphabetic row. It was designed by Christopher Sholes, who invented the typewriter. The keyboard layout was organized by him to prevent people from typing too fast and jamming the keys.
  • the QWERTY layout was included in Sholes U.S. Pat. No. 207,559 as filed in 1875.
  • the QWERTZ keyboard layout is normally used in German-speaking regions.
  • This alphabetic key arrangement 44 is shown in FIG. 3 c .
  • Q, W, E, R, T and Z are the letters on the top left, alphabetic row. It differs from the QWERTY keyboard layout by exchanging the “Y” with a “Z”. This is because “Z” is a much more common letter than “Y” in German and the letters “T” and “Z” often appear next to each other in the German language.
  • the AZERTY keyboard layout is normally used in French-speaking regions.
  • This alphabetic key arrangement 44 is shown in FIG. 3 d .
  • A, Z, E, R, T and Y are the letters on the top left, alphabetic row. It is similar to the QWERTY layout, except that the letters Q and A are swapped, the letters Z and W are swapped, and the letter M is in the middle row instead of the bottom one.
  • the Dvorak keyboard layout was designed in the 1930s by August Dvorak and William Dealey. This alphabetic key arrangement 44 is shown in FIG. 3 e . It was developed to allow a typist to type faster. About 70% of words are typed on the home row compared to about 32% with a QWERTY keyboard layout, and more words are typed using both hands. It is said that in eight hours, fingers of a QWERTY typist travel about 16 miles, but only about 1 mile for the Dvorak typist.
  • Alphabetic key arrangements in full keyboards and typewriters are often presented along with numeric key arrangements.
  • An exemplary numeric key arrangement is shown in FIGS. 3 b - 3 e where the numbers 1-9 and 0 are positioned above the alphabetic keys.
  • numbers share keys with the alphabetic characters, such as the top row of the QWERTY keyboard.
  • FIG. 3 f Yet another exemplary numeric key arrangement is shown in FIG. 3 f , where a numeric keypad 46 is spaced from the alphabetic/numeric key arrangement.
  • the numeric keypad 46 includes the numbers “7”, “8”, “9” arranged in a top row, “4”, “5”, “6” arranged in a second row, “1”, “2”, “3” arranged in a third row, and “0” in a bottom row, consistent with what may be found on a “ten-key” computer keyboard keypad. Additionally, a numeric phone key arrangement 42 is shown in FIG. 3 g.
  • the numeric phone key arrangement 42 may also utilize a surface treatment on the surface of the center “5” key.
  • This surface treatment is such that the surface of the key is distinctive from the surface of other keys.
  • the surface treatment is in the form of a raised bump or recessed dimple 43 .
  • This bump or dimple 43 is typically standard on telephones and is used to identify the “5” key through touch alone. Once the user has identified the “5” key, it is possible to identify the remainder of the phone keys through touch alone because of their standard placement.
  • the bump or dimple 43 preferably has a shape and size that is readily evident to a user through touch.
  • An example bump or dimple 43 may be round, rectangular, or have another shape if desired.
  • raised bumps may be positioned on the housing around the “5” key and do not necessarily have to be positioned directly on the key.
  • handheld electronic devices 300 it is desirable for handheld electronic devices 300 to include a combined text-entry keyboard and a telephony keyboard.
  • mobile electronic devices include mobile stations, cellular telephones, wireless personal digital assistants (PDAs), two-way paging devices, and others.
  • PDAs personal digital assistants
  • Various keyboards are used with such devices depending in part on the physical size of the handheld electronic device. Some of these are termed full keyboard, reduced keyboard, and phone keypads.
  • a handheld electronic device having a full keyboard only one alphabetic character is associated with each one of a plurality of physical keys.
  • an English-language keyboard there are at least 26 keys in the plurality, one for each letter of the English alphabet.
  • one of the keyboard layouts described above is usually employed, and with the QWERTY keyboard layout being the most common.
  • FIG. 3 j One device that uses a full keyboard for alphabetic characters and incorporates a combined numeric keyboard is shown in FIG. 3 j .
  • numeric characters share keys with alphabetic characters on the top row of the QWERTY keyboard.
  • FIG. 3 k Another device that incorporates a combined alphabetic/numeric keyboard is shown in FIG. 3 k .
  • This device utilizes numeric characters in a numeric phone key arrangement consistent with the ITU Standard E.161, as shown in FIG. 3 g .
  • the numeric characters share keys with alphabetic characters on the left side of the keyboard.
  • a handheld electronic device In order to further reduce the size of a handheld electronic device without making the physical keys or software keys too small, such embodiments of a handheld electronic device use a reduced keyboard, where more than one character/command/function is associated with each of at least a portion of the plurality of keys. This results in certain keys being ambiguous since more than one character is represented by or associated with the key, even though only one of those characters is typically intended by the user when activating the key.
  • certain software is contained in the processor of the handheld electronic device to determine or predict what letter or word was intended by the user.
  • Predictive text technologies can also automatically correct common spelling errors.
  • Predictive text methodologies often include a disambiguation engine and/or a predictive editor application. This helps facilitate easy spelling and composition, since the software is preferably intuitive software with a large word list and the ability to increase that list based on the frequency of word usage.
  • the software preferably also has the ability to recognize character letter sequences that are common to the particular language, such as, in the case of English, words ending in “ing”. Such systems can also “learn” the typing style of the user making note of frequently used words to increase the predictive aspect of the software.
  • the display of the device depicts possible character sequences corresponding to the keystrokes that were entered. Typically, the most commonly used word is displayed first. The user may select other, less common words manually, or otherwise.
  • Other types of predictive text computer programs may be utilized with the keyboard arrangement and keyboard described herein, without limitation.
  • the multi-tap method of character selection has been in use a number of years for permitting users to enter text using a touch screen device or a conventional telephone key pad such as specified under ITU E 1.161, among other devices.
  • Multi-tap requires a user to press a key a varying number of times, generally within a limited period of time, to input a specific letter, thereby spelling the desired words of the message.
  • a related method is the long tap method, where a user depresses the key until the desired character appears on the display out of a rotating series of letters.
  • a “text on nine keys” type system uses predictive letter patterns to allow a user to ideally press each key representing a letter only once to enter text. Unlike multi-tap which requires a user to indicate a desired character by a precise number of presses of a key, or keystrokes, the “text on nine keys” system uses a predictive text dictionary and established letter patterns for a language to intelligently guess which one of many characters represented by a key that the user intended to enter.
  • the predictive text dictionary is primarily a list of words, acronyms, abbreviations and the like that can be used in the composition of text.
  • all possible character string permutations represented by a number of keystrokes entered by a user are compared to the words in the predictive text dictionary and a subset of the permutations is shown to the user to allow selection of the intended character string.
  • the permutations are generally sorted by likelihood of occurrence which is determined from the number of words matched in the predictive text dictionary and various metrics maintained for these words.
  • the set of established letter patterns for a selected language can be applied to suggest the most likely character string permutations, and then require the user to input a number of additional keystrokes in order to enter the desired word.
  • the keys of reduced keyboards are laid out with various arrangements of characters, commands and functions associated therewith.
  • alphabetic characters the different keyboard layouts identified above are selectively used based on a user's preference and familiarity; for example, the QWERTY keyboard layout is most often used by English speakers who have become accustomed to the key arrangement.
  • FIG. 3 m shows a handheld electronic device 10 that has an example of a reduced keyboard using the QWERTY keyboard layout on a physical keyboard array of twenty keys, with five columns and four rows. Fourteen keys are used for alphabetic characters and ten keys are used for numbers. Nine of the ten numbers share a key with alphabetic characters. The “space” key and the number “0” share the same key, which is centered on the device and centered below the remainder of the numbers on the keyboard 14 .
  • the four rows include a first row 50 , a second row 52 , a third row 54 , and a fourth row 56 .
  • the five columns include a first column 60 , a second column 62 , a third column 64 , a fourth column 66 , and a fifth column 68 .
  • Each of the keys in the first row 50 , second row 52 , and third row 54 is uniformly sized while the keys in the fourth, bottom row 56 have different sizes relative to one another and to the keys in the first three rows 50 , 52 , 54 .
  • the rows and columns are straight, although the keys in the fourth row 56 do not align completely with the columns because of their differing sizes.
  • the columns substantially align with the longitudinal axis x-x of the device 300 b.
  • FIG. 3 n shows a handheld electronic device 300 b that has an exemplary physical keyboard array of 20 keys, with five columns and four rows.
  • An exploded view of the keyboard is presented in FIG. 3 r .
  • Fourteen keys on the keyboard 14 are associated with alphabetic characters and ten keys are associated with numbers.
  • the four rows include a first row 50 , a second row 52 , a third row 54 , and a fourth row 56 .
  • the five columns include a first column 60 , a second column 62 , a third column 64 , a fourth column 66 , and a fifth column 68 .
  • Many of the keys have different sizes than the other keys, and the rows are non-linear.
  • the rows are V-shaped, with the middle key in the third column 64 representing the point of the V.
  • the columns are generally straight, but the outer two columns 60 , 62 , 66 , 68 angle inwardly toward the middle column 64 .
  • the numeric phone keys 0-9 include a color scheme that is different from that of the remaining keys associated with the QWERTY key arrangement.
  • the color scheme of the numeric phone keys has a two-tone appearance, with the upper portion of the numeric keys being a first color and the lower portion of the numeric keys being a second color. As depicted, the upper portion of the keys is white with blue letters and the lower portion of the keys is blue with white letters.
  • the keyboard 14 includes a “send” key 6 and an “end” key 8 .
  • the “send” key 6 is positioned in the upper left corner of the keyboard 14 and the “end” key 8 is positioned in the upper right corner.
  • the “send” key 6 and “end” key 8 may have different color schemes than the remainder of the keys in order to distinguish them from other keys.
  • the “send” and “end” keys 6 , 8 may have different colors from one another. In the example shown, the “send” key 6 is green and the “end” key 8 is red. Different colors may be utilized, if desired.
  • FIG. 3 p shows a similar format for the reduced QWERTY arrangement of alphabetic characters 44 as presented in FIG. 3 m , but the numeric phone key arrangement 42 is positioned in the first 60 , second 62 , and third 64 columns instead of being centered on the keyboard 14 .
  • the first row 50 of keys includes in order the following key combinations for the text entry and telephony mode: “QW/1”, “ER/2”, “TY/3”, “UI”, and “OP”.
  • the second row 52 includes the following key combinations in order: “AS/4”, “DF/51”, “GH/6”, “JK/,”, and “L/.”.
  • the third row 54 includes the following key combinations in order: “ZX/7”, “CV/8”, “BN/9”, “M/sym” and “backspace/delete”.
  • the fourth row 56 includes the following key combinations in order: “next/*”, “space/0”, “shift/#”, “alt” and “return/enter”.
  • the keys in each of the rows are of uniform size and the rows and columns are straight.
  • FIG. 3 h Another embodiment of a reduced alphabetic keyboard is found on a standard phone keypad.
  • Most handheld electronic devices having a phone key pad also typically include alphabetic key arrangements overlaying or coinciding with the numeric keys as shown in FIG. 3 h .
  • Such alphanumeric phone keypads are used in many, if not most, traditional handheld telephony mobile electronic devices such as cellular handsets.
  • the International Telecommunications Union (“ITU”) has established phone standards for the arrangement of alphanumeric keys.
  • 3 g (no alphabetic letters) and 3 h (with alphabetic letters) corresponds to ITU Standard E.161, entitled “Arrangement of Digits, Letters, and Symbols on Telephones and Other Devices That Can Be Used for Gaining Access to a Telephone Network.”
  • This standard is also known as ANSI TI.703-1995/1999 and ISO/IEC 9995-8:1994.
  • the numeric arrangement it can be aptly described as a top-to-bottom ascending order three-by-three-over-zero pattern.
  • the table below identifies the alphabetic characters associated with each number for some other phone keypad conventions.
  • Multi-tap software has been in use for a number of years permitting users to enter text using a conventional telephone keypad such as specified under ITU E 1.161 or on a touch screen display, among other devices.
  • Multi-tap requires a user to press a key a varying number of times, generally within a limited period of time, to input a specific letter associated with the particular key, thereby spelling the desired words of the message.
  • a related method is the long tap method, where a user depresses the key until the desired character appears on the display.
  • FIGS. 6 a - 6 g , 7 , 10 a and 10 b the following is a discussion and comparison of the use of the extended and short menus in an embodiment of a handheld electronic device 300 b.
  • the device 300 b has a first input controller, which is preferably a navigation tool 120 having a depressible rolling member or trackball 121 , which is used to access the short menu.
  • the handheld device 300 b also has a second input controller, which in this case is a menu key 606 , which is used to access the applicable extended menu.
  • These menus are based on the interface principle of see and click. In this manner, users do not have to remember commands or options because they can view these options at any time.
  • FIG. 6 c there is shown a portion of the device 300 b , which depicts a display portion 602 , and a part of an input portion 604 .
  • the display portion 602 is used as a graphical user interface, sometimes referred to herein a GUI or just UI for user interface.
  • the trackball 121 and the menu key 606 are part of the input portion 604 .
  • To the right of the trackball 121 is a back key 608 , which is used to back-up through previous screens or menus displayed on the display portion.
  • the input portion also includes a keyboard (See FIGS. 10 a and 10 b ), which is discussed later herein.
  • the initial screen for the device 300 b is a home screen 610 a and 610 b .
  • Two examples 610 a and 610 b are shown in FIGS. 6 a and 6 b , which show different sets of icons representing various applications that are available on the device 300 b .
  • the user can perform desired high-level activities from the home screen, and within an application explore and access functionality of the selected application.
  • the menu key or button 606 is to the left of the trackball 121 and activates an extended menu, which contains high level actions desirable from the home screen or application specific commands when initiated from a selected application.
  • the menu key or button 606 provides a consistent location where the user can look for commands.
  • Each application has its own extended menu consisting of application-specific menus.
  • Clicking (depressing) the trackball 121 when an icon on the home screen is highlighted opens the application, preferably to a common page used by users. For example, if the email message's icon is highlighted, then a page listing the messages will open. When not on the home screen but while a page of an application is displayed without a menu showing, if the trackball 121 is clicked, this is presently referred to as an ambiguous selection, since several commands may apply in that circumstance. This ambiguous selection will cause a short menu to appear on the GUI.
  • the short menu contains a list of menu items that are preferably the most commonly used commands in the present screen context. These short menus again are based on the interface principle of see and click. The options or menus change according to the task at hand.
  • the items shown in these short menus preferably are those that a user performs frequently.
  • the short menu is selected based on either predefined user or programmer preference.
  • These short menus are preferably correctly organized, worded clearly, and behave correctly in order for the user to understand what options they should expect to see, and how to access the additional functionality specific to the selected application.
  • the items displayed in the short menu are dynamically updated depending upon the user's selection of items from the extended menu.
  • items When items are selected from the extended menu repeatedly they are ranked and depending upon their number of selections will relatively appear in the short menu.
  • the number of items in the short menu is preferably between two and ten items.
  • the items displayed in the short menu can also be user selected in one embodiment.
  • the information for the short menu is stored locally as well as at a central location.
  • the transmission of the short menus that are applicable for the particular user is via a communication system as described below.
  • the information stored at the central location allows the user to access that information on multiple devices. This will allow the user to experience identical menus on different devices. This is helpful when a user would like to encounter the same interface, but uses the devices in different ways.
  • the information alternatively may be stored on a memory card and transferred between devices via the memory card.
  • the user uses the trackball 121 to scroll to the desired application.
  • it is the email messaging application.
  • the email icon 612 (a letter envelope) is highlighted in a conventional manner, for example, with a frame as shown in FIG. 6 a or with a highlighted background as depicted in FIG. 6 b .
  • the menu key 606 is activated by depressing or “clicking” it, which brings up a high level extended menu 614 as shown in FIG. 6 c .
  • This menu 614 can include the following menu items:
  • the user desires to open their email message mailbox and view a list of email messages.
  • the menu includes the option “close,” which will close the menu.
  • the option to close the menu is listed near the bottom. This enables closing of the menu without requiring the use of an additional key to close the menu.
  • the menu key 606 is clicked again and the extended menu for the email messaging application is displayed, as shown in FIG. 6 d . If the menu item “Open” is not already highlighted, then the trackball 121 is used to scroll to this item such that it is highlighted. Once the menu item “Open” is highlighted, the trackball 121 is clicked. A list of email messages 616 is displayed on the GUI as shown in FIG. 6 e.
  • the trackball 121 is then used to scroll to the desired email message in the displayed list to highlight it.
  • the menu key 606 is clicked and the extended menu 618 is displayed, for example as shown in FIG. 6 d . If the menu item “Open” is not already highlighted, then the trackball 121 is used to scroll to this item such that it is highlighted. Once the menu item “Open” is highlighted, the trackball 121 is clicked.
  • the desired message 620 is displayed on the GUI as shown in FIG. 6 f.
  • the user decides what to do as a result of reading the message.
  • the use of the short menu usually requires fewer clicks to perform the same action as compared to the use of solely the extended menus.
  • the following is an embodiment using the ambiguous selections and/or short menus to open the email messaging application and to open a particular email message.
  • the trackball 121 is used to scroll to and highlight the email message icon 612 as shown in FIGS. 6 a and 6 b .
  • Clicking the trackball 121 directly opens the list of messages as shown in FIG. 6 e .
  • the trackball 121 is clicked while no menu is present and this action is an ambiguous selection since more than one action or task is possible.
  • This ambiguous selection while on the home screen 602 and with the email icon 612 highlighted is treated by the menu program and system as a direction or command to open the highlighted application.
  • Displaying the list of emails, 616 is the action or task is believed to be the most common desired task or action, and thus to the user, the procedure appears intuitive.
  • Such ambiguous selection for other application is preferably programmed with the most common desired task or action for the selected application.
  • the user scrolls to the desired email message, clicks with the trackball 121 , and the desired email message 620 is displayed on the screen 110 (See FIG. 10 a ), as shown in FIG. 6 f
  • the action is an ambiguous selection since more than one action or task is possible.
  • a short menu 624 is shown in FIG. 7 , and contains the actions or tasks—“Reply”, “Forward” and “Reply All.” The user then decides which action or task to perform and scrolls to it and clicks the trackball. Novice and experienced users alike benefit from the reduction in information displayed on the menu through the removal of less commonly used tasks.
  • the short menu 624 as shown in FIG.
  • the short menu features the menu item “close” in addition to those items described above.
  • the short menu provides convenient access to the high level, most often-used commands associated with an application.
  • the short menu displayed can also depend on the position of the cursor within the displayed page.
  • the short menu can be considered as a shortcut to commands that make sense to the task at hand.
  • a short menu can be displayed with the more common subset of actions, tasks or other commands by making an ambiguous selection by clicking on a highlighted application icon on the home screen.
  • the user can click the menu key 606 to view the extended menu, such as shown in FIG. 6 g using the exemplary email messaging scenario.
  • the short menu 624 can have a menu item that allows the user to scroll to and select the item as shown in FIG. 6 g .
  • the extended menu replaces the short menu.
  • the short menu in FIG. 7 has a menu item “show more” for this purpose.
  • the name of this menu item can be any other that conveys a similar meaning, such a “Full” or “Extended” or an icon that is used by the device provider and identified in its literature to have that meaning.
  • the menu key 606 in a preferred embodiment features an icon or the like that is shown next to the “show more” menu item.
  • commands for various tasks can also be input via the keyboard by typing them and entering it. More experienced users may use this feature to further reduce number of keystrokes in some situations.
  • short menus are possible as well.
  • Another example of the use of a short menu is when the device features soft keys, which can be user customizable. Since these softkeys are user customizable, a short menu can be activated when the soft key is activated two times without any additional user input and/or within a predefined time. The short menu would present options to change the soft key to bring up different program options. The short menu likewise could feature the extended menu features and close options mentioned above.
  • Example methods for implementing an embodiment of a hierarchical menu and ambiguous selection will now be described with primary reference to the flow diagram of FIG. 8 .
  • the methods apply generally to the exemplary embodiments discussed above with respect to FIGS. 6 a - 6 g and 7 .
  • the elements of the described methods may be performed by any appropriate means including, for example, by hardware logic blocks on an ASIC or by the execution of processor-readable instructions defined on a processor-readable medium.
  • a “processor-readable medium,” as used herein, can be any means that can contain, store, communicate, propagate, or transport instructions for use by or execution by a processor.
  • a processor-readable medium can be, without limitation, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium.
  • processor-readable medium include, among others, an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (RAM) (magnetic), a read-only memory (ROM) (magnetic), an erasable programmable-read-only memory (EPROM or Flash memory), an optical fiber (optical), a rewritable compact disc (CD-RW) (optical), a portable compact disc read-only memory (CDROM) (optical), and a solid state storage device (magnetic; e.g., flash memory).
  • FIG. 8 illustrates an exemplary method 800 for implementing a hierarchical menu with ambiguous selection on a computer device 300 such as a PDA or other similar device having a small display screen.
  • the method 800 describes a hierarchical menu process that could continue well beyond the number of submenus that are discussed in the method itself.
  • the extent of method 800 is not intended as a limitation. Rather, the extent of method 800 is intended to generally express the manner by which a hierarchical menu with ambiguous selection can be implemented in lesser and greater degrees of size and complexity.
  • a home screen 802 on the GUI.
  • the user scrolls to a particular application using a navigation tool.
  • the user can then depress the menu key to initiate a non-ambiguous selection 804 of that particular application that is received by the method 800 .
  • the method 800 then causes the selected application to opean an application 806 and display a page 808 on the GUI.
  • the user can make an ambiguous selection 810 , for example, if the navigation tool is a trackball having a depressible rolling member, the user depresses the rolling member when no menu is present.
  • the method 800 receives the ambiguous selection 810 and then must determine whether there is a short menu for this application 812 .
  • the method 800 causes the application to open 806 and display a page 808 . If there is a short menu, then the method causes the display of the application short menu 814 . The user then scrolls to the desired menu item and depresses the rolling member. The method 800 receives a non-ambiguous selection of the menu item 816 and either displays a page or causes the computer to perform the task selected 818 .
  • the user again has two choices.
  • the user can depress the menu key and the method 800 receives a command to display an extended menu 820 corresponding to the displayed page.
  • the method 800 displays that extended menu 822 .
  • the user then scrolls to a particular menu item and depresses the rolling member, which causes the method 800 to receive a non-ambiguous selection of a menu item 824 .
  • the method 800 then displays a page or performs the task per the selection 826 .
  • the user can depress the rolling member with no menu displayed causing an ambiguous selection 828 .
  • the method 800 receives this ambiguous selection 828 and causes the display of a corresponding short menu 830 , or the method 800 can be programmed to perform a particular task that is the most common for the displayed page (not shown in FIG. 8 ). With the short menu displayed, the user can then scroll to the desired menu item and depress the rolling member to generate a non-ambiguous selection 832 . The method 800 receives the non-ambiguous selection of the menu item 832 and causes the display of a page or performance of a task per the selection 834 .
  • the user can repeat steps 820 through 826 or 828 through 834 , depending on whether the user uses an extended menu or short menu, respectively.
  • the user can use the back key to navigate back through the various pages displayed until the user reaches a page from which the user can perform another activity or select another application upon reaching the home screen 802 .
  • the computer can be equipped with an escape key to go to the home screen 802 directly.
  • an ambiguous selection to display a short menu or a non-ambiguous selection can be made to display a short or extended menu that has a home screen menu item.
  • FIG. 9 illustrates an exemplary computing environment suitable for implementing a computer 300 such as discussed above with reference to FIGS. 1-8 and 10 . Although one specific configuration is shown in FIG. 9 , computer 300 may be implemented in other computing configurations.
  • the computing environment 900 includes a general-purpose computing system in the form of a computer 902 .
  • the components of computer 902 can include, but are not limited to, one or more processors or processing units 904 , a system memory 906 , and a system bus 908 that couples various system components including the processor 904 to the system memory 906 .
  • the system bus 908 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
  • An example of a system bus 908 would be a Peripheral Component Interconnects (PCI) bus, also known as a Mezzanine bus.
  • PCI Peripheral Component Interconnects
  • Computer 902 typically includes a variety of computer-readable media. Such media can be any available media that is accessible by computer 902 and includes both volatile and non-volatile media, removable and non-removable media.
  • the system memory 906 includes computer readable media in the form of volatile memory, such as random access memory (RAM) 910 , and/or non-volatile memory, such as read only memory (ROM) 912 .
  • RAM random access memory
  • ROM read only memory
  • a basic input/output system (BIOS) 914 containing the basic routines that help to transfer information between elements within computer 902 , such as during start-up, is stored in ROM 912 .
  • BIOS basic input/output system
  • RAM 910 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by the processing unit 904 .
  • Computer 902 can also include other removable/non-removable, volatile/non-volatile computer storage media.
  • FIG. 9 illustrates a hard disk drive 916 for reading from and writing to a non-removable, non-volatile magnetic media (not shown), a magnetic disk drive 918 for reading from and writing to a removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”), and an optical disk drive 922 for reading from and/or writing to a removable, non-volatile optical disk 924 such as a CD-ROM, DVD-ROM, or other optical media.
  • a hard disk drive 916 for reading from and writing to a non-removable, non-volatile magnetic media (not shown)
  • a magnetic disk drive 918 for reading from and writing to a removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”)
  • an optical disk drive 922 for reading from and/or writing to a removable, non-volatile optical disk
  • the hard disk drive 916 , magnetic disk drive 918 , and optical disk drive 922 are each connected to the system bus 908 by one or more data media interfaces 926 .
  • the hard disk drive 916 , magnetic disk drive 918 , and optical disk drive 922 can be connected to the system bus 908 by a known interface (not shown) including but not limited to SCSI and IDE.
  • the disk drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for computer 902 .
  • a hard disk 916 a removable magnetic disk 920 , and a removable optical disk 924
  • other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement the exemplary computing system and environment.
  • Any number of program modules can be stored on the hard disk 916 , magnetic disk 920 , optical disk 924 , ROM 912 , and/or RAM 910 , including by way of example, an operating system 926 , one or more application programs 928 , other program modules 930 , and program data 932 .
  • Each of such operating system 926 , one or more application programs 928 , other program modules 930 , and program data 932 may include an embodiment of a caching scheme for user network access information.
  • Computer 902 can include a variety of computer/processor readable media identified as communication media.
  • Communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also included within the scope of computer readable media.
  • a user can enter commands and information into computer system 902 via input devices such as a keyboard 934 and a pointing device 936 (e.g., a “mouse”).
  • Other input devices 938 may include a microphone, joystick, game pad, satellite dish, serial port, scanner, and/or the like.
  • input/output interfaces 940 are coupled to the system bus 908 , but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 942 or other type of display device can also be connected to the system bus 908 via an interface, such as a video adapter 944 .
  • other output peripheral devices can include components such as speakers (not shown) and a printer 946 which can be connected to computer 902 via the input/output interfaces 940 .
  • Computer 902 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 948 .
  • the remote computing device 948 can be a personal computer, portable computer, a server, a router, a network computer, a peer device or other common network node, and the like.
  • the remote computing device 948 is illustrated as a portable computer that can include many or all of the elements and features described herein relative to computer system 902 .
  • Logical connections between computer 902 and the remote computer 948 are depicted as a local area network (LAN) 950 and a general wide area network (WAN) 952 .
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
  • the computer 902 When implemented in a LAN networking environment, the computer 902 is connected to a local network 950 via a network interface or adapter 954 .
  • the computer 902 When implemented in a WAN networking environment, the computer 902 typically includes a modem 956 or other means for establishing communications over the wide network 952 .
  • the modem 956 which can be internal or external to computer 902 , can be connected to the system bus 908 via the input/output interfaces 940 or other appropriate mechanisms. It is to be appreciated that the illustrated network connections are exemplary and that other means of establishing communication link(s) between the computers 902 and 948 can be employed.
  • remote application programs 958 reside on a memory device of remote computer 948 .
  • application programs and other executable program components such as the operating system, are illustrated herein as discrete blocks, although it is recognized that such programs and components reside at various times in different storage components of the computer system 902 , and are executed by the data processor(s) of the computer.
  • FIG. 10 a An exemplary handheld electronic device 300 b is shown in the perspective view of FIG. 10 a and its cooperation in a wireless network is exemplified in the block diagram of FIG. 11 .
  • FIG. 11 An exemplary handheld electronic device 300 b is shown in the perspective view of FIG. 10 a and its cooperation in a wireless network is exemplified in the block diagram of FIG. 11 .
  • An exemplary embodiment of the handheld electronic device 300 b as shown in FIG. 10 a is cradleable in the palm of a user's hand.
  • the size of the device 300 b is such that a user is capable of operating the device using the same hand that is holding the device.
  • the user is capable of actuating all features of the device 300 b using the thumb of the cradling hand.
  • the preferred embodiment of the handheld device 300 b features a keyboard 332 on the face of the device 300 b , which is actuable by the thumb of the hand cradling the device 300 b .
  • the user may also hold the device 300 b in such a manner to enable two thumb typing on the device 300 b .
  • the user may use fingers rather than thumbs to actuate the keys on the device 300 b .
  • it is longer (height as shown in FIG. 10 a ) than it is wide, and the width is preferably between approximately two and three inches, but by no means limited to such dimensions.
  • the handheld electronic device 300 b comprises a lighted display 110 located above a keyboard 332 suitable for accommodating textual input to the handheld electronic device 300 b when in an operable configuration.
  • the screen 110 and keyboard 332 are located at the front face of the handheld electronic device 300 b .
  • the device 300 b is of unibody construction, but it is also contemplated that the device may be of an alternative construction such as that commonly known as “clamshell” or “flip-phone” style.
  • the navigation tool (auxiliary input) 328 is located essentially between the display 110 and the keyboard 332 .
  • the keyboard 332 comprises a plurality of keys with which alphabetic letters are associated on one letter per key basis. It is contemplated that the keys may be directly marked with letters, or the letters may be presented adjacent, but clearly in association with a particular key. This one-to-one pairing between the letters and keys is depicted in FIGS. 3 j and 3 k and is described in greater detail above in association therewith.
  • the alphabetic letters are preferably configured in a familiar QWERTY, QWERTZ, AZERTY, or Dvorak layout, each of which is also discussed in greater detail above.
  • the keyboard 332 comprises a plurality of keys with which alphabetic letters are also associated, but at least a portion of the individual keys have multiple letters associated therewith.
  • This type of configuration is referred to as a reduced keyboard (in comparison to the full keyboard described immediately above) and can, among others come in QWERTY, QWERTZ, AZERTY, and Dvorak layouts.
  • FIG. 10 b is an exploded view showing some of the typical components found in the assembly of the electronic device 300 b .
  • the construction of the device benefits from various manufacturing simplifications.
  • the internal components are constructed on a single PCB (printed circuit board) 102 .
  • the keyboard 332 is constructed from a single piece of material and in a preferred embodiment is made from plastic.
  • the keyboard 332 sits over dome switches (not shown) located on the PCB 102 in a preferred embodiment.
  • One switch is provided for every key on the keyboard in the preferred embodiment, but in other embodiments more than one switch or less than one switch per key are possible configurations.
  • the support frame 101 holds the keyboard 332 and navigation tool 120 in place above the PCB 102 .
  • the support frame 101 also provides an attachment point for the display, (not shown).
  • a lens 103 covers the display to prevent damage. When assembled, the support frame 101 and the PCB 102 are fixably attached to each other and the display is positioned between the PCB 102 and support frame 101 .
  • the navigation tool 120 is frictionally engaged with the support frame 101 , but in a preferred embodiment the navigation tool 120 is removable when the device is assembled. This allows for replacement of the navigation tool 120 if/when it becomes damaged or the user desires replacement with a different type of navigation tool 120 .
  • the navigation tool 120 is a trackball based device having a depressible rolling member or trackball 121 .
  • Other navigation tools 120 such as joysticks, four-way cursors, or touch pads are also considered to be within the scope of this disclosure.
  • the trackball 121 itself can be removed without removal of the navigation tool 120 .
  • the removal of the trackball 121 is enabled through the use of an outer removable ring 123 and an inner removable ring 122 . These rings 122 , 123 ensure that the navigation tool 120 and the trackball 121 are properly held in place against the support frame 101 .
  • a serial port (preferably a Universal Serial Bus port) 330 and an earphone jack 140 are fixably attached to the PCB 102 and further held in place by right side element 105 .
  • Buttons 130 , 131 , 132 , 133 are attached to switches (not shown), which are connected to the PCB 102 .
  • Final assembly involves placing the top piece 107 and bottom piece 108 in contact with support frame 101 . Furthermore, the assembly interconnects right side element 105 and left side element 106 with the support frame 101 , PCB 102 , and lens 103 . These side elements 105 , 106 provide additional protection and strength to the support structure of the device 300 b . In a preferred embodiment, backplate 104 is removably attached to the other elements of the device.
  • FIG. 11 representing the electronic device 300 b interacting in the communication network 319 shows the device's 300 b inclusion of a microprocessor 338 which controls the operation of the device 300 b .
  • the communication subsystem 311 performs all communication transmission and reception with the wireless network 319 .
  • the microprocessor 338 further connects with an auxiliary input/output (I/O) subsystem 328 , a serial port (preferably a Universal Serial Bus port) 330 , a display 322 , a keyboard 332 , a speaker 334 , a microphone 336 , random access memory (RAM) 326 , and flash memory 324 .
  • I/O auxiliary input/output
  • serial port preferably a Universal Serial Bus port
  • Other communications subsystems 340 and other device subsystems 342 are generally indicated as connected to the microprocessor 338 as well.
  • An example of a communication subsystem 340 is that of a short-range communication subsystem such as BLUETOOTH® communication module or an infrared device and associated circuits and components. Additionally, the microprocessor 338 is able to perform operating system functions and preferably enables execution of software applications on the communication device 300 b.
  • auxiliary I/O subsystem 328 can take the form of a variety of different subsystems including the above described navigation tool 120 .
  • the navigation tool 120 is preferably a trackball based device, but it can be any one of the other above described tools.
  • Other auxiliary I/O devices can include external display devices and externally connected keyboards (not shown). While the above examples have been provided in relation to the auxiliary I/O subsystem, other subsystems capable of providing input or receiving output from the handheld electronic device 300 b are considered within the scope of this disclosure.
  • the communication device 300 b is designed to wirelessly connect with a communication network 319 .
  • Some communication networks that the electronic device 300 b may be designed to operate on require a subscriber identity module (SIM) or removable user identity module (RUIM).
  • SIM subscriber identity module
  • RUIM removable user identity module
  • a device 300 b intended to operate on such a system will include SIM/RUIM interface 344 into which the SIM/RUIM card (not shown) may be placed.
  • the SIM/RUIM interface 344 can be one in which the SIM/RUIM card is inserted and ejected.
  • the flash memory 324 is enabled to provide a storage location for the operating system, device programs, and data. While the operating system in a preferred embodiment is stored in flash memory 324 , the operating system in other embodiments is stored in read-only memory (ROM) or similar storage element (not shown). As those skilled in the art will appreciate, the operating system, device application or parts thereof may be loaded in RAM 326 or other volatile memory.
  • ROM read-only memory
  • the flash memory 324 contains programs/applications 358 for execution on the device 300 b including an address book 352 , a personal information manager (PIM) 354 , and the device state 350 . Furthermore, programs 358 and data 356 can be segregated upon storage in the flash memory 324 of the device 300 b .
  • another embodiment of the flash memory 324 utilizes a storage allocation method such that a program 358 is allocated additional space in order to store data associated with such program.
  • Other known allocation methods exist in the art and those persons skilled in the art will appreciate additional ways to allocate the memory of the device 300 b.
  • the device 300 b is pre-loaded with a limited set of programs that enable it to operate on the communication network 319 .
  • Another program that can be preloaded is a PIM 354 application that has the ability to organize and manage data items including but not limited to email, calendar events, voice messages, appointments and task items.
  • memory 324 is allocated for use by the PIM 354 for the storage of associated data.
  • the information that PIM 354 manages is seamlessly integrated, synchronized and updated through the communication network 319 with a user's corresponding information on a remote computer (not shown).
  • the synchronization in another embodiment, can also be performed through the serial port 330 or other short-range communication subsystem 340 .
  • Other applications may be installed through connection with the wireless network 319 , serial port 330 or via other short-range communication subsystems 340 .
  • the device 300 b When the device 300 b is enabled for two-way communication within the wireless communication network 319 , it can send and receive signals from a mobile communication service.
  • Examples of communication systems enabled for two-way communication include, but are not limited to, the GPRS (General Packet Radio Service) network, the UMTS (Universal Mobile Telecommunication Service) network, the EDGE (Enhanced Data for Global Evolution) network, and the CDMA (Code Division Multiple Access) network and those networks generally described as packet-switched, narrowband, data-only technologies mainly used for short burst wireless data transfer.
  • the electronic device 300 b must be properly enabled to transmit and receive signals from the communication network 319 .
  • Other systems may not require such identifying information.
  • a GPRS, UMTS, and EDGE require the use of a SIM (Subscriber Identity Module) in order to allow communication with the communication network 319 .
  • SIM Subscriber Identity Module
  • RUIM Removable Identity Module
  • the RUIM and SIM card can be used in multiple different electronic devices 300 b .
  • the electronic device 300 b may be able to operate some features without a SIM/RUIM card, but it will not be able to communicate with the network 319 .
  • the electronic device 300 b will be enabled to work with special services, such as “911” emergency, without a SIM/RUIM or with a non-functioning SIM/RUIM card.
  • a SIM/RUIM interface 344 located within the device allows for removal or insertion of a SIM/RUIM card (not shown). This interface 344 can be configured like that of a disk drive or a PCMCIA slot or other known attachment mechanism in the art.
  • the SIM/RUIM card features memory and holds key configurations 351 , and other information 353 such as identification and subscriber related information.
  • the SIM/RUIM card features memory and holds key configurations 351 , and other information 353 such as identification and subscriber related information.
  • a SIM/RUIM card can be enabled to store information about the user including identification, carrier and address book information. With a properly enabled electronic device 300 b , two-way communication between the electronic device 300 b and communication network 319 is possible.
  • the two-way communication enabled device 300 b is able to both transmit and receive information from the communication network 319 .
  • the transfer of data can be from the device 300 b or to the device 300 b .
  • the device 300 b in a preferred embodiment is equipped with an integral or internal antenna 318 for transmitting signals to the communication network 319 .
  • the electronic device 300 b in the preferred embodiment is equipped with another antenna 316 for receiving communication from the communication network 319 .
  • These antennae ( 316 , 318 ) in another preferred embodiment are combined into a single antenna (not shown).
  • the antenna or antennae ( 316 , 318 ) in another embodiment are externally mounted on the device 300 b.
  • the electronic device 300 b When equipped for two-way communication, the electronic device 300 b features a communication subsystem 311 . As is well known in the art, this communication subsystem 311 is modified so that it can support the operational needs of the device 300 b .
  • the subsystem 311 includes a transmitter 314 and receiver 312 including the associated antenna or antennae ( 316 , 318 ) as described above, local oscillators (LOs) 313 , and a processing module 320 that in a preferred embodiment is a digital signal processor (DSP) 320 .
  • DSP digital signal processor
  • a signal received by the electronic device 300 b is first received by the antenna 316 and then input into a receiver 312 , which in a preferred embodiment is capable of performing common receiver functions including signal amplification, frequency down conversion, filtering, channel selection and the like, and analog to digital (A/D) conversion.
  • the A/D conversion allows the DSP 320 to perform more complex communication functions such as demodulation and decoding on the signals that are received by DSP 320 from the receiver 312 .
  • the DSP 320 is also capable of issuing control commands to the receiver 312 .
  • An example of a control command that the DSP 320 is capable of sending to the receiver 312 is gain control, which is implemented in automatic gain control algorithms implemented in the DSP 320 .
  • the electronic device 300 b is capable of transmitting signals to the communication network 319 .
  • the DSP 320 communicates the signals to be sent to the transmitter 314 and further communicates control functions, such as the above described gain control.
  • the signal is emitted by the device 300 b through an antenna 318 connected to the transmitter 314 .
  • device 300 b communication with the wireless network 319 can be any type of communication that both the wireless network 319 and device 300 b are enabled to transmit, receive and process. In general, these can be classified as voice and data.
  • Voice communication is communication in which signals for audible sounds are transmitted by the device 300 b through the communication network 319 .
  • Data is all other types of communication that the device 300 b is capable of performing within the constraints of the wireless network 319 .
  • voice transmissions that originate from the electronic device 300 b enter the device 300 b though a microphone 336 .
  • the microphone 336 communicates the signals to the microprocessor 338 for further conditioning and processing.
  • the microprocessor 338 sends the signals to the DSP 320 which controls the transmitter 314 and provides the correct signals to the transmitter 314 .
  • the transmitter 314 sends the signals to the antenna 318 , which emits the signals to be detected by a communication network 319 .
  • the receiver 312 obtains a signal from the receiving antenna 316 that is a voice signal, it is transmitted to the DSP 320 which further sends the signal to the microprocessor 338 .
  • the microprocessor 338 provides a signal to the speaker 334 of the device 300 b and the user can hear the voice communication that has been received.
  • the device 300 b in a preferred embodiment is enabled to allow for full duplex voice transmission.
  • the voice transmission may be received by the electronic device 300 b and translated as text to be shown on the display screen 322 of the electronic device 300 b .
  • the electronic device 300 b is also capable of retrieving messages from a voice messaging service operated by the communication network operator.
  • the device 300 b displays information in relation to the voice message, such as the number of voice messages or an indication that a new voice message is present on the operating system.
  • the display 322 of the electronic device 300 b provides an indication about the identity of an incoming call, duration of the voice communication, telephone number of the communication device, call history, and other related information.
  • the electronic device 300 b and communication network 319 can be enabled to transmit, receive and process data.
  • data communication that occurs over the communication network 319 includes electronic mail (email) messages.
  • email is text based, but can also include other types of data such as picture files, attachments and html. While these are given as examples, other types of messages are considered within the scope of this disclosure as well.
  • the email When the email originates from a source outside of the device and is communicated to the device 300 b , it is first received by the receiving antenna 316 and then transmitted to the receiver 312 . From the receiver 312 , the email message is further processed by the DSP 320 , and it then reaches the microprocessor 338 . The microprocessor 338 executes instructions as indicated from the relevant programming instructions to display, store or process the email message as directed by the program. In a similar manner, once an email message has been properly processed by the microprocessor 338 for transmission to the communication network 319 , it is first sent to the DSP 320 , which further transmits the email message to the transmitter 314 .
  • the transmitter 314 processes the email message and transmits it to the transmission antenna 318 , which broadcasts a signal to be received by a communication network 319 . While the above has been described generally, those skilled in this art will appreciate those modifications which are necessary to enable the electronic device 300 b to properly transmit the email message over a given communication network 319 .
  • the email message may instead be transmitted from the device 300 b via a serial port 330 , another communication port 340 , or other wireless communication ports 340 .
  • the user of the device 300 b can generate a message to be sent using the keyboard 332 and/or auxiliary I/O 328 , and the associated application to generate the email message.
  • the user may execute a send command which directs the email message from the electronic device 300 b to the communication network 319 .
  • a keyboard 332 preferably an alphanumeric keyboard, is used to compose the email message.
  • an auxiliary I/O device 328 is used in addition to the keyboard 332 .
  • the data is placed appropriately within the operating system of the device 300 b . This might involve presenting a message on the display 322 which indicates the data has been received or storing it in the appropriate memory 324 on the device 300 b .
  • a downloaded application such as a game will be placed into a suitable place in the flash memory 324 of the device 300 b .
  • the operating system of the device 300 b will also allow for appropriate access to the new application as downloaded.
  • a handheld communication device is a handheld electronic device 300 a , 300 b which is capable of communicating with a communications network which can be data, voice, or combination thereof.

Abstract

A method and hierarchical menu is provided for displaying on the screen of a handheld electronic device an extended menu or a short menu, which is a subset of the corresponding extended menu. The method includes displaying a page on a screen and receiving an ambiguous request/selection when no menu is displayed. In response to the ambiguous selection, a short menu corresponding to the displayed page is displayed on the screen. Various short menus are provided with their respective menu items being dependent and adjustable based upon the position of a cursor on the displayed page, the currently opened application, and/or the previous selections. Further, a selection from the short menu is capable of displaying the extended menu corresponding thereto.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • The present application claims the benefit of U.S. Provisional Application Nos. 60/773,145, 60/773,798, 60/773,799, and 60/773,800 filed Feb. 13, 2006, Feb. 14, 2006, Feb. 14, 2006, and Feb. 14, 2006, respectively. Said applications are expressly incorporated herein by reference in their entirety.
  • FIELD
  • The present disclosure generally relates to the user interface of software applications, and more particularly, to a hierarchical in-place menu that replaces parent menus with submenus.
  • BACKGROUND
  • Most conventional application programs are menu-driven as opposed to being command-driven. Menu-driven applications provide a list of possible commands or options from which a user may choose, while command-driven applications require users to enter explicit commands. Thus, menu-driven applications are generally easier for the average user to learn than are command-driven applications. Menus are typically implemented as a list of textual or graphical choices (i.e., menu items) from which a user can choose. Thus, menus allow a user to select a menu item, for example, by pointing to the item with a mouse and then clicking on the item. Examples of other methods of selecting menu items include highlighting an item and then hitting the “return” key or “enter” key, and pressing on a menu item through a touch-sensitive screen.
  • One particularly useful type of menu is a hierarchical menu. An example of a conventional hierarchical menu 100 is illustrated in FIG. 1. As shown in FIG. 1, hierarchical menus 100 typically present a parent menu 115 that has selectable menu items. The selection of each menu item normally causes another menu, or submenu 116 to be displayed next to the currently displayed menu. The submenu 116 has additional menu choices that are related to the selected parent menu item which results in the display of the submenu. The depth of a hierarchical menu can extend in this manner to many levels of submenus (shown as four levels in FIG. 1).
  • The example menu shown in FIG. 1 illustrates how conventional hierarchical menus 100 generally lay out from left to right across a display screen as menu choices are selected. This menu format provides various advantages such as retaining previous and current menus on the display screen at the same time. This provides a historical menu map as menu selections are made and their corresponding submenus are displayed across the screen. Users can therefore review previous menu selections that have been made while progressing to the most recently displayed menu, making it easier to move between different menu items and different menu levels.
  • Although such hierarchical menus provide useful advantages, there are scenarios in which their use is impracticable. One such scenario is when hierarchical menus are used on devices having small display screens. The problems presented when attempting to implement conventional hierarchical menus on small-screen devices have generally discouraged the use of hierarchical menus with such devices. FIG. 2 illustrates an example of how the hierarchical menu 100 of FIG. 1 may appear on the display screen of a small-screen device, for example, a PDA 300 a.
  • As indicated above, hierarchical menus generally lay out across the display screen from left to right. On small-screen devices where the room on the screen is not wide enough to accommodate all of the menus, the menus often lay out across the screen in both directions, from left to right and back again. In this scenario, the menus typically begin to overlap one another, creating various problems. One problem is that the overlapping menus can be confusing to the user, as FIG. 2 illustrates. Overlapping menus can make it difficult for a user to discern previous menu selections which can, in turn, make it difficult to determine how to return to previous menus to make different menu selections. Thus, one of the intended benefits of a hierarchical menu can be undermined when the hierarchical menu is implemented on a small-screen device.
  • Overlapping menus can also create problems with small-screen devices (as well as others) that employ pen-based or stylus-based touch-sensitive screens. With such devices, it is often difficult to maintain contact continuity between menus on the screen when the menus are overlapping. In other words, it is easy to move off of menus with small-screen, touch-based devices. If continuity is lost when moving from one menu to another, menus will often disappear from the screen, causing the user to have to go back and reactivate the menu from a prior menu. This problem becomes worse when using pen-based devices that “track”. In the present context, the terminology of “tracking” is used to indicate a situation in which a cursor on the screen follows (tracks) the movement of the pen as the pen moves over the screen even though the pen is not touching the screen. Tracking is lost if the pen is pulled too far away from the screen. Thus, pen-based devices that “track” tend to lose more menus when hierarchical menus are employed.
  • One method of addressing this issue involves displaying submenus in place of a parent menu, and vice versa, when the appropriate menu items are selected from within the parent menus and submenus. FIG. 5 illustrates an exemplary hierarchical in-place menu 500. The dashed lines 506 of FIG. 5 are intended to indicate that each of the menus 502, 504, 510 and 512 of the hierarchical in-place menu 500 are displayed separately from or “in place” of one another. Like a typical hierarchical menu, the depth of a hierarchical in-place menu 500 can extend in this manner to many levels of submenus such as second, third, fourth and fifth levels, with submenus being parent menus to other submenus. Parent menu items selected from within parent menus are displayed within submenus as links back to previous parent menus and are separated from that submenu's items by a divider 514. For example, parent menu item “Launch App” shown in parent menu 502 includes a forward pointer 508 that indicates a submenu will replace parent menu 502 upon selection of “Launch App” from within parent menu 502. In each of the submenus 504, 510 and 512, “Launch App” has a backward pointing arrow to allow going back to a previous menu in the hierarchy.
  • However, another disadvantage of hierarchical menus in general is the number of menu items presented in each menu. Each of the menus provides the full complement of available menu items. This can be overwhelming for a novice user and irritating to an experienced user. This problem is exacerbated to an extent by the addition of a hierarchical history of parent menus added to the list.
  • Another approach to the problem of dealing with a full or extended menu, which lists all available menu items at that particular level uses a radio communication device that provides an extended menu and a short menu that is a subset of the extended menu and the ability to select between the two. The short menu is a dynamic menu that is built by the user by selecting menu items from the corresponding extended menu to include in the short menu.
  • A disadvantage of this approach is that the novice user will be further overwhelmed with having to build the various short menus. The experienced user may be disinclined from having to go through the initial set-up procedure of the short menus.
  • Another disadvantage of a hierarchical menu system is the requirement of proceeding through each menu of the hierarchy to reach the desired action or menu item. This process adds various steps that can frustrate users, due to the lack of intuitiveness to getting from point A to point B from the user's point of view.
  • Accordingly, as the demand for small-screen devices capable of running increasingly complex applications continues to grow, the need exists for a way to implement hierarchical menus that overcomes the various disadvantages with conventional hierarchical menus.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Exemplary methods and arrangements conducted and configured according to the advantageous solutions presented herein are depicted in the accompanying drawings where in:
  • FIG. 1 illustrates one type of hierarchical menu;
  • FIG. 2 illustrates an attempt at implementing the hierarchical menu of FIG. 1 on a small-screen computing device;
  • FIG. 3 a illustrates various examples of computing devices that are suitable environments in which to implement embodiments of hierarchical menus;
  • FIG. 3 b illustrates an exemplary QWERTY keyboard layout;
  • FIG. 3 c illustrates an exemplary QWERTZ keyboard layout;
  • FIG. 3 d illustrates an exemplary AZERTY keyboard layout;
  • FIG. 3 e illustrates an exemplary Dvorak keyboard layout;
  • FIG. 3 f illustrates a QWERTY keyboard layout paired with a traditional ten-key keyboard;
  • FIG. 3 g illustrates ten digits comprising the numerals 0-9 arranged as on a telephone keypad, including the * and # astride the zero;
  • FIG. 3 h illustrates a numeric phone key arrangement according to the ITU Standard E.161 including both numerals and letters;
  • FIG. 3 j is a front view of an exemplary handheld electronic device including a full QWERTY keyboard;
  • FIG. 3 k is a front view of another exemplary handheld electronic device including a full QWERTY keyboard;
  • FIG. 3 m is a front view of an exemplary handheld electronic device including a reduced QWERTY keyboard;
  • FIG. 3 n is an elevational view of the front face of another exemplary handheld electronic device including a reduced QWERTY keyboard;
  • FIG. 3 p is a detail view of an alternative reduced QWERTY keyboard;
  • FIG. 3 r is a detail view of the reduced QWERTY keyboard of device of FIG. 15;
  • FIG. 4 illustrates an exemplary embodiment of a computer in the form of a PDA that is suitable for implementing a hierarchical menu;
  • FIG. 5 illustrates a hierarchical menu implemented on a computer such as a PDA;
  • FIGS. 6 a-6 g illustrate an embodiment of a hierarchical menu implemented on a computer such as a handheld electronic device;
  • FIG. 7 illustrates an embodiment of a hierarchical menu (short menu) implemented on a computer such as a handheld electronic device;
  • FIG. 8 illustrates an embodiment of a method for implementing a hierarchical menu with ambiguous selection on a computer device such as a handheld electronic device, for example, a PDA or other similar device having a small display screen;
  • FIG. 9 illustrates an embodiment of a computing environment suitable for implementing an exemplary computer as shown in FIG. 3;
  • FIG. 10 a is a perspective view of a handheld electronic device cradled in a user's hand;
  • FIG. 10 b is an exploded perspective view of an exemplary wireless handheld electronic device incorporating a trackball assembly as the auxiliary user input; and
  • FIG. 11 is a block diagram representing a wireless handheld electronic device interacting in a communication network.
  • DETAILED DESCRIPTION
  • As intimated hereinabove, one of the more important aspects of the handheld electronic device to which this disclosure is directed is its size. While some users will grasp the device in both hands, it is intended that a predominance of users will cradle the device in one hand in such a manner that input and control over the device can be affected using the thumb of the same hand in which the device is held. Therefore the size of the device must be kept relatively small; of its dimensions, limiting the width of the device is most important with respect to assuring cradleability in a user's hand. Moreover, it is preferred that the width of the device be maintained at less than ten centimeters (approximately four inches). Keeping the device within these dimensional limits provides a hand cradleable unit that users prefer for its useability and portability. Limitations with respect to the height (length) of the device are less stringent with importance placed on maintaining device hand-cradleablability. Therefore, in order to gain greater size, the device can be advantageously configured so that its height is greater than its width, but still remain easily supported and operated in one hand.
  • A potential problem is presented by the small size of the device in that there is limited exterior surface area for the inclusion of user input and device output features. This is especially true for the “prime real estate” of the front face of the device where it is most advantageous to include a display screen that outputs information to the user and which is preferably above a keyboard utilized for data entry into the device by the user. If the screen is provided below the keyboard, a problem occurs in being able to see the screen while inputting data. Therefore it is preferred that the display screen be above the input area, thereby solving the problem by assuring that the hands and fingers do not block the view of the screen during data entry periods.
  • To facilitate textual data entry, an alphabetic keyboard is provided. In one version, a full alphabetic keyboard is utilized in which there is one key per letter. This is preferred by some users because it can be arranged to resemble a standard keyboard with which they are most familiar. In this regard, the associated letters can be advantageously organized in QWERTY, QWERTZ or AZERTY layouts, among others, thereby capitalizing on certain users' familiarity with these special letter orders. In order to stay within the bounds of a limited front surface area, however, each of the keys must be commensurately small when, for example, twenty-six keys must be provided in the instance of the English language. An alternative configuration is to provide a reduced keyboard in which at least some of the keys have more than one letter associated therewith. This means that fewer keys can be included which makes it possible for those fewer keys to each be larger than in the instance when a full keyboard is provided on a similarly dimensioned device. Some users will prefer the solution of the larger keys over the smaller ones, but it is necessary that software or hardware solutions be provided in order to discriminate which of the several associated letters the user intends based on a particular key actuation; a problem the full keyboard avoids. Preferably, this character discrimination is accomplished utilizing disambiguation software accommodated within the device. As with the other software programs embodied within the device, a memory and microprocessor are provided within the body of the handheld unit for receiving, storing, processing, and outputting data during use. Therefore, the problem of needing a textual data input means is solved by the provision of either a full or reduced alphabetic keyboard on the presently disclosed handheld electronic device.
  • Keys, typically of a push-button or push-pad nature, perform well as data entry devices but present problems to the user when they must also be used to affect navigational control over a screen-cursor. In order to solve this problem the present handheld electronic device preferably includes an auxiliary input that acts as a cursor navigational tool and which is also exteriorly located upon the front face of the device. Its front face location is particularly advantageous because it makes the tool easily thumb-actuable like the keys of the keyboard. A particularly usable embodiment provides the navigational tool in the form of a trackball which is easily utilized to instruct two-dimensional screen cursor movement in substantially any direction, as well as act as an actuator when the ball of the trackball is depressible like a button. The placement of the trackball is preferably above the keyboard and below the display screen; here, it avoids interference during keyboarding and does not block the user's view of the display screen during use.
  • In some configurations, the handheld electronic device may be standalone in that it is not connectable to the “outside world.” One example would be a PDA that stores such things as calendars and contact information, but is not capable of synchronizing or communicating with other devices. In most situations such isolation will be detrimentally viewed in that at least synchronization is a highly desired characteristic of handheld devices today. Moreover, the utility of the device is significantly enhanced when connectable within a system, and particularly when connectable on a wireless basis in a system in which both voice and text messaging are accommodated.
  • In one respect, the present disclosure is directed toward a method for displaying an abbreviated menu on the screen of a handheld electronic device, variously configured as described above, at the request of the user. Typical examples of such devices include PDAs, mobile telephones and multi-mode communicator devices such as those capable of transmitting both voice and text messages such as email. The method includes displaying a cursor-navigable page on a screen of a handheld electronic device. One example would be the text of an email message. Next, the user initiates an ambiguous request for the display of menu options corresponding to the displayed page while a cursor is positioned at a location on the page that is not visually signified for menu display actuation. For instance, with the screen cursor positioned upon the body of the email message, but where there is no visual indicator that the location is one which will cause a menu to be displayed if actuated, an action is taken such as pressing a button on the device that indicates the user's desire to take an action with respect to the displayed page (email message). There are several actions which might be taken with respect to the email message, but none has been specified; therefore, the request is termed ambiguous. Responsively, the device, under the control of an included microprocessor, displays a short menu having a first list of menu items which is a subset of a second list of menu items that make up an extended menu associated with the displayed page. This first list of menu items has been assessed a higher probability for being user-selected or desired than at least some of the remaining items of the second list. This means that there is a long list (the second list) of actions that might be taken when the email message is displayed, but there is a short subset (the first list) of this long list which has been assessed to be more frequently selected/desired, so it is this short listing of selectable actions that is displayed in response to the user's ambiguous request.
  • In at least one version of the device, the user's ambiguous request is made through an auxiliary user input device on the handheld electronic device. One example of the auxiliary user input device is a navigation tool that controls movement of the cursor on the screen of the handheld electronic device, such as a trackball.
  • The device may also include an input that issues non-ambiguous request to display the extended menu associated with the displayed page, and which may be simply constituted by an actuable button or the like.
  • In order to facilitate usability, it is also contemplated that selectable items on the short listing can include choices to expand the short menu to the extended menu, or to close the short menu. In order to reinforce the commonality between the extended menu choice on the short list and the dedicated dedicated push-button for the long list, each is marked with a similar insignia.
  • In order to take full advantage of the small screen of the handheld device, the short menu is displayed on the screen in place of the displayed page, and preferably fills a substantial entirety of the screen.
  • As intimated above, the handheld electronic device can take the form of a wireless handheld communication device that transmits data to, and receives data from a communication network utilizing radio frequency signals. By way of example and not limitation, the data transmitted between the handheld electronic device and the communication network might exemplarily support voice and textual messaging.
  • To further enhance usability, the handheld electronic device can be sized to be cradled in the palm of a user's hand. Owing to this small size, the device can be easily grasped by a user and cradled in the palm of the hand. In at least one configuration, the size of the device is sufficiently small to allow the user to use only fingers and/or thumbs (digits) of the same hand within which the device is grasped to input data.
  • In order to achieve comfortable cradling and still provide sufficient “real estate” for the necessary inputs and displays, the device can be advantageously longer than it is wide. This is because it is the width of the device that primarily impacts the fit of the device in a user's hand. To that end, the handheld electronic device preferably measures between approximately two and three inches.
  • The device also carries a keyboard suitable for accommodating textual input, and in a preferred embodiment, the navigation tool is located essentially between the keyboard and the screen of the handheld electronic device. In one version, a full keyboard is provided that includes a plurality of keys with which alphabetic letters are associated, one letter per key. In the instance of the English language, the means at least twenty-six keys for the twenty-six letter of the alphabet. Alternatively, the keyboard may be of a reduced configuration in which at least a portion of the individual keys have multiple letters associated therewith. This means that for the English language, fewer than twenty-six letter keys will be included in such a reduced keyboard example.
  • Benefits of the disclosed hierarchical menu system include the ability to implement a hierarchical menu on devices having varying screen sizes, including small-screen devices. The disclosed hierarchical menu permits the display of one menu at a time. In an almost intuitive manner, the methods disclosed allow the user to make an ambiguous selection to directly open a particular item on a displayed page or to display a short menu of items typically used with a displayed page. This reduces user confusion and enhances usability of the system. By using a “menu” item on the short menu or a “menu” key, the user always has the option to view the extended menu associated with the displayed page. By using a “back” menu item or key, the user can navigate to previously displayed menus within the string of historically selected without cluttering the displayed menus with such historical items.
  • FIG. 3 a shows various examples of computers 300 that are suitable environments in which to implement hierarchical menus. A computer 300 is typically capable of performing common computing functions, such as email, calendaring, task organization, word processing, Web browsing, and so on. Computer 300 may run an open platform operating system, such as the Windows® brand operating systems from Microsoft®. Computer 300 may be implemented as any one of various computing devices that has a display screen and supports a GUI (graphical user interface). Such computing devices can include, for example, cell phones, PDAs and other handheld electronic devices, pen-based and/or touch-based computers with touch-sensitive screens, notebooks, laptops, desktops, workstations, server and mainframe computers that include displays, and the like. One exemplary implementation of computer 300 is described in more detail below with reference to FIG. 9.
  • In the embodiments described below, computer 300 is generally discussed as being implemented as a small-screen, handheld electronic device such as, for example, a cell phone, or a PDA (personal digital assistant). Such devices generally provide more limited computing capabilities than a typical personal computer, such as information storage and retrieval capabilities for personal or business use, including keeping schedule calendars and address book information. Such devices usually offer some version of an operating system and various applications. Thus, a computer 300 implemented as a small-screen, handheld electronic device include email, phone, SMS (short message service), IM (instant messaging), organizer and Web applications.
  • FIGS. 2 and 4 illustrate an exemplary embodiment of a computer 300 a suitable for implementing an embodiment of hierarchical menu with ambiguous selection. Computer 300 a is implemented generally as a small-screen device such as a PDA 300 a (personal digital assistant) in the exemplary embodiments of FIGS. 2 and 4.
  • PDA 300 a includes a processor 400, a volatile memory 402 (i.e., RAM), and a nonvolatile memory 404 (e.g., ROM, hard disk, floppy disk, CD-ROM, etc.). Nonvolatile memory 404 generally provides storage of computer/processor-readable instructions, data structures, program modules and other data for PDA 300 a. PDA 300 a may also include various input/output 406 devices. Examples of input device 406 (not shown) can include a mouse or trackball for moving a cursor and making selections, a touch-sensitive display screen, a stylus pen for making menu input selections on a touch-sensitive display screen displaying menu options and/or soft buttons of a GUI (graphical user interface), hard buttons on the PDA 300 a structure, and so on. Output device 406 examples (not shown) can include a display screen, a touch-sensitive display screen, an audio speaker, and so on.
  • PDA 300 a implements an operating system (OS) 408 on processor 400 from volatile memory 402. The OS 408 is stored in memory 404 and initially loaded from memory 404 into volatile memory 402 by a boot program (not shown). The OS 408 is generally configured to manage other application programs 410 that are also stored in memory 404 and executable on processor 400 from volatile memory 402. The OS 408 honors requests for services made by application programs 410 through predefined application program interfaces (APIs). More specifically, the OS 408 typically determines the order in which multiple applications 410 execute on processor 400 and the execution time allotted for each application 410, manages the sharing of memory 402 among multiple applications 410, handles input and output to and from attached hardware devices (e.g., hard disks, printers, dial-up ports), and so on. In addition, users can typically interact directly with the OS 408 through a user interface such as a command language or graphical user interface.
  • PDA 300 a typically implements various application programs 410 stored in memory 404 and executable on processor 400. Such applications 410 might include software programs implementing, for example, word processors, spread sheets, browsers, file share programs, database management systems (DBMS), peer-to-peer applications, multimedia players, computer-aided design tools and the like. Most applications 410 are menu-driven programs that provide a list of possible commands or options from which a user may choose in order to implement various application functions on the PDA 300 a.
  • The manner in which menu selections are made often depends upon the particular type of computer device 300 running an application 410. For example, entering a menu selection on a computer 300 (for example, a desktop computer) that has a mouse as an input device 406 may occur by pointing to a menu item with a mouse and then clicking on the item. Many small-screen computing devices 300, such as PDA 300 a of FIG. 4, implement GUIs (graphical user interfaces) on touch-sensitive screens through which menu selections can be made by pressing a pen or stylus to desired menu choices. Other methods of selecting menu items include, for example, highlighting menu items and then hitting the “return” key or “enter” key. Yet other methods of selecting menu items include depressing or clicking a navigation tool like a trackball or trackwheel.
  • The menuing task is generally performed by a menuing subsystem of an operating system executing on a computer 300. Accordingly, as illustrated in PDA 300 a of the FIG. 4 embodiment, a “hierarchical menu with ambiguous selection module” 412 is implemented as part of operating system 408. In general, the menu module 412 is configured to receive menu calls from various applications 410 and to service those calls by displaying a menu on a display screen according to the parameters provided by the application 410 making the menu call. The menu module 412 also manages menu selections made under a GUI 414 supported by operating system 408. Although modules 412 and 414 are illustrated as being part of operating system 408, it is noted that such modules might also function as stand-alone modules stored in memory 404 and executable on processor 400. In general, although the functioning of modules 412 and 414 as part of operating system 408 is preferred, it is not intended as a limitation regarding their implementation by a computer 300.
  • In addition to managing typical menuing functions, the “hierarchical menu with ambiguous selection module” 412 implements a hierarchical menu in accordance with application programs 410 that support hierarchical menus. Thus, for applications 410 designed to provide hierarchical menus, menu module 412 is configured to implement those hierarchical menus as hierarchical menus with ambiguous selection. The implementation of a hierarchical menu as a hierarchical menu with ambiguous selection can occur automatically for any application making a hierarchical menu call to operating system 408, or it can occur based on a specific request from an application 410 to implement the hierarchical menu as a hierarchical menu with ambiguous selection. Thus, small-screen computer device manufacturers can configure devices to automatically provide hierarchical menus with ambiguous selection for application developers. This enables application developers to design hierarchical menus, both extended and short menus, in a typical manner without making any changes to their application source code. Alternatively, small-screen computer device manufacturers can configure devices to provide hierarchical menus with ambiguous selection by default, or upon request for application developers. This enables application developers to design hierarchical menus in a typical manner and further allows them to determine if application menus will be implemented as hierarchical menus with ambiguous selection by making a simple selection through their application source code to identify what action should occur in response to an ambiguous selection and populate short menus with preferably those actions, tasks or other commands most commonly used for such displayed page on the screen.
  • FIGS. 3 j, 3 k, 3 m, 3 n and 10 a (discussed later herein) illustrate exemplary embodiments of a computer in the form of various handheld electronic devices that are suitable for implementing embodiments of a hierarchical menu. Additionally, FIGS. 3 b-3 h, 3 p and 3 r illustrate various keyboard layouts that can be used on such devices.
  • The computer 300 in the form of a handheld electronic device includes an input portion and an output display portion. The output display portion can be a display screen, such as an LCD or other similar display device.
  • The input portion includes a plurality of keys that can be of a physical nature such as actuable buttons or they can be of a software nature, typically constituted by virtual representations of physical keys on a display screen (referred to herein as “software keys”). It is also contemplated that the user input can be provided as a combination of the two types of keys. Each key of the plurality of keys has at least one actuable action which can be the input of a character, a command or a function. In this context, “characters” are contemplated to exemplarily include alphabetic letters, language symbols, numbers, punctuation, insignias, icons, pictures, and even a blank space. Input commands and functions can include such things as delete, backspace, moving a cursor up, down, left or right, initiating an arithmetic function or command, initiating a command or function specific to an application program or feature in use, initiating a command or function programmed by the user and other such commands and functions that are well known to those persons skilled in the art. Specific keys or other types of input devices can be used to navigate through the various applications and features thereof. Further, depending on the application or feature in use, specific keys can be enabled or disabled.
  • In the case of physical keys, all or a portion of the plurality of keys have one or more indicia displayed at their top surface and/or on the surface of the area adjacent the respective key, the particular indicia representing the character(s), command(s) and/or function(s) typically associated with that key. In the instance where the indicia of a key's function is provided adjacent the key, it is understood that this may be a permanent insignia that is, for instance, printed on the device cover beside the key, or in the instance of keys located adjacent the display screen, a current indicia for the key may be temporarily shown nearby the key on the screen.
  • In the case of software keys, the indicia for the respective keys are shown on the display screen, which in one embodiment is enabled by touching the display screen, for example, with a stylus to generate the character or activate the indicated command or function. Such display screens may include one or more touch interfaces, including a touchscreen. A non-exhaustive list of touchscreens includes, for example, resistive touchscreens, capacitive touchscreens, projected capacitive touchscreens, infrared touchscreens and surface acoustic wave (SAW) touchscreens.
  • Physical and software keys can be combined in many different ways as appreciated by those skilled in the art. In one embodiment, physical and software keys are combined such that the plurality of enabled keys for a particular application or feature of the handheld electronic device is shown on the display screen in the same configuration as the physical keys. Thus, the desired character, command or function is obtained by depressing the physical key corresponding to the character, command or function displayed at a corresponding position on the display screen, rather than touching the display screen. To aid the user, indicia for the characters, commands and/or functions most frequently used are preferably positioned on the physical keys and/or on the area around or between the physical keys. In this manner, the user can more readily associate the correct physical key with the character, command or function displayed on the display screen.
  • The various characters, commands and functions associated with keyboard typing in general are traditionally arranged using various conventions. The most common of these in the United States, for instance, is the QWERTY keyboard layout. Others include the QWERTZ, AZERTY, and Dvorak keyboard configurations of the English-language alphabet.
  • The QWERTY keyboard layout is the standard English-language alphabetic key arrangement 44, as shown in FIG. 3 b. In this configuration, Q, W, E, R, T and Y are the letters on the top left, alphabetic row. It was designed by Christopher Sholes, who invented the typewriter. The keyboard layout was organized by him to prevent people from typing too fast and jamming the keys. The QWERTY layout was included in Sholes U.S. Pat. No. 207,559 as filed in 1875.
  • The QWERTZ keyboard layout is normally used in German-speaking regions. This alphabetic key arrangement 44 is shown in FIG. 3 c. In this configuration, Q, W, E, R, T and Z are the letters on the top left, alphabetic row. It differs from the QWERTY keyboard layout by exchanging the “Y” with a “Z”. This is because “Z” is a much more common letter than “Y” in German and the letters “T” and “Z” often appear next to each other in the German language.
  • The AZERTY keyboard layout is normally used in French-speaking regions. This alphabetic key arrangement 44 is shown in FIG. 3 d. In this configuration, A, Z, E, R, T and Y are the letters on the top left, alphabetic row. It is similar to the QWERTY layout, except that the letters Q and A are swapped, the letters Z and W are swapped, and the letter M is in the middle row instead of the bottom one.
  • The Dvorak keyboard layout was designed in the 1930s by August Dvorak and William Dealey. This alphabetic key arrangement 44 is shown in FIG. 3 e. It was developed to allow a typist to type faster. About 70% of words are typed on the home row compared to about 32% with a QWERTY keyboard layout, and more words are typed using both hands. It is said that in eight hours, fingers of a QWERTY typist travel about 16 miles, but only about 1 mile for the Dvorak typist.
  • Alphabetic key arrangements in full keyboards and typewriters are often presented along with numeric key arrangements. An exemplary numeric key arrangement is shown in FIGS. 3 b-3 e where the numbers 1-9 and 0 are positioned above the alphabetic keys. In another numeric key arrangement, numbers share keys with the alphabetic characters, such as the top row of the QWERTY keyboard. Yet another exemplary numeric key arrangement is shown in FIG. 3 f, where a numeric keypad 46 is spaced from the alphabetic/numeric key arrangement. The numeric keypad 46 includes the numbers “7”, “8”, “9” arranged in a top row, “4”, “5”, “6” arranged in a second row, “1”, “2”, “3” arranged in a third row, and “0” in a bottom row, consistent with what may be found on a “ten-key” computer keyboard keypad. Additionally, a numeric phone key arrangement 42 is shown in FIG. 3 g.
  • As shown in FIG. 3 g, the numeric phone key arrangement 42 may also utilize a surface treatment on the surface of the center “5” key. This surface treatment is such that the surface of the key is distinctive from the surface of other keys. Preferably the surface treatment is in the form of a raised bump or recessed dimple 43. This bump or dimple 43 is typically standard on telephones and is used to identify the “5” key through touch alone. Once the user has identified the “5” key, it is possible to identify the remainder of the phone keys through touch alone because of their standard placement. The bump or dimple 43 preferably has a shape and size that is readily evident to a user through touch. An example bump or dimple 43 may be round, rectangular, or have another shape if desired. Alternatively, raised bumps may be positioned on the housing around the “5” key and do not necessarily have to be positioned directly on the key.
  • It is desirable for handheld electronic devices 300 to include a combined text-entry keyboard and a telephony keyboard. Examples of such mobile electronic devices include mobile stations, cellular telephones, wireless personal digital assistants (PDAs), two-way paging devices, and others. Various keyboards are used with such devices depending in part on the physical size of the handheld electronic device. Some of these are termed full keyboard, reduced keyboard, and phone keypads.
  • In embodiments of a handheld electronic device having a full keyboard, only one alphabetic character is associated with each one of a plurality of physical keys. Thus, with an English-language keyboard, there are at least 26 keys in the plurality, one for each letter of the English alphabet. In such embodiments using the English-language alphabet, one of the keyboard layouts described above is usually employed, and with the QWERTY keyboard layout being the most common.
  • One device that uses a full keyboard for alphabetic characters and incorporates a combined numeric keyboard is shown in FIG. 3 j. In this device, numeric characters share keys with alphabetic characters on the top row of the QWERTY keyboard. Another device that incorporates a combined alphabetic/numeric keyboard is shown in FIG. 3 k. This device utilizes numeric characters in a numeric phone key arrangement consistent with the ITU Standard E.161, as shown in FIG. 3 g. The numeric characters share keys with alphabetic characters on the left side of the keyboard.
  • In order to further reduce the size of a handheld electronic device without making the physical keys or software keys too small, such embodiments of a handheld electronic device use a reduced keyboard, where more than one character/command/function is associated with each of at least a portion of the plurality of keys. This results in certain keys being ambiguous since more than one character is represented by or associated with the key, even though only one of those characters is typically intended by the user when activating the key.
  • Thus, certain software is contained in the processor of the handheld electronic device to determine or predict what letter or word was intended by the user. Predictive text technologies can also automatically correct common spelling errors. Predictive text methodologies often include a disambiguation engine and/or a predictive editor application. This helps facilitate easy spelling and composition, since the software is preferably intuitive software with a large word list and the ability to increase that list based on the frequency of word usage. The software preferably also has the ability to recognize character letter sequences that are common to the particular language, such as, in the case of English, words ending in “ing”. Such systems can also “learn” the typing style of the user making note of frequently used words to increase the predictive aspect of the software. With predictive editor applications, the display of the device depicts possible character sequences corresponding to the keystrokes that were entered. Typically, the most commonly used word is displayed first. The user may select other, less common words manually, or otherwise. Other types of predictive text computer programs may be utilized with the keyboard arrangement and keyboard described herein, without limitation.
  • The multi-tap method of character selection has been in use a number of years for permitting users to enter text using a touch screen device or a conventional telephone key pad such as specified under ITU E 1.161, among other devices. Multi-tap requires a user to press a key a varying number of times, generally within a limited period of time, to input a specific letter, thereby spelling the desired words of the message. A related method is the long tap method, where a user depresses the key until the desired character appears on the display out of a rotating series of letters.
  • A “text on nine keys” type system uses predictive letter patterns to allow a user to ideally press each key representing a letter only once to enter text. Unlike multi-tap which requires a user to indicate a desired character by a precise number of presses of a key, or keystrokes, the “text on nine keys” system uses a predictive text dictionary and established letter patterns for a language to intelligently guess which one of many characters represented by a key that the user intended to enter. The predictive text dictionary is primarily a list of words, acronyms, abbreviations and the like that can be used in the composition of text. Generally, all possible character string permutations represented by a number of keystrokes entered by a user are compared to the words in the predictive text dictionary and a subset of the permutations is shown to the user to allow selection of the intended character string. The permutations are generally sorted by likelihood of occurrence which is determined from the number of words matched in the predictive text dictionary and various metrics maintained for these words. Where the possible character string permutations do not match any words in the predictive text dictionary, the set of established letter patterns for a selected language can be applied to suggest the most likely character string permutations, and then require the user to input a number of additional keystrokes in order to enter the desired word.
  • The keys of reduced keyboards are laid out with various arrangements of characters, commands and functions associated therewith. In regards to alphabetic characters, the different keyboard layouts identified above are selectively used based on a user's preference and familiarity; for example, the QWERTY keyboard layout is most often used by English speakers who have become accustomed to the key arrangement.
  • FIG. 3 m shows a handheld electronic device 10 that has an example of a reduced keyboard using the QWERTY keyboard layout on a physical keyboard array of twenty keys, with five columns and four rows. Fourteen keys are used for alphabetic characters and ten keys are used for numbers. Nine of the ten numbers share a key with alphabetic characters. The “space” key and the number “0” share the same key, which is centered on the device and centered below the remainder of the numbers on the keyboard 14. The four rows include a first row 50, a second row 52, a third row 54, and a fourth row 56. The five columns include a first column 60, a second column 62, a third column 64, a fourth column 66, and a fifth column 68. Each of the keys in the first row 50, second row 52, and third row 54 is uniformly sized while the keys in the fourth, bottom row 56 have different sizes relative to one another and to the keys in the first three rows 50, 52, 54. The rows and columns are straight, although the keys in the fourth row 56 do not align completely with the columns because of their differing sizes. The columns substantially align with the longitudinal axis x-x of the device 300 b.
  • FIG. 3 n shows a handheld electronic device 300 b that has an exemplary physical keyboard array of 20 keys, with five columns and four rows. An exploded view of the keyboard is presented in FIG. 3 r. Fourteen keys on the keyboard 14 are associated with alphabetic characters and ten keys are associated with numbers. The four rows include a first row 50, a second row 52, a third row 54, and a fourth row 56. The five columns include a first column 60, a second column 62, a third column 64, a fourth column 66, and a fifth column 68. Many of the keys have different sizes than the other keys, and the rows are non-linear. In particular, the rows are V-shaped, with the middle key in the third column 64 representing the point of the V. The columns are generally straight, but the outer two columns 60, 62, 66, 68 angle inwardly toward the middle column 64. To readily identify the phone user interface (the second user interface), the numeric phone keys 0-9 include a color scheme that is different from that of the remaining keys associated with the QWERTY key arrangement. In this example, the color scheme of the numeric phone keys has a two-tone appearance, with the upper portion of the numeric keys being a first color and the lower portion of the numeric keys being a second color. As depicted, the upper portion of the keys is white with blue letters and the lower portion of the keys is blue with white letters. Most of the remaining keys associated with the QWERTY key arrangement are predominantly the second, blue color with white lettering. The first color may be lighter than the second color, or darker than the second color. In addition, the keyboard 14 includes a “send” key 6 and an “end” key 8. The “send” key 6 is positioned in the upper left corner of the keyboard 14 and the “end” key 8 is positioned in the upper right corner. The “send” key 6 and “end” key 8 may have different color schemes than the remainder of the keys in order to distinguish them from other keys. In addition, the “send” and “end” keys 6, 8 may have different colors from one another. In the example shown, the “send” key 6 is green and the “end” key 8 is red. Different colors may be utilized, if desired.
  • FIG. 3 p shows a similar format for the reduced QWERTY arrangement of alphabetic characters 44 as presented in FIG. 3 m, but the numeric phone key arrangement 42 is positioned in the first 60, second 62, and third 64 columns instead of being centered on the keyboard 14. The first row 50 of keys includes in order the following key combinations for the text entry and telephony mode: “QW/1”, “ER/2”, “TY/3”, “UI”, and “OP”. The second row 52 includes the following key combinations in order: “AS/4”, “DF/51”, “GH/6”, “JK/,”, and “L/.”. The third row 54 includes the following key combinations in order: “ZX/7”, “CV/8”, “BN/9”, “M/sym” and “backspace/delete”. The fourth row 56 includes the following key combinations in order: “next/*”, “space/0”, “shift/#”, “alt” and “return/enter”. The keys in each of the rows are of uniform size and the rows and columns are straight.
  • Another embodiment of a reduced alphabetic keyboard is found on a standard phone keypad. Most handheld electronic devices having a phone key pad also typically include alphabetic key arrangements overlaying or coinciding with the numeric keys as shown in FIG. 3 h. Such alphanumeric phone keypads are used in many, if not most, traditional handheld telephony mobile electronic devices such as cellular handsets. As described above, the International Telecommunications Union (“ITU”) has established phone standards for the arrangement of alphanumeric keys. The standard phone numeric key arrangement shown in FIG. 3 g (no alphabetic letters) and 3 h (with alphabetic letters) corresponds to ITU Standard E.161, entitled “Arrangement of Digits, Letters, and Symbols on Telephones and Other Devices That Can Be Used for Gaining Access to a Telephone Network.” This standard is also known as ANSI TI.703-1995/1999 and ISO/IEC 9995-8:1994. Regarding the numeric arrangement, it can be aptly described as a top-to-bottom ascending order three-by-three-over-zero pattern.
  • The table below identifies the alphabetic characters associated with each number for some other phone keypad conventions.
  • Mobile Phone Keypad
    Number on ITU #11 #111
    Key E.161 Australia #1 (Europe) (Europe)
    1 QZ ABC ABC
    2 ABC ABC ABC DEF DEF
    3 DEF DEF DEF GHI GHI
    4 GHI GHI GHI JKL JKL
    5 JKL JKL JKL MNO MNO
    6 MNO MNO MN PQR PQR
    7 PQRS PRS PRS STU STU
    8 TUV TUV TUV UVW VWX
    9 WXYZ WXY WXY XYZ YZ
    0 OQZ
  • It should also be appreciated that other alphabetic character and number combinations can be used beyond those identified above when deemed useful to a particular application.
  • As noted earlier, multi-tap software has been in use for a number of years permitting users to enter text using a conventional telephone keypad such as specified under ITU E 1.161 or on a touch screen display, among other devices. Multi-tap requires a user to press a key a varying number of times, generally within a limited period of time, to input a specific letter associated with the particular key, thereby spelling the desired words of the message. A related method is the long tap method, where a user depresses the key until the desired character appears on the display.
  • Referring to FIGS. 6 a-6 g, 7, 10 a and 10 b, the following is a discussion and comparison of the use of the extended and short menus in an embodiment of a handheld electronic device 300 b.
  • In this embodiment, the device 300 b has a first input controller, which is preferably a navigation tool 120 having a depressible rolling member or trackball 121, which is used to access the short menu. The handheld device 300 b also has a second input controller, which in this case is a menu key 606, which is used to access the applicable extended menu. These menus are based on the interface principle of see and click. In this manner, users do not have to remember commands or options because they can view these options at any time.
  • Referring now to FIG. 6 c, there is shown a portion of the device 300 b, which depicts a display portion 602, and a part of an input portion 604. The display portion 602 is used as a graphical user interface, sometimes referred to herein a GUI or just UI for user interface. The trackball 121 and the menu key 606 are part of the input portion 604. To the right of the trackball 121 is a back key 608, which is used to back-up through previous screens or menus displayed on the display portion. The input portion also includes a keyboard (See FIGS. 10 a and 10 b), which is discussed later herein.
  • The initial screen for the device 300 b is a home screen 610 a and 610 b. Two examples 610 a and 610 b are shown in FIGS. 6 a and 6 b, which show different sets of icons representing various applications that are available on the device 300 b. The user can perform desired high-level activities from the home screen, and within an application explore and access functionality of the selected application.
  • The menu key or button 606 is to the left of the trackball 121 and activates an extended menu, which contains high level actions desirable from the home screen or application specific commands when initiated from a selected application. The menu key or button 606 provides a consistent location where the user can look for commands. Each application has its own extended menu consisting of application-specific menus.
  • Clicking (depressing) the trackball 121 when an icon on the home screen is highlighted opens the application, preferably to a common page used by users. For example, if the email message's icon is highlighted, then a page listing the messages will open. When not on the home screen but while a page of an application is displayed without a menu showing, if the trackball 121 is clicked, this is presently referred to as an ambiguous selection, since several commands may apply in that circumstance. This ambiguous selection will cause a short menu to appear on the GUI. The short menu contains a list of menu items that are preferably the most commonly used commands in the present screen context. These short menus again are based on the interface principle of see and click. The options or menus change according to the task at hand.
  • The items shown in these short menus preferably are those that a user performs frequently. In other embodiments, the short menu is selected based on either predefined user or programmer preference. These short menus are preferably correctly organized, worded clearly, and behave correctly in order for the user to understand what options they should expect to see, and how to access the additional functionality specific to the selected application.
  • In at least one embodiment, the items displayed in the short menu are dynamically updated depending upon the user's selection of items from the extended menu. When items are selected from the extended menu repeatedly they are ranked and depending upon their number of selections will relatively appear in the short menu. The number of items in the short menu is preferably between two and ten items. The items displayed in the short menu can also be user selected in one embodiment.
  • In another embodiment, the information for the short menu is stored locally as well as at a central location. The transmission of the short menus that are applicable for the particular user is via a communication system as described below. The information stored at the central location allows the user to access that information on multiple devices. This will allow the user to experience identical menus on different devices. This is helpful when a user would like to encounter the same interface, but uses the devices in different ways. The information alternatively may be stored on a memory card and transferred between devices via the memory card.
  • For purposes of example, in the following disclosure, the use of the menus, trackball and keys are discussed relative to the use of an email message application.
  • Initially, the user uses the trackball 121 to scroll to the desired application. In this case, it is the email messaging application. In FIGS. 6 a and 6 b, the email icon 612 (a letter envelope) is highlighted in a conventional manner, for example, with a frame as shown in FIG. 6 a or with a highlighted background as depicted in FIG. 6 b. Then, the menu key 606 is activated by depressing or “clicking” it, which brings up a high level extended menu 614 as shown in FIG. 6 c. This menu 614 can include the following menu items:
  • Compose . . .
    ---------------
    Search . . .
    Applications
    Settings
    ---------------
    Profile < Normal >
    ---------------
    BlueTooth On/Off
    Wireless On/Off
    Key Lock On/Off
    ---------------
    Help
  • For example, clicking on “Compose” would initiate the address book function and allow the user to select an addressee, select the type of message (email, SMS, IM, etc.) and proceed with the composition of a message. However, for the present example, the user desires to open their email message mailbox and view a list of email messages. In another embodiment, the menu includes the option “close,” which will close the menu. Preferably, the option to close the menu is listed near the bottom. This enables closing of the menu without requiring the use of an additional key to close the menu.
  • To do this, the menu key 606 is clicked again and the extended menu for the email messaging application is displayed, as shown in FIG. 6 d. If the menu item “Open” is not already highlighted, then the trackball 121 is used to scroll to this item such that it is highlighted. Once the menu item “Open” is highlighted, the trackball 121 is clicked. A list of email messages 616 is displayed on the GUI as shown in FIG. 6 e.
  • In order to open and read a particular email message, the trackball 121 is then used to scroll to the desired email message in the displayed list to highlight it. The menu key 606 is clicked and the extended menu 618 is displayed, for example as shown in FIG. 6 d. If the menu item “Open” is not already highlighted, then the trackball 121 is used to scroll to this item such that it is highlighted. Once the menu item “Open” is highlighted, the trackball 121 is clicked. The desired message 620 is displayed on the GUI as shown in FIG. 6 f.
  • The user then decides what to do as a result of reading the message. To perform the next action, the user clicks the menu key 606 and another extended menu 622 appears, as shown in FIG. 6 g. If not already highlighted, the user then scrolls to the desired menu item using the trackball 121 until the desired menu item (action or task) is highlighted. Then, the user clicks the trackball 121 to activate the desired action or task.
  • The use of the short menu usually requires fewer clicks to perform the same action as compared to the use of solely the extended menus. For example, the following is an embodiment using the ambiguous selections and/or short menus to open the email messaging application and to open a particular email message.
  • Starting from the home screen or menu 602, the trackball 121 is used to scroll to and highlight the email message icon 612 as shown in FIGS. 6 a and 6 b. Clicking the trackball 121 directly opens the list of messages as shown in FIG. 6 e. The trackball 121 is clicked while no menu is present and this action is an ambiguous selection since more than one action or task is possible. This ambiguous selection while on the home screen 602 and with the email icon 612 highlighted is treated by the menu program and system as a direction or command to open the highlighted application. In this embodiment, it is believed that the user is attempting to perform the task of opening the email application program and the menu program is programmed accordingly. Displaying the list of emails, 616 is the action or task is believed to be the most common desired task or action, and thus to the user, the procedure appears intuitive. Such ambiguous selection for other application is preferably programmed with the most common desired task or action for the selected application.
  • In this regard, it is appreciated that to open the email message list took two clicks and one scrolling using the extended menus, whereas with the ambiguous selection routine of the menu program, this was reduced to just a single click.
  • Now, with the email message list 616 on the display, the user scrolls to the desired email message, clicks with the trackball 121, and the desired email message 620 is displayed on the screen 110 (See FIG. 10 a), as shown in FIG. 6 f Again, there is no menu on the display 110 and the action is an ambiguous selection since more than one action or task is possible.
  • In this regard, it is also appreciated that to open a desired email message took two clicks and possibly a scroll, whereas with the ambiguous selection routine of the menu program, this was reduced to just a single click.
  • While the user is viewing the message 620 on the GUI display 110 after having read its contents, the user clicks the trackball 121 making another ambiguous selection, again since no menu is on display 110 and more than one action or task is possible. This ambiguous selection causes the menu program to display a short menu 624, preferably of menu item corresponding to actions or tasks commonly performed by users at that point. In this embodiment, a short menu 624 is shown in FIG. 7, and contains the actions or tasks—“Reply”, “Forward” and “Reply All.” The user then decides which action or task to perform and scrolls to it and clicks the trackball. Novice and experienced users alike benefit from the reduction in information displayed on the menu through the removal of less commonly used tasks. The short menu 624 as shown in FIG. 7 contains a title “Email Message,” thus providing information about the application that is associated with the menu. Likewise, other titles for other menus would be appropriate at times when menus are displayed in connection with other applications. In other embodiments, the short menu features the menu item “close” in addition to those items described above.
  • Thus, the short menu provides convenient access to the high level, most often-used commands associated with an application. The short menu displayed can also depend on the position of the cursor within the displayed page. The short menu can be considered as a shortcut to commands that make sense to the task at hand. In some cases when on the home screen, rather than opening the indicated application, a short menu can be displayed with the more common subset of actions, tasks or other commands by making an ambiguous selection by clicking on a highlighted application icon on the home screen.
  • If the desired action or task is not listed on the short menu, the user can click the menu key 606 to view the extended menu, such as shown in FIG. 6 g using the exemplary email messaging scenario. Alternatively, the short menu 624 can have a menu item that allows the user to scroll to and select the item as shown in FIG. 6 g. Once that menu item has been selected then the extended menu replaces the short menu. For example, the short menu in FIG. 7 has a menu item “show more” for this purpose. The name of this menu item can be any other that conveys a similar meaning, such a “Full” or “Extended” or an icon that is used by the device provider and identified in its literature to have that meaning. Likewise, the menu key 606 in a preferred embodiment features an icon or the like that is shown next to the “show more” menu item.
  • It is also noted that commands for various tasks can also be input via the keyboard by typing them and entering it. More experienced users may use this feature to further reduce number of keystrokes in some situations.
  • Other applications of short menus are possible as well. Another example of the use of a short menu is when the device features soft keys, which can be user customizable. Since these softkeys are user customizable, a short menu can be activated when the soft key is activated two times without any additional user input and/or within a predefined time. The short menu would present options to change the soft key to bring up different program options. The short menu likewise could feature the extended menu features and close options mentioned above.
  • Example methods for implementing an embodiment of a hierarchical menu and ambiguous selection will now be described with primary reference to the flow diagram of FIG. 8. The methods apply generally to the exemplary embodiments discussed above with respect to FIGS. 6 a-6 g and 7. The elements of the described methods may be performed by any appropriate means including, for example, by hardware logic blocks on an ASIC or by the execution of processor-readable instructions defined on a processor-readable medium.
  • A “processor-readable medium,” as used herein, can be any means that can contain, store, communicate, propagate, or transport instructions for use by or execution by a processor. A processor-readable medium can be, without limitation, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples of a processor-readable medium include, among others, an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (RAM) (magnetic), a read-only memory (ROM) (magnetic), an erasable programmable-read-only memory (EPROM or Flash memory), an optical fiber (optical), a rewritable compact disc (CD-RW) (optical), a portable compact disc read-only memory (CDROM) (optical), and a solid state storage device (magnetic; e.g., flash memory).
  • FIG. 8 illustrates an exemplary method 800 for implementing a hierarchical menu with ambiguous selection on a computer device 300 such as a PDA or other similar device having a small display screen. The method 800 describes a hierarchical menu process that could continue well beyond the number of submenus that are discussed in the method itself. Thus, the extent of method 800 is not intended as a limitation. Rather, the extent of method 800 is intended to generally express the manner by which a hierarchical menu with ambiguous selection can be implemented in lesser and greater degrees of size and complexity.
  • Initially, there is displayed a home screen 802 on the GUI. The user scrolls to a particular application using a navigation tool. The user can then depress the menu key to initiate a non-ambiguous selection 804 of that particular application that is received by the method 800. The method 800 then causes the selected application to opean an application 806 and display a page 808 on the GUI. Alternatively, the user can make an ambiguous selection 810, for example, if the navigation tool is a trackball having a depressible rolling member, the user depresses the rolling member when no menu is present. The method 800 receives the ambiguous selection 810 and then must determine whether there is a short menu for this application 812. If there is no short menu, then the method 800 causes the application to open 806 and display a page 808. If there is a short menu, then the method causes the display of the application short menu 814. The user then scrolls to the desired menu item and depresses the rolling member. The method 800 receives a non-ambiguous selection of the menu item 816 and either displays a page or causes the computer to perform the task selected 818.
  • Once a page is displayed 808 or 818, the user again has two choices. The user can depress the menu key and the method 800 receives a command to display an extended menu 820 corresponding to the displayed page. The method 800 then displays that extended menu 822. The user then scrolls to a particular menu item and depresses the rolling member, which causes the method 800 to receive a non-ambiguous selection of a menu item 824. The method 800 then displays a page or performs the task per the selection 826. Alternatively, the user can depress the rolling member with no menu displayed causing an ambiguous selection 828. The method 800 receives this ambiguous selection 828 and causes the display of a corresponding short menu 830, or the method 800 can be programmed to perform a particular task that is the most common for the displayed page (not shown in FIG. 8). With the short menu displayed, the user can then scroll to the desired menu item and depress the rolling member to generate a non-ambiguous selection 832. The method 800 receives the non-ambiguous selection of the menu item 832 and causes the display of a page or performance of a task per the selection 834.
  • If the user is presented with another displayed page, the user can repeat steps 820 through 826 or 828 through 834, depending on whether the user uses an extended menu or short menu, respectively.
  • Once the particular activity is completed, the user can use the back key to navigate back through the various pages displayed until the user reaches a page from which the user can perform another activity or select another application upon reaching the home screen 802. The computer can be equipped with an escape key to go to the home screen 802 directly. Alternatively, an ambiguous selection to display a short menu or a non-ambiguous selection can be made to display a short or extended menu that has a home screen menu item.
  • FIG. 9 illustrates an exemplary computing environment suitable for implementing a computer 300 such as discussed above with reference to FIGS. 1-8 and 10. Although one specific configuration is shown in FIG. 9, computer 300 may be implemented in other computing configurations.
  • The computing environment 900 includes a general-purpose computing system in the form of a computer 902. The components of computer 902 can include, but are not limited to, one or more processors or processing units 904, a system memory 906, and a system bus 908 that couples various system components including the processor 904 to the system memory 906.
  • The system bus 908 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. An example of a system bus 908 would be a Peripheral Component Interconnects (PCI) bus, also known as a Mezzanine bus.
  • Computer 902 typically includes a variety of computer-readable media. Such media can be any available media that is accessible by computer 902 and includes both volatile and non-volatile media, removable and non-removable media. The system memory 906 includes computer readable media in the form of volatile memory, such as random access memory (RAM) 910, and/or non-volatile memory, such as read only memory (ROM) 912. A basic input/output system (BIOS) 914, containing the basic routines that help to transfer information between elements within computer 902, such as during start-up, is stored in ROM 912. RAM 910 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by the processing unit 904.
  • Computer 902 can also include other removable/non-removable, volatile/non-volatile computer storage media. By way of example, FIG. 9 illustrates a hard disk drive 916 for reading from and writing to a non-removable, non-volatile magnetic media (not shown), a magnetic disk drive 918 for reading from and writing to a removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”), and an optical disk drive 922 for reading from and/or writing to a removable, non-volatile optical disk 924 such as a CD-ROM, DVD-ROM, or other optical media. The hard disk drive 916, magnetic disk drive 918, and optical disk drive 922 are each connected to the system bus 908 by one or more data media interfaces 926. Alternatively, the hard disk drive 916, magnetic disk drive 918, and optical disk drive 922 can be connected to the system bus 908 by a known interface (not shown) including but not limited to SCSI and IDE.
  • The disk drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for computer 902. Although the example illustrates a hard disk 916, a removable magnetic disk 920, and a removable optical disk 924, it is to be appreciated that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement the exemplary computing system and environment.
  • Any number of program modules can be stored on the hard disk 916, magnetic disk 920, optical disk 924, ROM 912, and/or RAM 910, including by way of example, an operating system 926, one or more application programs 928, other program modules 930, and program data 932. Each of such operating system 926, one or more application programs 928, other program modules 930, and program data 932 (or some combination thereof) may include an embodiment of a caching scheme for user network access information.
  • Computer 902 can include a variety of computer/processor readable media identified as communication media. Communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also included within the scope of computer readable media.
  • A user can enter commands and information into computer system 902 via input devices such as a keyboard 934 and a pointing device 936 (e.g., a “mouse”). Other input devices 938 (not shown specifically) may include a microphone, joystick, game pad, satellite dish, serial port, scanner, and/or the like. These and other input devices are connected to the processing unit 904 via input/output interfaces 940 that are coupled to the system bus 908, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
  • A monitor 942 or other type of display device can also be connected to the system bus 908 via an interface, such as a video adapter 944. In addition to the monitor 942, other output peripheral devices can include components such as speakers (not shown) and a printer 946 which can be connected to computer 902 via the input/output interfaces 940.
  • Computer 902 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 948. By way of example, the remote computing device 948 can be a personal computer, portable computer, a server, a router, a network computer, a peer device or other common network node, and the like. The remote computing device 948 is illustrated as a portable computer that can include many or all of the elements and features described herein relative to computer system 902.
  • Logical connections between computer 902 and the remote computer 948 are depicted as a local area network (LAN) 950 and a general wide area network (WAN) 952. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet. When implemented in a LAN networking environment, the computer 902 is connected to a local network 950 via a network interface or adapter 954. When implemented in a WAN networking environment, the computer 902 typically includes a modem 956 or other means for establishing communications over the wide network 952. The modem 956, which can be internal or external to computer 902, can be connected to the system bus 908 via the input/output interfaces 940 or other appropriate mechanisms. It is to be appreciated that the illustrated network connections are exemplary and that other means of establishing communication link(s) between the computers 902 and 948 can be employed.
  • In a networked environment, such as that illustrated with computing environment 900, program modules depicted relative to the computer 902, or portions thereof, may be stored in a remote memory storage device. By way of example, remote application programs 958 reside on a memory device of remote computer 948. For purposes of illustration, application programs and other executable program components, such as the operating system, are illustrated herein as discrete blocks, although it is recognized that such programs and components reside at various times in different storage components of the computer system 902, and are executed by the data processor(s) of the computer.
  • An exemplary handheld electronic device 300 b is shown in the perspective view of FIG. 10 a and its cooperation in a wireless network is exemplified in the block diagram of FIG. 11. These figures are exemplary only, and those persons skilled in the art will appreciate the additional elements and modifications necessary to make the device work in particular network environments.
  • An exemplary embodiment of the handheld electronic device 300 b as shown in FIG. 10 a is cradleable in the palm of a user's hand. The size of the device 300 b is such that a user is capable of operating the device using the same hand that is holding the device. In a preferred embodiment, the user is capable of actuating all features of the device 300 b using the thumb of the cradling hand. The preferred embodiment of the handheld device 300 b features a keyboard 332 on the face of the device 300 b, which is actuable by the thumb of the hand cradling the device 300 b. The user may also hold the device 300 b in such a manner to enable two thumb typing on the device 300 b. Furthermore, the user may use fingers rather than thumbs to actuate the keys on the device 300 b. In order to accommodate palm-cradling of the device 300 b by the average person, it is longer (height as shown in FIG. 10 a) than it is wide, and the width is preferably between approximately two and three inches, but by no means limited to such dimensions.
  • As may be appreciated from FIG. 10 a, the handheld electronic device 300 b comprises a lighted display 110 located above a keyboard 332 suitable for accommodating textual input to the handheld electronic device 300 b when in an operable configuration. Preferably, the screen 110 and keyboard 332 are located at the front face of the handheld electronic device 300 b. As shown, the device 300 b is of unibody construction, but it is also contemplated that the device may be of an alternative construction such as that commonly known as “clamshell” or “flip-phone” style. Regardless, in the operable configuration for the device 300 b, the navigation tool (auxiliary input) 328 is located essentially between the display 110 and the keyboard 332.
  • In one embodiment, the keyboard 332 comprises a plurality of keys with which alphabetic letters are associated on one letter per key basis. It is contemplated that the keys may be directly marked with letters, or the letters may be presented adjacent, but clearly in association with a particular key. This one-to-one pairing between the letters and keys is depicted in FIGS. 3 j and 3 k and is described in greater detail above in association therewith. In order to facilitate user input, the alphabetic letters are preferably configured in a familiar QWERTY, QWERTZ, AZERTY, or Dvorak layout, each of which is also discussed in greater detail above.
  • In the alternative embodiment of FIG. 10 a, the keyboard 332 comprises a plurality of keys with which alphabetic letters are also associated, but at least a portion of the individual keys have multiple letters associated therewith. This type of configuration is referred to as a reduced keyboard (in comparison to the full keyboard described immediately above) and can, among others come in QWERTY, QWERTZ, AZERTY, and Dvorak layouts.
  • FIG. 10 b is an exploded view showing some of the typical components found in the assembly of the electronic device 300 b. The construction of the device benefits from various manufacturing simplifications. The internal components are constructed on a single PCB (printed circuit board) 102. The keyboard 332 is constructed from a single piece of material and in a preferred embodiment is made from plastic. The keyboard 332 sits over dome switches (not shown) located on the PCB 102 in a preferred embodiment. One switch is provided for every key on the keyboard in the preferred embodiment, but in other embodiments more than one switch or less than one switch per key are possible configurations. The support frame 101 holds the keyboard 332 and navigation tool 120 in place above the PCB 102. The support frame 101 also provides an attachment point for the display, (not shown). A lens 103 covers the display to prevent damage. When assembled, the support frame 101 and the PCB 102 are fixably attached to each other and the display is positioned between the PCB 102 and support frame 101.
  • The navigation tool 120 is frictionally engaged with the support frame 101, but in a preferred embodiment the navigation tool 120 is removable when the device is assembled. This allows for replacement of the navigation tool 120 if/when it becomes damaged or the user desires replacement with a different type of navigation tool 120. In the exemplary embodiment of FIG. 10 a, the navigation tool 120 is a trackball based device having a depressible rolling member or trackball 121. Other navigation tools 120 such as joysticks, four-way cursors, or touch pads are also considered to be within the scope of this disclosure. When the navigation tool 120 is a trackball based tool, the trackball 121 itself can be removed without removal of the navigation tool 120. The removal of the trackball 121 is enabled through the use of an outer removable ring 123 and an inner removable ring 122. These rings 122, 123 ensure that the navigation tool 120 and the trackball 121 are properly held in place against the support frame 101.
  • A serial port (preferably a Universal Serial Bus port) 330 and an earphone jack 140 are fixably attached to the PCB 102 and further held in place by right side element 105. Buttons 130, 131, 132, 133 are attached to switches (not shown), which are connected to the PCB 102.
  • Final assembly involves placing the top piece 107 and bottom piece 108 in contact with support frame 101. Furthermore, the assembly interconnects right side element 105 and left side element 106 with the support frame 101, PCB 102, and lens 103. These side elements 105, 106 provide additional protection and strength to the support structure of the device 300 b. In a preferred embodiment, backplate 104 is removably attached to the other elements of the device.
  • The block diagram of FIG. 11 representing the electronic device 300 b interacting in the communication network 319 shows the device's 300 b inclusion of a microprocessor 338 which controls the operation of the device 300 b. The communication subsystem 311 performs all communication transmission and reception with the wireless network 319. The microprocessor 338 further connects with an auxiliary input/output (I/O) subsystem 328, a serial port (preferably a Universal Serial Bus port) 330, a display 322, a keyboard 332, a speaker 334, a microphone 336, random access memory (RAM) 326, and flash memory 324. Other communications subsystems 340 and other device subsystems 342 are generally indicated as connected to the microprocessor 338 as well. An example of a communication subsystem 340 is that of a short-range communication subsystem such as BLUETOOTH® communication module or an infrared device and associated circuits and components. Additionally, the microprocessor 338 is able to perform operating system functions and preferably enables execution of software applications on the communication device 300 b.
  • The above described auxiliary I/O subsystem 328 can take the form of a variety of different subsystems including the above described navigation tool 120. As previously mentioned, the navigation tool 120 is preferably a trackball based device, but it can be any one of the other above described tools. Other auxiliary I/O devices can include external display devices and externally connected keyboards (not shown). While the above examples have been provided in relation to the auxiliary I/O subsystem, other subsystems capable of providing input or receiving output from the handheld electronic device 300 b are considered within the scope of this disclosure.
  • In a preferred embodiment, the communication device 300 b is designed to wirelessly connect with a communication network 319. Some communication networks that the electronic device 300 b may be designed to operate on require a subscriber identity module (SIM) or removable user identity module (RUIM). Thus, a device 300 b intended to operate on such a system will include SIM/RUIM interface 344 into which the SIM/RUIM card (not shown) may be placed. The SIM/RUIM interface 344 can be one in which the SIM/RUIM card is inserted and ejected.
  • In an exemplary embodiment, the flash memory 324 is enabled to provide a storage location for the operating system, device programs, and data. While the operating system in a preferred embodiment is stored in flash memory 324, the operating system in other embodiments is stored in read-only memory (ROM) or similar storage element (not shown). As those skilled in the art will appreciate, the operating system, device application or parts thereof may be loaded in RAM 326 or other volatile memory.
  • In a preferred embodiment, the flash memory 324 contains programs/applications 358 for execution on the device 300 b including an address book 352, a personal information manager (PIM) 354, and the device state 350. Furthermore, programs 358 and data 356 can be segregated upon storage in the flash memory 324 of the device 300 b. However, another embodiment of the flash memory 324 utilizes a storage allocation method such that a program 358 is allocated additional space in order to store data associated with such program. Other known allocation methods exist in the art and those persons skilled in the art will appreciate additional ways to allocate the memory of the device 300 b.
  • In a preferred embodiment, the device 300 b is pre-loaded with a limited set of programs that enable it to operate on the communication network 319. Another program that can be preloaded is a PIM 354 application that has the ability to organize and manage data items including but not limited to email, calendar events, voice messages, appointments and task items. In order to operate efficiently, memory 324 is allocated for use by the PIM 354 for the storage of associated data. In a preferred embodiment, the information that PIM 354 manages is seamlessly integrated, synchronized and updated through the communication network 319 with a user's corresponding information on a remote computer (not shown). The synchronization, in another embodiment, can also be performed through the serial port 330 or other short-range communication subsystem 340. Other applications may be installed through connection with the wireless network 319, serial port 330 or via other short-range communication subsystems 340.
  • When the device 300 b is enabled for two-way communication within the wireless communication network 319, it can send and receive signals from a mobile communication service. Examples of communication systems enabled for two-way communication include, but are not limited to, the GPRS (General Packet Radio Service) network, the UMTS (Universal Mobile Telecommunication Service) network, the EDGE (Enhanced Data for Global Evolution) network, and the CDMA (Code Division Multiple Access) network and those networks generally described as packet-switched, narrowband, data-only technologies mainly used for short burst wireless data transfer.
  • For the systems listed above, the electronic device 300 b must be properly enabled to transmit and receive signals from the communication network 319. Other systems may not require such identifying information. A GPRS, UMTS, and EDGE require the use of a SIM (Subscriber Identity Module) in order to allow communication with the communication network 319. Likewise, most CDMA systems require the use of a RUIM (Removable Identity Module) in order to communicate with the CDMA network. The RUIM and SIM card can be used in multiple different electronic devices 300 b. The electronic device 300 b may be able to operate some features without a SIM/RUIM card, but it will not be able to communicate with the network 319. In some locations, the electronic device 300 b will be enabled to work with special services, such as “911” emergency, without a SIM/RUIM or with a non-functioning SIM/RUIM card. A SIM/RUIM interface 344 located within the device allows for removal or insertion of a SIM/RUIM card (not shown). This interface 344 can be configured like that of a disk drive or a PCMCIA slot or other known attachment mechanism in the art. The SIM/RUIM card features memory and holds key configurations 351, and other information 353 such as identification and subscriber related information. The SIM/RUIM card features memory and holds key configurations 351, and other information 353 such as identification and subscriber related information. Furthermore, a SIM/RUIM card can be enabled to store information about the user including identification, carrier and address book information. With a properly enabled electronic device 300 b, two-way communication between the electronic device 300 b and communication network 319 is possible.
  • If the electronic device 300 b is enabled as described above or the communication network 319 does not require such enablement, the two-way communication enabled device 300 b is able to both transmit and receive information from the communication network 319. The transfer of data can be from the device 300 b or to the device 300 b. In order to communicate with the communication network 319, the device 300 b in a preferred embodiment is equipped with an integral or internal antenna 318 for transmitting signals to the communication network 319. Likewise the electronic device 300 b in the preferred embodiment is equipped with another antenna 316 for receiving communication from the communication network 319. These antennae (316, 318) in another preferred embodiment are combined into a single antenna (not shown). As one skilled in the art would appreciate, the antenna or antennae (316, 318) in another embodiment are externally mounted on the device 300 b.
  • When equipped for two-way communication, the electronic device 300 b features a communication subsystem 311. As is well known in the art, this communication subsystem 311 is modified so that it can support the operational needs of the device 300 b. The subsystem 311 includes a transmitter 314 and receiver 312 including the associated antenna or antennae (316, 318) as described above, local oscillators (LOs) 313, and a processing module 320 that in a preferred embodiment is a digital signal processor (DSP) 320.
  • A signal received by the electronic device 300 b is first received by the antenna 316 and then input into a receiver 312, which in a preferred embodiment is capable of performing common receiver functions including signal amplification, frequency down conversion, filtering, channel selection and the like, and analog to digital (A/D) conversion. The A/D conversion allows the DSP 320 to perform more complex communication functions such as demodulation and decoding on the signals that are received by DSP 320 from the receiver 312. The DSP 320 is also capable of issuing control commands to the receiver 312. An example of a control command that the DSP 320 is capable of sending to the receiver 312 is gain control, which is implemented in automatic gain control algorithms implemented in the DSP 320. Likewise, the electronic device 300 b is capable of transmitting signals to the communication network 319. The DSP 320 communicates the signals to be sent to the transmitter 314 and further communicates control functions, such as the above described gain control. The signal is emitted by the device 300 b through an antenna 318 connected to the transmitter 314.
  • It is contemplated that device 300 b communication with the wireless network 319 can be any type of communication that both the wireless network 319 and device 300 b are enabled to transmit, receive and process. In general, these can be classified as voice and data. Voice communication is communication in which signals for audible sounds are transmitted by the device 300 b through the communication network 319. Data is all other types of communication that the device 300 b is capable of performing within the constraints of the wireless network 319.
  • In the instance of voice communication, voice transmissions that originate from the electronic device 300 b enter the device 300 b though a microphone 336. The microphone 336 communicates the signals to the microprocessor 338 for further conditioning and processing. The microprocessor 338 sends the signals to the DSP 320 which controls the transmitter 314 and provides the correct signals to the transmitter 314. Then, the transmitter 314 sends the signals to the antenna 318, which emits the signals to be detected by a communication network 319. Likewise, when the receiver 312 obtains a signal from the receiving antenna 316 that is a voice signal, it is transmitted to the DSP 320 which further sends the signal to the microprocessor 338. Then, the microprocessor 338 provides a signal to the speaker 334 of the device 300 b and the user can hear the voice communication that has been received. The device 300 b in a preferred embodiment is enabled to allow for full duplex voice transmission.
  • In another embodiment, the voice transmission may be received by the electronic device 300 b and translated as text to be shown on the display screen 322 of the electronic device 300 b. The electronic device 300 b is also capable of retrieving messages from a voice messaging service operated by the communication network operator. In a preferred embodiment, the device 300 b displays information in relation to the voice message, such as the number of voice messages or an indication that a new voice message is present on the operating system.
  • In a preferred embodiment, the display 322 of the electronic device 300 b provides an indication about the identity of an incoming call, duration of the voice communication, telephone number of the communication device, call history, and other related information. It should be appreciated that the above-described embodiments are given as examples only and one skilled in the art may effect alterations, modifications and variations to the particular embodiments without departing from the scope of the application.
  • As stated above, the electronic device 300 b and communication network 319 can be enabled to transmit, receive and process data. Several different types of data exist and some of these types of data will be described in further detail. One type of data communication that occurs over the communication network 319 includes electronic mail (email) messages. Typically an email is text based, but can also include other types of data such as picture files, attachments and html. While these are given as examples, other types of messages are considered within the scope of this disclosure as well.
  • When the email originates from a source outside of the device and is communicated to the device 300 b, it is first received by the receiving antenna 316 and then transmitted to the receiver 312. From the receiver 312, the email message is further processed by the DSP 320, and it then reaches the microprocessor 338. The microprocessor 338 executes instructions as indicated from the relevant programming instructions to display, store or process the email message as directed by the program. In a similar manner, once an email message has been properly processed by the microprocessor 338 for transmission to the communication network 319, it is first sent to the DSP 320, which further transmits the email message to the transmitter 314. The transmitter 314 processes the email message and transmits it to the transmission antenna 318, which broadcasts a signal to be received by a communication network 319. While the above has been described generally, those skilled in this art will appreciate those modifications which are necessary to enable the electronic device 300 b to properly transmit the email message over a given communication network 319.
  • Furthermore, the email message may instead be transmitted from the device 300 b via a serial port 330, another communication port 340, or other wireless communication ports 340. The user of the device 300 b can generate a message to be sent using the keyboard 332 and/or auxiliary I/O 328, and the associated application to generate the email message. Once the email message is generated, the user may execute a send command which directs the email message from the electronic device 300 b to the communication network 319. In an exemplary embodiment, a keyboard 332, preferably an alphanumeric keyboard, is used to compose the email message. In a preferred embodiment, an auxiliary I/O device 328 is used in addition to the keyboard 332.
  • While the above has been described in relation to email messages, one skilled in the art could easily modify the procedure to function with other types of data such as SMS text messages, Internet websites, videos, instant messages, programs and ringtones. Once the data is received by the microprocessor 338, the data is placed appropriately within the operating system of the device 300 b. This might involve presenting a message on the display 322 which indicates the data has been received or storing it in the appropriate memory 324 on the device 300 b. For example, a downloaded application such as a game will be placed into a suitable place in the flash memory 324 of the device 300 b. The operating system of the device 300 b will also allow for appropriate access to the new application as downloaded.
  • While the above has been described in relation to a computer 300 and handheld electronic devices 300 a and 300 b, there are particular classes of these devices. A handheld communication device is a handheld electronic device 300 a, 300 b which is capable of communicating with a communications network which can be data, voice, or combination thereof.
  • Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as exemplary forms of implementing the claimed invention.

Claims (40)

1. A method for displaying an abbreviated menu on the screen of a handheld electronic device, said method comprising:
displaying a cursor-navigable page on a screen of a handheld electronic device;
initiating an ambiguous request for display of menu options corresponding to the displayed page while a cursor is positioned at a location on the page that is not visually signified for menu display actuation; and
displaying a short menu having a first list of menu items which is a subset of a second list of menu items of an extended menu associated with the displayed page, said first list of menu items having been assessed a higher probability for being user-selected than at least some items of the second list of menu items not included in said first list of menu items.
2. The method of claim 1, further comprising causing said initiation of the ambiguous request for display of menu options by actuating an auxiliary user input device on the handheld electronic device.
3. The method of claim 2, wherein said auxiliary user input device is a navigation tool that controls movement of the cursor on the screen of the handheld electronic device.
4. The method of claim 3, wherein said navigation tool is a trackball.
5. The method of claim 1, further comprising initiating a non-ambiguous request to display the extended menu associated with the displayed page and responsively displaying the extended menu.
6. The method of claim 5, wherein said initiation of a non-ambiguous request to display the extended menu associated with the displayed page is affected by depressing a dedicated input on the handheld electronic device.
7. The method of claim 6, wherein said dedicated input is a push-button on the handheld electronic device.
8. The method of claim 1, further comprising providing the short menu with a menu item that displays the extended menu associated with the displayed page when selected.
9. The method of claim 8, wherein said handheld electronic device comprises a dedicated input in the form of a push-button marked with an extended menu insignia which is the same as an extended menu insignia displayed on the menu item on the short menu that displays the extended menu when selected.
10. The method of claim 1, further comprising providing the short menu with a menu item that closes the short menu.
11. The method of claim 1, further comprising providing a menu key for a non-ambiguous request that displays the extended menu associated with the displayed page and displaying the extended menu by activating the menu key.
12. The method of claim 1, wherein the short menu overlaps the displayed page on the screen.
13. The method of claim 1, wherein the short menu is displayed on the screen in place of the displayed page.
14. The method of claim 13, wherein the short menu fills a substantial entirety of the screen.
15. The method of claim 1, further comprising providing the short menu with a menu item for selecting a previous menu.
16. The method of claim 1, wherein said handheld electronic device is a wireless handheld communication device that transmits data to, and receives data from a communication network utilizing radio frequency signals.
17. The method of claim 1, wherein said handheld electronic device is sized to be cradled in the palm of a user's hand.
18. The method of claim 17, further comprising grasping said handheld electronic device by a user and cradling the device in the palm of the user's grasping hand.
19. The method of claim 18, further comprising operating said handheld electronic device using digits of the same hand within which the device is grasped.
20. The method of claim 18, further comprising operating said handheld electronic device using the thumb of the same hand within which the device is grasped.
21. The method of claim 17, wherein said handheld electronic device is longer than wide.
22. The method of claim 21, wherein the width of said handheld electronic device measures between approximately two and approximately three inches thereby facilitating the device being palm cradled.
23. The method of claim 1, wherein said handheld electronic device further comprises a keyboard suitable for accommodating textual input to the handheld electronic device and a navigation tool located essentially between the keyboard and the screen of the handheld electronic device.
24. A handheld electronic device programmed to display an abbreviated menu of action options on the screen of the device based on a user request and the page that is displayed on the screen at the time of the user request, said handheld electronic device comprising:
a screen on which cursor-navigable pages are displayed;
a keyboard located below said screen and configured to accommodate textual input to the handheld electronic device; and
a microprocessor having a control program associated therewith for controlling operation of said handheld electronic device, said control program configured to process an ambiguous request for display of menu options corresponding to the screen-displayed page when a user menu request is detected and a screen-navigating cursor is positioned at a location on the screen-displayed page that is not visually signified for menu display response, and, based on said detection of the user menu request, said microprocessor displays a short menu having a first list of menu items which is a subset of a second list of menu items of an extended menu associated with the displayed page, said first list of menu items having been assessed a higher probability for being user-selected than at least some items of the second list of menu items not included in said first list of menu items.
25. The device of claim 24, further comprising an auxiliary user input device useable for initiating the ambiguous request for display of menu options.
26. The device of claim 25, wherein said auxiliary user input device is a navigation tool that controls movement of the cursor on the screen of the handheld electronic device.
27. The device of claim 26, wherein said navigation tool is a trackball.
28. The device of claim 24, further comprising a dedicated input that when actuated initiates a non-ambiguous request to display the extended menu associated with the displayed page.
29. The device of claim 28, wherein said dedicated input is a push-button on the handheld electronic device.
30. The device of claim 24, wherein the short menu comprises a menu item for displaying the extended menu associated with the displayed page when selected.
31. The device of claim 30, further comprising a dedicated input in the form of a push-button marked with an extended menu insignia which is the same as an extended menu insignia displayed on the menu item on the short menu that displays the extended menu when selected.
32. The device of claim 24, wherein the short menu comprises a menu item that closes the short menu.
33. The device of claim 24, wherein the short menu fills a substantial entirety of the screen.
34. The device of claim 24, wherein said handheld electronic device is a wireless handheld communication device that transmits data to, and receives data from a communication network utilizing radio frequency signals.
35. The device of claim 34, wherein said handheld electronic device is sized to be cradlable in the palm of a user's hand.
36. The device of claim 35, wherein said handheld electronic device is operable using digits of the same hand within which the device is cradled.
37. The device of claim 35, wherein said handheld electronic device is operable using the thumb of the same hand within which the device is cradled.
38. The device of claim 35, wherein said handheld electronic device is longer than wide.
39. The device of claim 38, wherein the width of said handheld electronic device measures between approximately two and approximately three inches thereby facilitating the device being palm cradled.
40. The device of claim 26, wherein said navigation tool is located essentially between the display and the keyboard in the operable configuration.
US11/423,837 2004-06-21 2006-06-13 Method and arrangement for providing a primary actions menu on a handheld communication device Abandoned US20070192711A1 (en)

Priority Applications (30)

Application Number Priority Date Filing Date Title
US11/423,837 US20070192711A1 (en) 2006-02-13 2006-06-13 Method and arrangement for providing a primary actions menu on a handheld communication device
US11/618,626 US20070192738A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary action on a handheld electronic device
US11/618,590 US7568169B2 (en) 2006-02-13 2006-12-29 Method and arrangement for a primary actions menu for email applications on a handheld electronic device
US11/618,500 US7669144B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu including one menu item for applications on a handheld electronic device
US11/618,538 US20070192742A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu that defaults according to historical user activity on a handheld electronic device
US11/618,409 US8341551B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a contact data entry record of an address book application on a handheld electronic device
US11/618,645 US8689138B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for applications with sequentially linked pages on a handheld electronic device
US11/618,622 US20070192737A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for editing and deleting functions on a handheld electronic device
US11/618,497 US20070192708A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a hierarchical folder system on a handheld electronic device
CA2572574A CA2572574C (en) 2006-02-13 2006-12-29 Method and arrangement for a primary action on a handheld electronic device
US11/672,017 US20070254703A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,008 US20070254700A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,021 US20070254704A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,996 US20070254698A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,028 US7973765B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,006 US8219158B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,985 US8463315B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,011 US20070254701A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,016 US8271036B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,024 US20070259697A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,977 US20070254689A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,032 US20070254708A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,995 US20070254721A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,026 US7982712B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,031 US8064946B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,961 US7986301B2 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/671,976 US20070254688A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/672,023 US20070254705A1 (en) 2004-06-21 2007-02-06 Handheld wireless communication device
US11/674,649 US8000741B2 (en) 2006-02-13 2007-02-13 Handheld wireless communication device with chamfer keys
US11/674,640 US8537117B2 (en) 2006-02-13 2007-02-13 Handheld wireless communication device that selectively generates a menu in response to received commands

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US77314506P 2006-02-13 2006-02-13
US77380006P 2006-02-14 2006-02-14
US77379806P 2006-02-14 2006-02-14
US77379906P 2006-02-14 2006-02-14
US11/423,837 US20070192711A1 (en) 2006-02-13 2006-06-13 Method and arrangement for providing a primary actions menu on a handheld communication device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/423,740 Continuation-In-Part US8878784B2 (en) 2004-06-21 2006-06-13 On-screen diagonal cursor navigation on a handheld communication device

Related Child Applications (8)

Application Number Title Priority Date Filing Date
US11/618,590 Continuation-In-Part US7568169B2 (en) 2006-02-13 2006-12-29 Method and arrangement for a primary actions menu for email applications on a handheld electronic device
US11/618,409 Continuation-In-Part US8341551B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a contact data entry record of an address book application on a handheld electronic device
US11/618,645 Continuation-In-Part US8689138B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for applications with sequentially linked pages on a handheld electronic device
US11/618,538 Continuation-In-Part US20070192742A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu that defaults according to historical user activity on a handheld electronic device
US11/618,626 Continuation-In-Part US20070192738A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary action on a handheld electronic device
US11/618,622 Continuation-In-Part US20070192737A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for editing and deleting functions on a handheld electronic device
US11/618,500 Continuation-In-Part US7669144B2 (en) 2004-06-21 2006-12-29 Method and arrangment for a primary actions menu including one menu item for applications on a handheld electronic device
US11/618,497 Continuation-In-Part US20070192708A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a hierarchical folder system on a handheld electronic device

Publications (1)

Publication Number Publication Date
US20070192711A1 true US20070192711A1 (en) 2007-08-16

Family

ID=38370209

Family Applications (8)

Application Number Title Priority Date Filing Date
US11/423,837 Abandoned US20070192711A1 (en) 2004-06-21 2006-06-13 Method and arrangement for providing a primary actions menu on a handheld communication device
US11/618,645 Active 2028-08-15 US8689138B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for applications with sequentially linked pages on a handheld electronic device
US11/618,497 Abandoned US20070192708A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a hierarchical folder system on a handheld electronic device
US11/618,590 Active 2027-07-24 US7568169B2 (en) 2006-02-13 2006-12-29 Method and arrangement for a primary actions menu for email applications on a handheld electronic device
US11/618,500 Active 2027-03-06 US7669144B2 (en) 2004-06-21 2006-12-29 Method and arrangment for a primary actions menu including one menu item for applications on a handheld electronic device
US11/618,626 Abandoned US20070192738A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary action on a handheld electronic device
US11/618,538 Abandoned US20070192742A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu that defaults according to historical user activity on a handheld electronic device
US11/618,622 Abandoned US20070192737A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for editing and deleting functions on a handheld electronic device

Family Applications After (7)

Application Number Title Priority Date Filing Date
US11/618,645 Active 2028-08-15 US8689138B2 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for applications with sequentially linked pages on a handheld electronic device
US11/618,497 Abandoned US20070192708A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for a hierarchical folder system on a handheld electronic device
US11/618,590 Active 2027-07-24 US7568169B2 (en) 2006-02-13 2006-12-29 Method and arrangement for a primary actions menu for email applications on a handheld electronic device
US11/618,500 Active 2027-03-06 US7669144B2 (en) 2004-06-21 2006-12-29 Method and arrangment for a primary actions menu including one menu item for applications on a handheld electronic device
US11/618,626 Abandoned US20070192738A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary action on a handheld electronic device
US11/618,538 Abandoned US20070192742A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu that defaults according to historical user activity on a handheld electronic device
US11/618,622 Abandoned US20070192737A1 (en) 2006-02-13 2006-12-29 Method and arrangment for a primary actions menu for editing and deleting functions on a handheld electronic device

Country Status (2)

Country Link
US (8) US20070192711A1 (en)
CA (1) CA2572574C (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070192712A1 (en) * 2006-02-13 2007-08-16 Research In Motion Limited Method and arrangement for providing a primary actions menu on a wireless handheld communication device
US20080052640A1 (en) * 2006-08-24 2008-02-28 Christian Kraft User Interface For an Electronic Device
US20080059908A1 (en) * 2006-09-01 2008-03-06 Jaakko Arvilommi Mobile communications terminal
US20080059911A1 (en) * 2006-09-01 2008-03-06 Taneli Kulo Advanced player
US20080076488A1 (en) * 2006-09-22 2008-03-27 Fujitsu Limited Electronic apparatus, control method thereof, control program thereof, and recording medium
US20090083662A1 (en) * 2007-09-26 2009-03-26 Autodesk, Inc. Navigation system for a 3d virtual scene
US20090093273A1 (en) * 2007-10-05 2009-04-09 Gerhard Dietrich Klassen Differentiating a portion of a text message shown in a listing on a handheld communication device using an icon
US8492666B2 (en) 2010-07-07 2013-07-23 Research In Motion Limited Key assembly for a mobile device
US11740727B1 (en) 2011-08-05 2023-08-29 P4Tents1 Llc Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback

Families Citing this family (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004341778A (en) * 2003-05-15 2004-12-02 Sharp Corp Electronic mail browsing device and electronic mail editing device
US7953448B2 (en) * 2006-05-31 2011-05-31 Research In Motion Limited Keyboard for mobile device
US8072427B2 (en) 2006-05-31 2011-12-06 Research In Motion Limited Pivoting, multi-configuration mobile device
US20070238489A1 (en) * 2006-03-31 2007-10-11 Research In Motion Limited Edit menu for a mobile communication device
JP4163721B2 (en) * 2006-05-08 2008-10-08 ソニー・エリクソン・モバイルコミュニケーションズ株式会社 Wireless communication terminal, application display method and program
US8873858B2 (en) * 2006-06-29 2014-10-28 Rpx Corporation Apparatus, method, device and computer program product providing enhanced text copy capability with touch input display
US8745141B2 (en) * 2006-08-07 2014-06-03 Yahoo! Inc. Calendar event, notification and alert bar embedded within mail
US7619584B2 (en) * 2006-09-08 2009-11-17 Generation One, Inc. Messaging including active response feature
US8238882B2 (en) * 2006-10-19 2012-08-07 Research In Motion Limited System and method for storage of electronic mail
WO2008083862A1 (en) * 2007-01-10 2008-07-17 Tomtom International B.V. Method of indicating traffic delays, computer program and navigation system therefor
KR100821163B1 (en) * 2007-01-25 2008-04-14 삼성전자주식회사 Method of handling messages in mobile terminals
US8819215B2 (en) * 2007-01-29 2014-08-26 Nokia Corporation System, methods, apparatuses and computer program products for providing step-ahead computing
US20090158212A1 (en) * 2007-02-06 2009-06-18 Access Systems Americas, Inc. System and method for presenting recently-used and in-use applications for ease of navigation on an electronic device
US20090031298A1 (en) * 2007-06-11 2009-01-29 Jeffrey Brunet System and method for automated installation and/or launch of software
US20090007011A1 (en) * 2007-06-28 2009-01-01 Microsoft Corporation Semantically rich way of navigating on a user device
US8732611B2 (en) * 2007-09-04 2014-05-20 Apple Inc. Graphical user interface for mobile electronic device
US8674944B2 (en) 2007-09-06 2014-03-18 Blackberry Limited Method and handheld electronic device for improved calendar user interface navigation
US8581750B2 (en) * 2007-09-18 2013-11-12 Liang-Hsi Chang Data input system with multi-directional pointing device
KR20090030966A (en) * 2007-09-21 2009-03-25 삼성전자주식회사 Apparatus and method for composing menu list's rank in potable terminal
US8239874B2 (en) * 2007-09-28 2012-08-07 Microsoft Corporation Inbox with focused messages according to categories
US20090089381A1 (en) * 2007-09-28 2009-04-02 Microsoft Corporation Pending and exclusive electronic mail inbox
US8190994B2 (en) 2007-10-25 2012-05-29 Nokia Corporation System and method for listening to audio content
EP2232831A4 (en) * 2007-12-12 2011-06-22 Eatoni Ergonomics Inc Telephone keypad based on tripods
US8296670B2 (en) * 2008-05-19 2012-10-23 Microsoft Corporation Accessing a menu utilizing a drag-operation
CN101661367A (en) * 2008-08-25 2010-03-03 扬智科技股份有限公司 Generation method of menu shortcut mode and user interface device
US20100107100A1 (en) 2008-10-23 2010-04-29 Schneekloth Jason S Mobile Device Style Abstraction
US8411046B2 (en) 2008-10-23 2013-04-02 Microsoft Corporation Column organization of content
WO2010082803A2 (en) * 2009-01-19 2010-07-22 Lg Electronics Inc. Method for delivering message based on cpm service and server thereof
US8175653B2 (en) 2009-03-30 2012-05-08 Microsoft Corporation Chromeless user interface
AU2010200390A1 (en) * 2009-12-04 2011-06-23 Blades, Dian Ms A method and system to edit textual information entered by a user onto the text entry field used to create a message on a mobile device in creating a message for transmission within a cellular network
US20110202864A1 (en) * 2010-02-15 2011-08-18 Hirsch Michael B Apparatus and methods of receiving and acting on user-entered information
US20110202879A1 (en) * 2010-02-15 2011-08-18 Research In Motion Limited Graphical context short menu
CA2736309C (en) 2010-04-23 2016-05-31 Research In Motion Limited Filtering data entries on mobile electronic devices having auxiliary input devices
US20110281597A1 (en) * 2010-05-11 2011-11-17 pomdevices, LLC Aided construction of sms status messages to caregivers
US8681009B2 (en) 2010-05-18 2014-03-25 pomdevices, LLC Activity trend detection and notification to a caregiver
US9542091B2 (en) 2010-06-04 2017-01-10 Apple Inc. Device, method, and graphical user interface for navigating through a user interface using a dynamic object selection indicator
US8890656B2 (en) 2010-08-31 2014-11-18 pomdevices, LLC Mobile panic button for health monitoring system
US20120266082A1 (en) * 2010-11-17 2012-10-18 Paul Webber Email client landscape display transition
US20120144467A1 (en) * 2010-12-06 2012-06-07 Google Inc. Network Selection from a Menu
US20130019175A1 (en) * 2011-07-14 2013-01-17 Microsoft Corporation Submenus for context based menu system
US9086794B2 (en) * 2011-07-14 2015-07-21 Microsoft Technology Licensing, Llc Determining gestures on context based menus
CN102915180B (en) * 2011-08-02 2015-06-03 联想(北京)有限公司 Display method, display device and electronic device
US9729695B2 (en) 2012-11-20 2017-08-08 Dropbox Inc. Messaging client application interface
US9654426B2 (en) * 2012-11-20 2017-05-16 Dropbox, Inc. System and method for organizing messages
KR102085225B1 (en) * 2012-12-05 2020-03-05 삼성전자주식회사 User terminal apparatus and contol method thereof
EP2781998A1 (en) * 2013-03-20 2014-09-24 Advanced Digital Broadcast S.A. A method and a system for generating a graphical user interface menu
US9529528B2 (en) * 2013-10-22 2016-12-27 International Business Machines Corporation Accelerated data entry for constrained format input fields
US10831348B1 (en) * 2013-12-13 2020-11-10 Google Llc Ranking and selecting task components based on frequency of completions
US9990340B2 (en) 2014-02-03 2018-06-05 Bluebeam, Inc. Batch generation of links to documents based on document name and page content matching
USD754143S1 (en) * 2014-02-18 2016-04-19 Line Corporation Display screen with graphical user interface
US9898162B2 (en) 2014-05-30 2018-02-20 Apple Inc. Swiping functions for messaging applications
US9971500B2 (en) 2014-06-01 2018-05-15 Apple Inc. Displaying options, assigning notification, ignoring messages, and simultaneous user interface displays in a messaging application
CN104536694A (en) * 2015-02-02 2015-04-22 苏黎 Method for rapidly starting application of mobile terminal and mobile terminal
USD783650S1 (en) * 2015-06-11 2017-04-11 Airwatch Llc Display screen, or portion thereof, with a navigational graphical user interface component
US20160371241A1 (en) * 2015-06-19 2016-12-22 Microsoft Technology Licensing, Llc Autocreate files using customizable list of storage locations
US10013146B2 (en) * 2015-08-27 2018-07-03 International Business Machines Corporation Data transfer target applications through content analysis
US10908811B1 (en) * 2019-12-17 2021-02-02 Dell Products, L.P. System and method for improving a graphical menu

Citations (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5319582A (en) * 1991-07-12 1994-06-07 Ma Hsi K Detachable portable personal computer
US5420976A (en) * 1992-11-12 1995-05-30 International Business Machines Corp. Method for selecting position-dependent actions of computer applications programs
US5679943A (en) * 1989-04-28 1997-10-21 Norand Corporation Hand-held terminal with display screens, interactive screens, magnetic credit card readers, scanners, printers and handlers
US5764474A (en) * 1997-03-03 1998-06-09 Compaq Computer Corporation Portable computer with tilting keyboard that exposes pointing device
US5903289A (en) * 1993-01-19 1999-05-11 Canon Kabushiki Kaisha Control circuit of a compact recording apparatus
US5903259A (en) * 1997-03-31 1999-05-11 Compaq Computer Corporation Method and apparatus for mapping remote control buttons onto keyboard stroke combinations
US5951399A (en) * 1994-09-13 1999-09-14 Garmin Corporation Ergonomic hand-held electronic device with keypad input and display screen
US6061576A (en) * 1996-03-06 2000-05-09 U.S. Philips Corporation Screen-phone and method of managing the menu of a screen-phone
US6073137A (en) * 1997-10-31 2000-06-06 Microsoft Method for updating and displaying the hierarchy of a data store
US6121968A (en) * 1998-06-17 2000-09-19 Microsoft Corporation Adaptive menus
US6262735B1 (en) * 1997-11-05 2001-07-17 Nokia Mobile Phones Ltd. Utilizing the contents of a message
US6309305B1 (en) * 1997-06-17 2001-10-30 Nokia Mobile Phones Limited Intelligent copy and paste operations for application handling units, preferably handsets
US20020142738A1 (en) * 2001-03-27 2002-10-03 Pascal Jambie Telephone comprising a perfected control keypad
US20020167548A1 (en) * 2001-05-14 2002-11-14 Murray La Tondra Method, system, and computer-program product for the customization of drop-down list boxes using hot lists
US6487396B1 (en) * 1998-06-02 2002-11-26 Nokia Mobile Phones Limited Electronic device and a control means
US20030008686A1 (en) * 2001-07-09 2003-01-09 Samsung Electronics Co., Ltd. Menu displaying method in a mobile terminal
US20030032455A1 (en) * 2001-08-10 2003-02-13 Fujitsu Limited Portable terminal
US6525714B1 (en) * 1999-11-12 2003-02-25 Acco Brands, Inc. Pointing device with an annular rotating ring
US20030064757A1 (en) * 2001-10-01 2003-04-03 Hitoshi Yamadera Method of displaying information on a screen
US6664991B1 (en) * 2000-01-06 2003-12-16 Microsoft Corporation Method and apparatus for providing context menus on a pen-based device
US20040015500A1 (en) * 2002-07-19 2004-01-22 Pierluigi Pugliese Selection rate based rearranging of menu items in an electronic device
US20040142720A1 (en) * 2000-07-07 2004-07-22 Smethers Paul A. Graphical user interface features of a browser in a hand-held wireless communication device
US20040165924A1 (en) * 2001-12-21 2004-08-26 Griffin Jason T. Keyboard arrangement
US6813509B2 (en) * 1999-12-21 2004-11-02 Nokia Mobile Phone Limited Switch
US20040261031A1 (en) * 2003-06-23 2004-12-23 Nokia Corporation Context dependent auxiliary menu elements
US20050076309A1 (en) * 2003-10-03 2005-04-07 Kevin Goldsmith Hierarchical in-place menus
US20050076312A1 (en) * 2003-10-03 2005-04-07 Gardner Douglas L. Hierarchical, multilevel, expand and collapse navigation aid for hierarchical structures
US20050119031A1 (en) * 2003-12-01 2005-06-02 Karin Spalink Apparatus, methods and computer program products providing menu expansion and organization functions
US20050125570A1 (en) * 2003-10-23 2005-06-09 Robert Olodort Portable communication devices
US20050190083A1 (en) * 2004-02-26 2005-09-01 Research In Motion Limited Keyboard arrangement for handheld electronic devices
US20050198582A1 (en) * 2004-03-05 2005-09-08 International Business Machines Corporation User interface expander and collapser
US20050198153A1 (en) * 2004-02-12 2005-09-08 International Business Machines Corporation Automated electronic message filing system
US6959208B2 (en) * 2001-10-16 2005-10-25 Fujitsu Limited Portable terminal
US20060007129A1 (en) * 2004-06-04 2006-01-12 Research In Motion Limited Scroll wheel with character input
US6993362B1 (en) * 1999-03-16 2006-01-31 Telefonaktiebolaget L M Ericsson (Publ) Portable communication apparatus having a hierarchical menu system and a dynamic menu
US20060022947A1 (en) * 2004-07-30 2006-02-02 Griffin Jason T Key arrangement for a keyboard
US20060041848A1 (en) * 2004-08-23 2006-02-23 Luigi Lira Overlaid display of messages in the user interface of instant messaging and other digital communication services
US7035720B2 (en) * 2002-11-13 2006-04-25 Harman / Becker Automotive Systems Gmbh In-car computer system and method for selecting and activating option menus
US20060095538A1 (en) * 2004-10-29 2006-05-04 Oracle International Corporation Parameter passing in web based systems
US20060184896A1 (en) * 2002-12-24 2006-08-17 Albert Foucher Process for optimized navigation in display menus of a mobile terminal and associated mobile terminal
US20060218506A1 (en) * 2005-03-23 2006-09-28 Edward Srenger Adaptive menu for a user interface
US7133706B2 (en) * 2002-06-12 2006-11-07 Nokia Corporation Mobile communication device having a keyboard including a keypad
US20060270444A1 (en) * 2005-05-25 2006-11-30 Ivan Miramontes Full qwerty web-phone with optional second keypad
US7177604B2 (en) * 2002-12-31 2007-02-13 Nokia Corporation Pointing device for handheld devices and method for implementing same
US20070044037A1 (en) * 2005-07-08 2007-02-22 Nissan Motor Co., Ltd. Menu display device and method
US20070050722A1 (en) * 2005-08-29 2007-03-01 Sap Ag Context preservation in a user interface through automated action option presentation
US7231229B1 (en) * 2003-03-16 2007-06-12 Palm, Inc. Communication device interface
US20070254700A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20070254701A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20070254704A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20070268259A1 (en) * 2004-06-21 2007-11-22 Griffin Jason T Handheld wireless communication device
US20070281675A1 (en) * 2006-05-31 2007-12-06 Velimir Pletikosa Pivoting, Multi-Configuration Mobile Device
US20080057985A1 (en) * 2006-09-01 2008-03-06 Jimmy Tao Method of relaying an electronic message to a handheld electronic device beyond the coverage area of a wireless network
US20080057941A1 (en) * 2006-09-01 2008-03-06 Sherryl Lee Lorraine Scott Method and apparatus for controlling a display in an electronic device
US20080276171A1 (en) * 2005-11-29 2008-11-06 Itzchak Sabo Filing System
US7511700B2 (en) * 2005-03-14 2009-03-31 Palm, Inc. Device and technique for assigning different inputs to keys on a keypad
US7532198B2 (en) * 2005-01-14 2009-05-12 Research In Motion Limited Handheld electronic device with roller ball input

Family Cites Families (214)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3633724A (en) * 1970-01-22 1972-01-11 Ronald A Samuel Electric typewriter key and keyboard arrangement
US3967273A (en) * 1974-03-29 1976-06-29 Bell Telephone Laboratories, Incorporated Method and apparatus for using pushbutton telephone keys for generation of alpha-numeric information
JPS5168726A (en) * 1974-12-12 1976-06-14 Hosiden Electronics Co
US4449839A (en) * 1982-09-22 1984-05-22 Bleuer Keith T Keyboard with elongate keys
USD278341S (en) 1983-01-19 1985-04-09 Motorola, Inc. Portable terminal or similar article
JPS59225431A (en) 1983-06-04 1984-12-18 Kawaguchi Gakuen Input method of character
US4680577A (en) * 1983-11-28 1987-07-14 Tektronix, Inc. Multipurpose cursor control keyswitch
USD293241S (en) 1985-10-16 1987-12-15 Citicorp Credit Services, Inc. Pocket terminal
US4773039A (en) 1985-11-19 1988-09-20 International Business Machines Corporation Information processing system for compaction and replacement of phrases
JPH0753467B2 (en) 1986-11-13 1995-06-07 ブラザー工業株式会社 Electronic typewriter
JPS63149719A (en) 1986-12-13 1988-06-22 Brother Ind Ltd Information processor
USD313401S (en) 1987-08-25 1991-01-01 Kabushiki Kaisha Toshiba Data entry terminal
US5184830A (en) * 1989-01-10 1993-02-09 Nintendo Company Limited Compact hand-held video game system
USD313413S (en) 1989-01-25 1991-01-01 Gec Plessey Telecommunications Limited Cordless handset telephone
USD312628S (en) 1989-04-05 1990-12-04 Sharp Corporation Portable order terminal with card reader
EP0667019B1 (en) * 1989-06-07 2003-09-17 Intermec IP Corp. Hand-held data capture system with interchangeable modules
CA1336418C (en) * 1989-08-29 1995-07-25 Edgar Matias One-handed keyboard
US5059048A (en) * 1989-10-17 1991-10-22 Sirkin Mark J Keyboard for use with one hand having curvilinear and linear rows of keys
US5575576A (en) * 1990-05-25 1996-11-19 Roysden, Jr.; Brunn W. Keyboard
US5217295A (en) * 1991-04-19 1993-06-08 Curtis Manufacturing Company, Inc. Light apparatus and method for illuminating a compact computer video screen
US5541622A (en) * 1990-07-24 1996-07-30 Incontrol Solutions, Inc. Miniature isometric joystick
DE4041987C2 (en) * 1990-12-21 1994-11-03 Mannesmann Ag Handset
US6005496A (en) 1991-04-10 1999-12-21 Kinesis Corporation Ergonomic keyboard apparatus
US5689253A (en) * 1991-04-10 1997-11-18 Kinesis Corporation Ergonomic keyboard apparatus
US5210789A (en) * 1991-06-28 1993-05-11 International Telecharge, Inc. Interactive telephone operator terminal
US5528235A (en) 1991-09-03 1996-06-18 Edward D. Lin Multi-status multi-function data processing key and key array
SG47982A1 (en) * 1991-09-26 1998-04-17 Casio Computer Co Ltd Portable telephone apparatus including electronic notebook function
JP3121642B2 (en) 1991-10-14 2001-01-09 富士通株式会社 keyboard
US5367298A (en) * 1991-10-25 1994-11-22 Axthelm John K Data input terminal
JP3442076B2 (en) * 1991-12-04 2003-09-02 シチズン時計株式会社 Data carrier
US5410333A (en) * 1992-03-18 1995-04-25 Conway; Kevin M. Computer keyboard
US5360280A (en) * 1992-05-19 1994-11-01 Metamorfyx Ergonomic keyboard including arcuate elongated keys
US5661605A (en) * 1992-06-26 1997-08-26 Conway; Kevin M. Computer keyboard
JP3376604B2 (en) * 1992-07-20 2003-02-10 カシオ計算機株式会社 Information management device
US5336001A (en) * 1992-08-04 1994-08-09 Lichtenberg Allan C Maximum comfort keyboard
JP3268467B2 (en) * 1992-09-08 2002-03-25 株式会社日立製作所 Telephone
JP3157304B2 (en) * 1992-09-22 2001-04-16 富士通株式会社 Virtual keyboard
US5465358A (en) * 1992-12-28 1995-11-07 International Business Machines Corporation System for enhancing user efficiency in initiating sequence of data processing system user inputs using calculated probability of user executing selected sequences of user inputs
US5426449A (en) * 1993-04-20 1995-06-20 Danziger; Paul Pyramid shaped ergonomic keyboard
JP3039204B2 (en) * 1993-06-02 2000-05-08 キヤノン株式会社 Document processing method and apparatus
JPH0764749A (en) * 1993-08-25 1995-03-10 Fujitsu Ltd Command execution processor
US5500643A (en) * 1993-08-26 1996-03-19 Grant; Alan H. One-hand prehensile keyboard
JPH0765673A (en) 1993-08-26 1995-03-10 Fujitsu Ltd Key board
USD357253S (en) 1993-09-29 1995-04-11 Star Paging (Communications Equipment) Manufacturing Ltd. Chinese/English financial pager
JP3454482B2 (en) * 1993-10-26 2003-10-06 キヤノン株式会社 Portable information devices
JP3546337B2 (en) 1993-12-21 2004-07-28 ゼロックス コーポレイション User interface device for computing system and method of using graphic keyboard
JP3523343B2 (en) 1993-12-27 2004-04-26 ミサワホーム株式会社 Key input device and key input method
US5473344A (en) 1994-01-06 1995-12-05 Microsoft Corporation 3-D cursor positioning device
US6097371A (en) * 1996-01-02 2000-08-01 Microsoft Corporation System and method of adjusting display characteristics of a displayable data file using an ergonomic computer input device
US5543787A (en) * 1994-03-23 1996-08-06 International Business Machines Corporation Keyboard with translating sections
US5659307A (en) * 1994-03-23 1997-08-19 International Business Machines Corporation Keyboard with biased movable keyboard sections
USD359920S (en) 1994-04-27 1995-07-04 Matsushita Electric Industrial Co., Ltd. Handheld position detecting and indicating receiver
US5611031A (en) * 1994-04-29 1997-03-11 General Magic, Inc. Graphical user interface for modifying object characteristics using coupon objects
US5685776A (en) 1994-11-23 1997-11-11 Tiger Electronics, Inc. Hand-held electronic game devices
JPH08249357A (en) * 1994-12-22 1996-09-27 Fuji Xerox Co Ltd Information processor
US5760773A (en) * 1995-01-06 1998-06-02 Microsoft Corporation Methods and apparatus for interacting with data objects using action handles
US5600790A (en) * 1995-02-10 1997-02-04 Research In Motion Limited Method and system for loading and confirming correct operation of an application program in a target system
US5786776A (en) 1995-03-13 1998-07-28 Kabushiki Kaisha Toshiba Character input terminal device and recording apparatus
USD367043S (en) 1995-03-21 1996-02-13 Amsc Subsidiary Corporation Mobile communicator computer
US5825353A (en) 1995-04-18 1998-10-20 Will; Craig Alexander Control of miniature personal digital assistant using menu and thumbwheel
US5700097A (en) * 1995-07-10 1997-12-23 Kuhlenschmidt; Richard E. Children's computer keyboard
JP3508961B2 (en) 1995-07-21 2004-03-22 ソニー株式会社 Terminal device
DE69607472T2 (en) 1995-07-26 2000-08-24 Tegic Communications Inc SYSTEM FOR SUPPRESSING AMBIANCE IN A REDUCED KEYBOARD
US5818437A (en) 1995-07-26 1998-10-06 Tegic Communications, Inc. Reduced keyboard disambiguating computer
GB9517440D0 (en) 1995-08-25 1995-10-25 Esselte Dymo Nv Printing apparatus
PT984000E (en) * 1995-09-26 2009-02-06 Agouron Pharma Process for producing amide derivatives and intermediate compounds
US5726688A (en) * 1995-09-29 1998-03-10 Ncr Corporation Predictive, adaptive computer interface
US5920308A (en) 1995-10-30 1999-07-06 Samsung Electronics Co., Ltd. Keyboard with a wireless remote control receiver and a method of redefining a key function for remote control
JP3727399B2 (en) 1996-02-19 2005-12-14 ミサワホーム株式会社 Screen display type key input device
US5774540A (en) * 1995-11-15 1998-06-30 Lucent Technologies Inc. Hierarchical menu screen interface for displaying and accessing telephone terminal features
US6107997A (en) 1996-06-27 2000-08-22 Ure; Michael J. Touch-sensitive keyboard/mouse and computing device using the same
FI111896B (en) 1995-11-24 2003-09-30 Nokia Corp Function to facilitate double-acting communication device operation, and double-acting communication device
FI111897B (en) 1995-11-24 2003-09-30 Nokia Corp Dual-acting communication device
US5911485A (en) * 1995-12-11 1999-06-15 Unwired Planet, Inc. Predictive data entry method for a keypad
FI100038B (en) 1995-12-22 1997-08-29 Nokia Mobile Phones Ltd Hinged device
US5829013A (en) 1995-12-26 1998-10-27 Intel Corporation Memory manager to allow non-volatile memory to be used to supplement main memory
US5672108A (en) * 1996-01-16 1997-09-30 Tiger Electronics, Inc. Electronic game with separate emitter
US6006351A (en) 1996-01-18 1999-12-21 Pocketscience, Inc. Electronic communications system and method
US6023779A (en) 1996-01-18 2000-02-08 Pocketscience, Inc. Electronic, acoustical tone generating communications system and method
US5737394A (en) * 1996-02-06 1998-04-07 Sony Corporation Portable telephone apparatus having a plurality of selectable functions activated by the use of dedicated and/or soft keys
GB9603702D0 (en) 1996-02-21 1996-04-17 Lucas Ind Plc Contactor and controller for a contactor
US5914702A (en) * 1996-03-04 1999-06-22 Hewlett-Packard Company Pointing device with wrap-around buttons
USD381021S (en) 1996-03-13 1997-07-15 Motorola, Inc. Portable radio communication device
FI961277A (en) 1996-03-20 1997-09-21 Nokia Mobile Phones Ltd Method for generating a string, an electronic communication device and a charging unit for charging an electronic communication device
US5982520A (en) 1996-03-28 1999-11-09 Xerox Corporation Personal storage device for application and data transfer
US5729221A (en) * 1996-04-01 1998-03-17 Motorola, Inc. Keypad configuration
JP3606498B2 (en) 1996-04-26 2005-01-05 三菱電機株式会社 Portable information terminal device
US6493006B1 (en) * 1996-05-10 2002-12-10 Apple Computer, Inc. Graphical user interface having contextual menus
USD383756S (en) 1996-07-15 1997-09-16 Motorola, Inc. Selective call receiver
US5974238A (en) 1996-08-07 1999-10-26 Compaq Computer Corporation Automatic data synchronization between a handheld and a host computer using pseudo cache including tags and logical data elements
US6014429A (en) 1996-08-12 2000-01-11 Lucent Technologies, Inc. Two-way wireless messaging system with transaction server
EP0920673B1 (en) 1996-08-23 2002-04-17 Wolf Heider Rein Method and device for the one-handed input of data
US5664896A (en) * 1996-08-29 1997-09-09 Blumberg; Marvin R. Speed typing apparatus and method
US6097431A (en) * 1996-09-04 2000-08-01 Flashpoint Technology, Inc. Method and system for reviewing and navigating among images on an image capture unit
US5931873A (en) 1996-10-04 1999-08-03 Telxon Corporation Programmable mobile device with thumb wheel
JP2002222037A (en) 1996-10-15 2002-08-09 Misawa Homes Co Ltd Key input device
USD386497S (en) 1996-11-19 1997-11-18 Motorola, Inc. Selective call transceiver
TW364971B (en) 1997-01-24 1999-07-21 Misawa Homes Co Keyboard input apparatus
US5953541A (en) 1997-01-24 1999-09-14 Tegic Communications, Inc. Disambiguating system for disambiguating ambiguous input sequences by displaying objects associated with the generated input sequences in the order of decreasing frequency of use
US5841374A (en) 1997-01-28 1998-11-24 Abraham; Joseph N. Micro word-pad with tactile multifunctional keys
JP2957507B2 (en) 1997-02-24 1999-10-04 インターナショナル・ビジネス・マシーンズ・コーポレイション Small information processing equipment
USD420351S (en) 1997-02-24 2000-02-08 Telefonaktiebolaget Lm Ericsson Mobile telephone
US6049796A (en) 1997-02-24 2000-04-11 Nokia Mobile Phones Limited Personal digital assistant with real time search capability
USD390509S (en) 1997-03-11 1998-02-10 Motorola, Inc. Portable telephone
US6310609B1 (en) 1997-04-17 2001-10-30 Nokia Mobile Phones Limited User interface with guide lights
US6209011B1 (en) 1997-05-08 2001-03-27 Microsoft Corporation Handheld computing device with external notification system
US5910802A (en) 1997-06-11 1999-06-08 Microsoft Corporation Operating system for handheld computing device having taskbar auto hide
US6091956A (en) * 1997-06-12 2000-07-18 Hollenberg; Dennis D. Situation information system
GB2326561B (en) 1997-06-17 2002-05-29 Nokia Mobile Phones Ltd An improved method of handling phone operations and a phone using the method
USD403362S (en) 1997-06-17 1998-12-29 Watercore Limited Key-chain electronic game
US6148261A (en) 1997-06-20 2000-11-14 American Calcar, Inc. Personal communication system to send and receive voice data positioning information
US6009333A (en) 1997-08-14 1999-12-28 Executone Information Systems, Inc. Telephone communication system having a locator and a scheduling facility
USD397369S (en) 1997-09-23 1998-08-25 Tiger Electronics, Inc. Cabinet housing for a hand-held electronic game
ES2182363T3 (en) 1997-09-25 2003-03-01 Tegic Communications Inc RESOLUTION SYSTEM OF REDUCED KEYBOARD AMBIGUTIES.
US6084576A (en) 1997-09-27 2000-07-04 Leu; Neng-Chyang User friendly keyboard
USD397728S (en) 1997-09-30 1998-09-01 Tiger Electronics, Inc. Electronic game housing
USD399537S (en) 1997-09-30 1998-10-13 Tiger Electronics, Inc. Electronic game housing
KR200239035Y1 (en) 1997-10-07 2001-11-22 윤종용 Handheld Computer with Detachable Keyboard and Thin Film Display
US5995026A (en) 1997-10-21 1999-11-30 Compaq Computer Corporation Programmable multiple output force-sensing keyboard
USD402572S (en) 1997-10-24 1998-12-15 Daewoo Telecom Ltd. Portable navigation assistant
AU2878999A (en) 1998-02-25 1999-09-15 Daniel S. Kwoh Alphanumerical data input device using multiple input keys
US6047047A (en) 1998-04-29 2000-04-04 3Com Corporation Telecommunication configurations for transceiving E-mail and methods of using same
EP0957425B1 (en) 1998-05-11 2003-09-24 Telefonaktiebolaget Lm Ericsson Keyboard for touch typing using only one hand
US6212412B1 (en) 1998-06-09 2001-04-03 Qualcomm Incorporated System and method for character case control in a wireless communication device
US6785710B2 (en) * 1998-06-22 2004-08-31 Genesys Telecommunications Laboratories, Inc. E-mail client with programmable address attributes
USD416256S (en) 1998-06-26 1999-11-09 Research In Motion Limited Hand-held messaging device with keyboard
US6489950B1 (en) 1998-06-26 2002-12-03 Research In Motion Limited Hand-held electronic device with auxiliary input device
US6278442B1 (en) 1998-06-26 2001-08-21 Research In Motion Limited Hand-held electronic device with a keyboard optimized for use with the thumbs
US6396482B1 (en) 1998-06-26 2002-05-28 Research In Motion Limited Hand-held electronic device with a keyboard optimized for use with the thumbs
USD433460S (en) 1999-08-05 2000-11-07 Research In Motion Limited Hand-held electronic device
US7679534B2 (en) * 1998-12-04 2010-03-16 Tegic Communications, Inc. Contextual prediction of user words and user actions
US6466232B1 (en) * 1998-12-18 2002-10-15 Tangis Corporation Method and system for controlling presentation of information to a user based on the user's condition
US6507336B1 (en) 1999-02-04 2003-01-14 Palm, Inc. Keyboard for a handheld computer
US6538651B1 (en) 1999-03-19 2003-03-25 John Hayman Parametric geometric element definition and generation system and method
JP4519381B2 (en) * 1999-05-27 2010-08-04 テジック コミュニケーションズ インク Keyboard system with automatic correction
US6480185B1 (en) * 1999-07-28 2002-11-12 Nokia Mobile Phones Limited Electronic device with trackball user input
USD464995S1 (en) 2000-11-03 2002-10-29 Research In Motion Limited Hand-held electronic device
US6385463B1 (en) 1999-10-26 2002-05-07 Qualcomm Incorporated Wireless communication device with detachable flip keyboard
US6473733B1 (en) 1999-12-01 2002-10-29 Research In Motion Limited Signal enhancement for voice coding
US6944821B1 (en) * 1999-12-07 2005-09-13 International Business Machines Corporation Copy/paste mechanism and paste buffer that includes source information for copied data
NO20003974L (en) * 2000-02-18 2001-08-20 Ziad Badarneh Manöverinnretning
US6630924B1 (en) 2000-02-22 2003-10-07 International Business Machines Corporation Gesture sensing split keyboard and approach for capturing keystrokes
USD432511S (en) 2000-02-22 2000-10-24 Ericsson Inc. Personal communication device
US6259044B1 (en) * 2000-03-03 2001-07-10 Intermec Ip Corporation Electronic device with tactile keypad-overlay
USD436591S1 (en) 2000-03-23 2001-01-23 Federal Express Corporation Electronic device
USD460068S1 (en) 2000-03-27 2002-07-09 Symbol Technologies, Inc. Portable handheld terminal housing
USD442101S1 (en) * 2000-05-17 2001-05-15 Spx Corporation Digital automobile tester
US6731227B2 (en) * 2000-06-06 2004-05-04 Kenichi Horie Qwerty type ten-key board based character input device
US20020014273A1 (en) * 2000-06-08 2002-02-07 Masterson Kelly Ann Manufacturing process for the pouf/puff
US6948135B1 (en) * 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US6364766B1 (en) * 2000-08-03 2002-04-02 Wms Gaming Inc. Gaming machine with sorting feature
US6735347B1 (en) * 2000-08-08 2004-05-11 International Business Machines Corporation Method and apparatus for text extraction from cut image
USD441733S1 (en) 2000-09-06 2001-05-08 Consumer Direct Link Inc. Multiple wireless PDA phone with finger biometric
USD460493S1 (en) 2000-10-10 2002-07-16 Research In Motion Limited Hand-held electronic device
US6810271B1 (en) * 2000-10-31 2004-10-26 Nokia Mobile Phones Ltd. Keypads for electrical devices
USD451079S1 (en) 2000-11-27 2001-11-27 Sendo International Limited Telephone
JP2002251253A (en) 2000-12-21 2002-09-06 Soichiro Nara Input part of mobile terminal
US6710768B2 (en) * 2001-01-22 2004-03-23 Hewlett-Packard Development Company, L.P. Integrated multi-function computer input device
USD459327S1 (en) 2001-02-19 2002-06-25 Sendo International Ltd. Telephone
USD454349S1 (en) 2001-02-22 2002-03-12 Sharp Kabushiki Kaisha Personal digital assistant
USD454849S1 (en) 2001-02-26 2002-03-26 Ericsson Inc. Portable communications device
US6977645B2 (en) * 2001-03-16 2005-12-20 Agilent Technologies, Inc. Portable electronic device with mouse-like capabilities
US7000188B1 (en) * 2001-03-29 2006-02-14 Hewlett-Packard Development Company, L.P. System and method for intelligently selecting media through a simplified user interface
JP2002297292A (en) 2001-03-30 2002-10-11 Masayoshi Shirakawa Keyboard input operation system for displaying character and/or symbol by one hand input operation on display and keyboard for the same system
USD458239S1 (en) 2001-04-10 2002-06-04 Mobigence, Inc. Telephone handset housing
US20020149566A1 (en) * 2001-04-16 2002-10-17 Sarkissian Arthur H. Key-surround module inputting device
US20020154159A1 (en) * 2001-04-19 2002-10-24 International Business Machines Corporation Method, apparatus, and program for associating successive repointing of a browser's load function with navigational links in web pages
USD461803S1 (en) 2001-05-02 2002-08-20 Research In Motion Limited Hand-held electronic device
US20030006968A1 (en) * 2001-05-04 2003-01-09 Robert Solomon Close form factor PDA detachable keyboard
US6957397B1 (en) * 2001-06-11 2005-10-18 Palm, Inc. Navigating through a menu of a handheld computer using a keyboard
US6589840B2 (en) * 2001-06-27 2003-07-08 Vanguard International Semiconductor Corporation Nonvolatile memory device with reduced floating gate and increased coupling ratio and manufacturing method thereof
KR100420069B1 (en) * 2001-08-23 2004-02-25 한국과학기술원 Method for developing adaptive menus
USD456794S1 (en) 2001-08-30 2002-05-07 Garmin Ltd. Wireless communications device
CA2408331C (en) * 2001-10-16 2008-11-18 Research In Motion Limited Handheld mobile communication device with repositionable display and inputs
USD472551S1 (en) 2001-11-30 2003-04-01 Research In Motion Limited Hand held electronic device with keyboard and auxiliary input
USD472225S1 (en) 2001-12-07 2003-03-25 Research In Motion Limited Handheld electronic device
US7075520B2 (en) * 2001-12-12 2006-07-11 Zi Technology Corporation Ltd Key press disambiguation using a keypad of multidirectional keys
USD473226S1 (en) * 2001-12-21 2003-04-15 Research In Motion Limited Handheld electronic device and a keyboard
CN1316339C (en) 2001-12-21 2007-05-16 捷讯研究有限公司 Handheld electronic device with keyboard
USD479233S1 (en) 2002-01-08 2003-09-02 Research In Motion Limited Handheld electronic device
US6741232B1 (en) * 2002-01-23 2004-05-25 Good Technology, Inc. User interface for a data processing apparatus
JP2003258977A (en) 2002-03-04 2003-09-12 Taro Takahara Mobile telephone set
USD469749S1 (en) 2002-03-07 2003-02-04 Young S. Kim Wireless voice/data communicator
SG125895A1 (en) * 2002-04-04 2006-10-30 Xrgomics Pte Ltd Reduced keyboard system that emulates qwerty-type mapping and typing
US7546548B2 (en) * 2002-06-28 2009-06-09 Microsoft Corporation Method and system for presenting menu commands for selection
US7216588B2 (en) * 2002-07-12 2007-05-15 Dana Suess Modified-qwerty letter layout for rapid data entry
JP4416384B2 (en) * 2002-07-19 2010-02-17 株式会社ルネサステクノロジ Semiconductor integrated circuit
JP3675430B2 (en) * 2002-09-20 2005-07-27 株式会社日立製作所 Mobile phone
US7340674B2 (en) * 2002-12-16 2008-03-04 Xerox Corporation Method and apparatus for normalizing quoting styles in electronic mail messages
JP4105055B2 (en) 2002-12-27 2008-06-18 矢崎総業株式会社 Water stop structure of covered wire
US7549131B2 (en) * 2002-12-31 2009-06-16 Apple Inc. Method of controlling movement of a cursor on a screen and a computer readable medium containing such a method as a program code
US6796760B1 (en) * 2003-03-21 2004-09-28 Intier Automotive Inc. Retention structure for a fastener
DE10313115B4 (en) 2003-03-24 2013-03-14 Vodafone Holding Gmbh Adjustment procedure for the menu guidance of mobile radio terminals
US7102626B2 (en) * 2003-04-25 2006-09-05 Hewlett-Packard Development Company, L.P. Multi-function pointing device
US20040229663A1 (en) * 2003-05-16 2004-11-18 Tosey Joseph P. R. Mobile electronic device with tactile keyboard
US7949960B2 (en) * 2003-09-30 2011-05-24 Sap Ag Predictive rendering of user interfaces
US7614004B2 (en) * 2003-12-15 2009-11-03 Microsoft Corporation Intelligent forward resource navigation
US8842070B2 (en) * 2004-03-17 2014-09-23 Intel Corporation Integrated tracking for on screen navigation with small hand held devices
US20050229119A1 (en) * 2004-04-07 2005-10-13 Nokia Corporation Method for the presentation and selection of document links in small screen electronic devices
KR100627066B1 (en) * 2004-11-10 2006-09-25 삼성테크윈 주식회사 Method for searching images stored in digital storage device
US20060218492A1 (en) * 2005-03-22 2006-09-28 Andrade Jose O Copy and paste with citation attributes
US9606634B2 (en) * 2005-05-18 2017-03-28 Nokia Technologies Oy Device incorporating improved text input mechanism
US9785329B2 (en) * 2005-05-23 2017-10-10 Nokia Technologies Oy Pocket computer and associated methods
US20060284840A1 (en) * 2005-06-15 2006-12-21 Research In Motion Limited Portable electronic device including pointer and related methods
JP3865141B2 (en) * 2005-06-15 2007-01-10 任天堂株式会社 Information processing program and information processing apparatus
US7689925B2 (en) * 2005-09-13 2010-03-30 Microsoft Corporation Copy and paste extensibility
US8539374B2 (en) * 2005-09-23 2013-09-17 Disney Enterprises, Inc. Graphical user interface for electronic devices
US7810068B2 (en) * 2005-10-18 2010-10-05 Red Hat, Inc. Paste by example
US7587684B2 (en) * 2006-01-23 2009-09-08 Nokia Corporation Mobile communication terminal and method therefore
US20070238488A1 (en) * 2006-03-31 2007-10-11 Research In Motion Limited Primary actions menu for a mobile communication device
US20070234235A1 (en) * 2006-03-31 2007-10-04 Research In Motion Limited Activities/applications menu for a mobile communication device
US7802201B2 (en) * 2006-12-29 2010-09-21 Research In Motion Limited System and method for panning and zooming an image on a display of a handheld electronic device
US20080163121A1 (en) * 2006-12-29 2008-07-03 Research In Motion Limited Method and arrangement for designating a menu item on a handheld electronic device
US20080163112A1 (en) * 2006-12-29 2008-07-03 Research In Motion Limited Designation of menu actions for applications on a handheld electronic device

Patent Citations (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5679943A (en) * 1989-04-28 1997-10-21 Norand Corporation Hand-held terminal with display screens, interactive screens, magnetic credit card readers, scanners, printers and handlers
US5319582A (en) * 1991-07-12 1994-06-07 Ma Hsi K Detachable portable personal computer
US5420976A (en) * 1992-11-12 1995-05-30 International Business Machines Corp. Method for selecting position-dependent actions of computer applications programs
US5903289A (en) * 1993-01-19 1999-05-11 Canon Kabushiki Kaisha Control circuit of a compact recording apparatus
US5951399A (en) * 1994-09-13 1999-09-14 Garmin Corporation Ergonomic hand-held electronic device with keypad input and display screen
US6061576A (en) * 1996-03-06 2000-05-09 U.S. Philips Corporation Screen-phone and method of managing the menu of a screen-phone
US5764474A (en) * 1997-03-03 1998-06-09 Compaq Computer Corporation Portable computer with tilting keyboard that exposes pointing device
US5903259A (en) * 1997-03-31 1999-05-11 Compaq Computer Corporation Method and apparatus for mapping remote control buttons onto keyboard stroke combinations
US6309305B1 (en) * 1997-06-17 2001-10-30 Nokia Mobile Phones Limited Intelligent copy and paste operations for application handling units, preferably handsets
US6073137A (en) * 1997-10-31 2000-06-06 Microsoft Method for updating and displaying the hierarchy of a data store
US6262735B1 (en) * 1997-11-05 2001-07-17 Nokia Mobile Phones Ltd. Utilizing the contents of a message
US6487396B1 (en) * 1998-06-02 2002-11-26 Nokia Mobile Phones Limited Electronic device and a control means
US6121968A (en) * 1998-06-17 2000-09-19 Microsoft Corporation Adaptive menus
US6993362B1 (en) * 1999-03-16 2006-01-31 Telefonaktiebolaget L M Ericsson (Publ) Portable communication apparatus having a hierarchical menu system and a dynamic menu
US6525714B1 (en) * 1999-11-12 2003-02-25 Acco Brands, Inc. Pointing device with an annular rotating ring
US6813509B2 (en) * 1999-12-21 2004-11-02 Nokia Mobile Phone Limited Switch
US6664991B1 (en) * 2000-01-06 2003-12-16 Microsoft Corporation Method and apparatus for providing context menus on a pen-based device
US20040142720A1 (en) * 2000-07-07 2004-07-22 Smethers Paul A. Graphical user interface features of a browser in a hand-held wireless communication device
US20020142738A1 (en) * 2001-03-27 2002-10-03 Pascal Jambie Telephone comprising a perfected control keypad
US20020167548A1 (en) * 2001-05-14 2002-11-14 Murray La Tondra Method, system, and computer-program product for the customization of drop-down list boxes using hot lists
US20030008686A1 (en) * 2001-07-09 2003-01-09 Samsung Electronics Co., Ltd. Menu displaying method in a mobile terminal
US20030032455A1 (en) * 2001-08-10 2003-02-13 Fujitsu Limited Portable terminal
US20030064757A1 (en) * 2001-10-01 2003-04-03 Hitoshi Yamadera Method of displaying information on a screen
US6959208B2 (en) * 2001-10-16 2005-10-25 Fujitsu Limited Portable terminal
US7083342B2 (en) * 2001-12-21 2006-08-01 Griffin Jason T Keyboard arrangement
US20040165924A1 (en) * 2001-12-21 2004-08-26 Griffin Jason T. Keyboard arrangement
US7133706B2 (en) * 2002-06-12 2006-11-07 Nokia Corporation Mobile communication device having a keyboard including a keypad
US20040015500A1 (en) * 2002-07-19 2004-01-22 Pierluigi Pugliese Selection rate based rearranging of menu items in an electronic device
US7035720B2 (en) * 2002-11-13 2006-04-25 Harman / Becker Automotive Systems Gmbh In-car computer system and method for selecting and activating option menus
US20060184896A1 (en) * 2002-12-24 2006-08-17 Albert Foucher Process for optimized navigation in display menus of a mobile terminal and associated mobile terminal
US7177604B2 (en) * 2002-12-31 2007-02-13 Nokia Corporation Pointing device for handheld devices and method for implementing same
US7231229B1 (en) * 2003-03-16 2007-06-12 Palm, Inc. Communication device interface
US20040261031A1 (en) * 2003-06-23 2004-12-23 Nokia Corporation Context dependent auxiliary menu elements
US20050076312A1 (en) * 2003-10-03 2005-04-07 Gardner Douglas L. Hierarchical, multilevel, expand and collapse navigation aid for hierarchical structures
US20050076309A1 (en) * 2003-10-03 2005-04-07 Kevin Goldsmith Hierarchical in-place menus
US20050125570A1 (en) * 2003-10-23 2005-06-09 Robert Olodort Portable communication devices
US20050119031A1 (en) * 2003-12-01 2005-06-02 Karin Spalink Apparatus, methods and computer program products providing menu expansion and organization functions
US7454713B2 (en) * 2003-12-01 2008-11-18 Sony Ericsson Mobile Communications Ab Apparatus, methods and computer program products providing menu expansion and organization functions
US20050198153A1 (en) * 2004-02-12 2005-09-08 International Business Machines Corporation Automated electronic message filing system
US20050190083A1 (en) * 2004-02-26 2005-09-01 Research In Motion Limited Keyboard arrangement for handheld electronic devices
US20050198582A1 (en) * 2004-03-05 2005-09-08 International Business Machines Corporation User interface expander and collapser
US20060007129A1 (en) * 2004-06-04 2006-01-12 Research In Motion Limited Scroll wheel with character input
US20070254700A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20070254701A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20070268259A1 (en) * 2004-06-21 2007-11-22 Griffin Jason T Handheld wireless communication device
US20070254704A1 (en) * 2004-06-21 2007-11-01 Griffin Jason T Handheld wireless communication device
US20060022947A1 (en) * 2004-07-30 2006-02-02 Griffin Jason T Key arrangement for a keyboard
US20060041848A1 (en) * 2004-08-23 2006-02-23 Luigi Lira Overlaid display of messages in the user interface of instant messaging and other digital communication services
US20060095538A1 (en) * 2004-10-29 2006-05-04 Oracle International Corporation Parameter passing in web based systems
US7532198B2 (en) * 2005-01-14 2009-05-12 Research In Motion Limited Handheld electronic device with roller ball input
US7511700B2 (en) * 2005-03-14 2009-03-31 Palm, Inc. Device and technique for assigning different inputs to keys on a keypad
US20060218506A1 (en) * 2005-03-23 2006-09-28 Edward Srenger Adaptive menu for a user interface
US20060270444A1 (en) * 2005-05-25 2006-11-30 Ivan Miramontes Full qwerty web-phone with optional second keypad
US20070044037A1 (en) * 2005-07-08 2007-02-22 Nissan Motor Co., Ltd. Menu display device and method
US20070050722A1 (en) * 2005-08-29 2007-03-01 Sap Ag Context preservation in a user interface through automated action option presentation
US20080276171A1 (en) * 2005-11-29 2008-11-06 Itzchak Sabo Filing System
US20070281675A1 (en) * 2006-05-31 2007-12-06 Velimir Pletikosa Pivoting, Multi-Configuration Mobile Device
US20080057985A1 (en) * 2006-09-01 2008-03-06 Jimmy Tao Method of relaying an electronic message to a handheld electronic device beyond the coverage area of a wireless network
US20080057941A1 (en) * 2006-09-01 2008-03-06 Sherryl Lee Lorraine Scott Method and apparatus for controlling a display in an electronic device

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070192712A1 (en) * 2006-02-13 2007-08-16 Research In Motion Limited Method and arrangement for providing a primary actions menu on a wireless handheld communication device
US8904286B2 (en) * 2006-02-13 2014-12-02 Blackberry Limited Method and arrangement for providing a primary actions menu on a wireless handheld communication device
US8209631B2 (en) * 2006-08-24 2012-06-26 Nokia Corporation User interface for an electronic device
US20080052640A1 (en) * 2006-08-24 2008-02-28 Christian Kraft User Interface For an Electronic Device
US20080059911A1 (en) * 2006-09-01 2008-03-06 Taneli Kulo Advanced player
US7805684B2 (en) * 2006-09-01 2010-09-28 Nokia Corporation Mobile communications terminal
US20080059908A1 (en) * 2006-09-01 2008-03-06 Jaakko Arvilommi Mobile communications terminal
US20080076488A1 (en) * 2006-09-22 2008-03-27 Fujitsu Limited Electronic apparatus, control method thereof, control program thereof, and recording medium
US8423085B2 (en) * 2006-09-22 2013-04-16 Fujitsu Limited Electronic apparatus, control method thereof, control program thereof, and recording medium
US20090083662A1 (en) * 2007-09-26 2009-03-26 Autodesk, Inc. Navigation system for a 3d virtual scene
US10025454B2 (en) * 2007-09-26 2018-07-17 Autodesk, Inc. Navigation system for a 3D virtual scene
US20090093273A1 (en) * 2007-10-05 2009-04-09 Gerhard Dietrich Klassen Differentiating a portion of a text message shown in a listing on a handheld communication device using an icon
US9148503B2 (en) 2007-10-05 2015-09-29 Blackberry Limited Differentiating a portion of a text message shown in a listing on a handheld communication device using an icon
US8311562B2 (en) * 2007-10-05 2012-11-13 Research In Motion Limited Differentiating a portion of a text message shown in a listing on a handheld communication device using an icon
US8492666B2 (en) 2010-07-07 2013-07-23 Research In Motion Limited Key assembly for a mobile device
US11740727B1 (en) 2011-08-05 2023-08-29 P4Tents1 Llc Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback

Also Published As

Publication number Publication date
US20070192743A1 (en) 2007-08-16
US20070192736A1 (en) 2007-08-16
CA2572574C (en) 2011-08-16
US20070192708A1 (en) 2007-08-16
US20070192738A1 (en) 2007-08-16
US7568169B2 (en) 2009-07-28
US20070192750A1 (en) 2007-08-16
US20070192742A1 (en) 2007-08-16
CA2572574A1 (en) 2007-08-13
US8689138B2 (en) 2014-04-01
US20070192737A1 (en) 2007-08-16
US7669144B2 (en) 2010-02-23

Similar Documents

Publication Publication Date Title
US8904286B2 (en) Method and arrangement for providing a primary actions menu on a wireless handheld communication device
US20070192711A1 (en) Method and arrangement for providing a primary actions menu on a handheld communication device
EP1818769A1 (en) Method and arrangement for providing a primary actions menu on a handheld communication device
US20070192714A1 (en) Method and arrangement for providing a primary actions menu on a handheld communication device having a reduced alphabetic keyboard
US8537117B2 (en) Handheld wireless communication device that selectively generates a menu in response to received commands
US8209063B2 (en) Navigation tool with audible feedback on a handheld communication device
US7770118B2 (en) Navigation tool with audible feedback on a handheld communication device having a full alphabetic keyboard
US8341551B2 (en) Method and arrangment for a primary actions menu for a contact data entry record of an address book application on a handheld electronic device
US20080163112A1 (en) Designation of menu actions for applications on a handheld electronic device
US20070192027A1 (en) Navigation tool with audible feedback on a wireless handheld communication device
US20080163121A1 (en) Method and arrangement for designating a menu item on a handheld electronic device
US20070192699A1 (en) Navigation tool with audible feedback on a handheld communication device having a reduced alphabetic keyboard
US20070254700A1 (en) Handheld wireless communication device
WO2007143821A9 (en) Primary actions menu on a handheld communication device
US20070192713A1 (en) Method and arrangement for providing a primary actions menu on a handheld communication device having a full alphabetic keyboard
US7973765B2 (en) Handheld wireless communication device
US7986301B2 (en) Handheld wireless communication device
US8064946B2 (en) Handheld wireless communication device
US8271036B2 (en) Handheld wireless communication device
US20070254698A1 (en) Handheld wireless communication device
CA2650527C (en) Primary actions menu on a handheld communication device
US20070254703A1 (en) Handheld wireless communication device

Legal Events

Date Code Title Description
AS Assignment

Owner name: RESEARCH IN MOTION LIMITED, CANADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEE, MATTHEW;BOCKING, ANDREW;GRIFFIN, JASON T.;AND OTHERS;REEL/FRAME:017784/0952;SIGNING DATES FROM 20060602 TO 20060605

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: BLACKBERRY LIMITED, ONTARIO

Free format text: CHANGE OF NAME;ASSIGNOR:RESEARCH IN MOTION LIMITED;REEL/FRAME:034143/0567

Effective date: 20130709

AS Assignment

Owner name: MALIKIE INNOVATIONS LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BLACKBERRY LIMITED;REEL/FRAME:064104/0103

Effective date: 20230511