WO2005010660A2 - Multi-modal method for application swapping - Google Patents

Multi-modal method for application swapping Download PDF

Info

Publication number
WO2005010660A2
WO2005010660A2 PCT/US2004/020161 US2004020161W WO2005010660A2 WO 2005010660 A2 WO2005010660 A2 WO 2005010660A2 US 2004020161 W US2004020161 W US 2004020161W WO 2005010660 A2 WO2005010660 A2 WO 2005010660A2
Authority
WO
WIPO (PCT)
Prior art keywords
icon
mouse
response
graphical
key
Prior art date
Application number
PCT/US2004/020161
Other languages
French (fr)
Other versions
WO2005010660A3 (en
Inventor
William Patrick Tunney
Original Assignee
Sap Aktiengesellschaft
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 Sap Aktiengesellschaft filed Critical Sap Aktiengesellschaft
Publication of WO2005010660A2 publication Critical patent/WO2005010660A2/en
Publication of WO2005010660A3 publication Critical patent/WO2005010660A3/en

Links

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

  • ALT+TAB key combination causes a display window to appear which includes graphical icons for all the currently running applications.
  • a user may cycle through the graphical icons until she reaches the icon corresponding to the running application she wishes to view. As the user cycles through the icons, each successive icon is highlighted.
  • An exemplary highlight mark is a box-outline around the icon.
  • the user may release the ALT+TAB key combination and the currently displayed application is swapped with a new application corresponding to the desired icon.
  • the user may have to press the TAB key numerous times before reaching the desired icon and swapping to the desired application.
  • the user may wish to access a reference window, e.g., an API browser, that is running, but not accessed often. When the user does need to access the reference window, the user wishes to do so quickly. However, the user must press the TAB key numerous times to reach the reference window icon. In another instance, the user may wish to return to a recently viewed application.
  • the graphical icons of the most recently viewed applications appear last in the display window.
  • the user is forced to tab through the entire list before reaching the desired icon.
  • the user must now awkwardly press the SHIFT key, in addition to holding down the ALT key and pressing the TAB key, in order to tab backward to the desired icon. Or the user must tab forward through the entire list again until reaching the desired icon.
  • some systems provide a taskbar for listing the currently running applications.
  • the taskbar is generally disposed across the bottom of the display screen and provides an application icon for each running application. The user typically uses the mouse to click on an application icon to view the corresponding application.
  • the width of the taskbar is limited to the width of the display screen.
  • the width of each application icon is limited to an equally divisible portion of the taskbar.
  • the user instead must move the mouse over each icon as an information window pops up and displays an application descriptor. Or the user must click on the icon and display the application in order to identify it.
  • the user may extend the height of the taskbar to provide multiple rows for the application icons.
  • the more applications running the greater the taskbar height and, hence, the less available display space on the screen. None of these options are ideal, all wasting time and effort.
  • Embodiments of the present invention provide a method for swapping between currently running applications. These embodiments provide a multi-modal input mechanism that improves the effectiveness of the ALT+TAB key combination when application swapping, using a keyboard and a mouse.
  • the method includes displaying the graphical icons corresponding to the currently running applications in response to an ALT+TAB key combination.
  • the method further includes selecting one of the graphical icons in response to a mouse input and displaying the running application corresponding to the selected icon.
  • the method advantageously improves the speed and ease of application swapping when using the ALT+TAB key combination.
  • FIG. 1 is an exemplary computer used for application swapping according to embodiments of the present invention.
  • FIG. 2 is a flowchart of an embodiment of a method according to the present invention.
  • FIG. 3 is a flowchart of an alternate embodiment of a method according to the present invention.
  • FIG. 4 is a flowchart of another alternate embodiment of a method according to the present invention.
  • Embodiments of the present invention provide a multi-modal method for swapping between currently running applications.
  • Embodiments use the ALT+TAB key combination and the mouse to select one of the applications to view.
  • the ALT+TAB key combination causes a window to appear on the display screen, the window containing graphical icons corresponding to the currently running applications.
  • the mouse may then be used to click on one of the graphical icons, causing the application corresponding to the selected icon to appear on the display screen.
  • the mouse By using the mouse with the ALT+TAB key combination, the user is able to directly select the desired icon by clicking on it with the mouse rather than TAB to it. Accordingly, the multi-modal combination of the keyboard and mouse provides a quick and easy way to swap between currently running applications, particularly when there is a large number of applications running at once.
  • FIG. 1 shows an exemplary computer that may be used to implement embodiments of the present invention.
  • the computer 100 may include input/output devices, such as a keyboard 110, a mouse 120, and a display screen 130, and a processing core 140 to process inputs from the keyboard 110 and mouse 120 and outputs to the display screen 130.
  • the core 140 may include, but is not limited to, a processor provided in communication with a system memory module, a storage device, and possibly other I/O devices (not shown).
  • the processor may process the inputs and outputs.
  • the memory may store program instructions to be executed by the processor and also may store variable data generated pursuant to program execution.
  • the program instructions may represent an operating system of the computer 100 and/or application programs.
  • the memory may be a memory system including one or more electrical, magnetic, or optical memory devices.
  • the I/O devices may include serial and parallel ports for interface between the keyboard 110, mouse 120, display screen 130, and core 140.
  • Embodiments of the present invention may implement the multi-modal method by modifying an existing ALT+TAB key combination event handler to include routines to handle mouse-based events.
  • Such events may include an event detecting a position of the mouse pointer relative to the graphical icons (a "mouse focus” event) and an event receiving a mouse click indicating selection of one of the icons (a "mouse click” event).
  • the event handler When the event handler displays the graphical icons upon receipt of the ALT+TAB key combination, it may use information about the currently running applications including the icon of the application, a text string describing the icon, i.e., the application descriptor, the (x,y) coordinates and size of the icon on the display screen, an application icon id for each active application, and a pointer to the currently highlighted icon.
  • the mouse-based events that are added to the existing event handler also make use of this information, as will be described below.
  • the mouse focus event may emulate the pressing of the TAB key.
  • the event handler may process the event in terms of the number of TAB key presses to be performed in order to move to and highlight the desired icon. To do this, the event handler may first detect the (x,y) coordinates of the mouse pointer on the display screen. The event handler may then match the (x,y) coordinates of the mouse pointer with the region on the display screen occupied by a graphical icon. The application icon id of the matched graphical icon may then be retrieved. [0016] If the application icon id of the currently highlighted icon and that of the icon currently pointed to are the same, then the event handler need not perform the mouse focus event.
  • the mouse pointer may be pointing to the already highlighted icon. So, the event handler need not swap applications. However, if not, then the event handler may calculate the number of TAB key presses required to move from the currently highlighted icon to the icon currently pointed at. The event handler may then perform the number of TAB key presses to visually highlight the newly selected icon and to internally associate the pointer with the newly selected icon.
  • TABLE 1 shows exemplary code that may demonstrate a methodology for the mouse focus event OnMouseMove that performs the functions as described above.
  • This code is illustrative of what one might find in a Windows implementation of embodiments of the present invention.
  • This extension to the ALT+TAB event handler // tests if the user is holding the ALT key while moving the mouse. If the user // is holding the ALT key and the mouse pointer is placed over an application // icon, OnKeyDown events are fired until the application icon is highlighted, // equating to TAB key presses.
  • the mouse click event may emulate the release of the ALT key. After the user has reached the desired icon by using either the TAB key or the mouse pointer, the user may click a mouse button to select the desired icon. The event handler may then perform the ALT release function, which causes the application corresponding to the selected icon to appear on the display screen and simultaneously the window displaying the graphical icons to disappear. In these embodiments, either the left, right, or middle, if available, mouse button may be configured to trigger the mouse click event depending on the application.
  • TABLE 2 shows exemplary code that may demonstrate a methodology for the mouse click event OnLButtonDown that performs the functions as described above. This code is illustrative of what one might find in a Windows implementation of embodiments of the present invention.
  • FIG. 2 is a flowchart of an embodiment of a method for application swapping according to the present invention.
  • the processor may receive (205) an ALT+TAB key combination input from the keyboard 110.
  • the processor may then run the event handler to handle the ALT+TAB event, where the processor may display (210) graphical icons corresponding to the currently running applications on the display screen 130.
  • the processor may wait to receive the mouse-based events.
  • the processor may receive (215) a mouse focus event from the mouse 120 as the user moves the mouse pointer to point to the desired graphical icon.
  • a graphical icon may be highlighted (220) as the mouse pointer moves over it.
  • the processor may resolve the coordinates of the pointer with the graphical icon and associate the pointer with the graphical icon, as previously described.
  • the processor may receive (225) a mouse click event.
  • the processor may then release the display of graphical icons and switch (230) to the application corresponding to the selected icon, emulating a release of the ALT key. Anytime thereafter, the user may physically release the ALT key.
  • the processor may receive
  • the processor mayswitch (230) to the application corresponding to the currently highlighted icon.
  • FIG. 3 is a flowchart of an alternate embodiment of a method for application swapping according to the present invention.
  • the processor may continue to run (360) other operating system programs until it receives (305) an ALT+TAB key combination as input. After receiving the ALT+TAB key combination input, the processor may then display (310) graphical icons corresponding to all the currently running applications. In the display window, the icon of the application currently selected may be highlighted (315). The user may continue to hold down the ALT key.
  • the processor may determine whether the user has moved the mouse pointer to point to an icon. If so, the processor may receive (330) the mouse pointer input and the mouse focus event may be triggered. The processor may then resolve the mouse pointer input using a technique as previously described, for example, and highlight (335) the icon pointed to. [0026] Next, the processor may determine whether the user has clicked on the highlighted icon with the mouse. If so, the processor may receive (340) the mouse click input and the mouse click event may be triggered. Upon receiving the mouse click input, the processor may perform the routine that releases (345) the ALT key. The processor may then switch (355) to the application corresponding to the highlighted icon. Anytime thereafter, the user may physically release the ALT key.
  • the processor may determine (350) whether the user has released the ALT key. If so, the processor may switch (355) to the application corresponding to the highlighted icon. If the user has not released the ALT key, then the processor may wait for receipt of a TAB key input (320), a mouse pointer input (330), or a mouse click input (340) in order to select and switch to one of the running applications.
  • the processor may then run (360) other operating system programs until receiving the next ALT+TAB input.
  • FIG. 4 is a flowchart of another alternate embodiment of a method for application swapping according to the present invention.
  • the user need not continue to hold down the ALT key while using the TAB key or the mouse to select an application to switch to. Instead, the user may press the ALT+TAB key combination and then release it.
  • the processor may receive (405) the ALT+TAB input and display (410) graphical icons corresponding to the currently running applications on the display screen 130. The icon corresponding to the currently selected application may be highlighted (415).
  • the processor may continue to display the icons for a predetermined time period after the user has released the ALT key.
  • a timer may start (420) after the icons are displayed and the ALT key released in order to measure the predetermined time period.
  • the processor may determine whether input from either the keyboard 110 or the mouse 120 has been received. Similar to FIG. 3, if the processor receives (430) a TAB input, then the next icon in the display window may be highlighted (435). If the processor receives (440) a mouse pointer input, then the processor may highlight (445) the icon that the pointer points to. If the processor receives (450) a mouse click input, then the processor may switch (455) to the application corresponding to the highlighted icon.
  • the processor may end the ALT+TAB+mouse combination and then run (460) other operating system programs until receiving the next ALT+TAB input.
  • ALT+TAB key combination may include any key strokes, individually or in combination, that may be configured to perform embodiments of the present invention.
  • embodiments are not limited to the combination of a keyboard and a mouse. Any other device, such as a trackball, a touch pad, a touch screen, a stylus, or a laser pen, capable of providing input to a processor may be used to replace either or both the keyboard and/or mouse.
  • Embodiments of the present invention may be implemented using any type of computer, such as a general-purpose microprocessor, programmed according to the teachings of the embodiments.
  • the embodiments of the present invention thus also includes a machine readable medium, which may include instructions used to program a processor to perform a method according to the embodiments of the present invention.
  • This medium may include, but is not limited to, any type of disk including floppy disk, optical disk, and CD-ROMs.
  • the structure of the software used to implement the embodiments of the invention may take any desired form, such as a single or multiple programs. It may be further understood that the method of an embodiment of the present invention may be implemented by software, hardware, or a combination thereof.

Abstract

A multi-modal method for application swapping. An embodiment of a method includes, in response to a first key stroke, displaying a plurality of graphical icons corresponding to running applications, in response to a mouse input, selecting one of the graphical icons, and displaying the running application corresponding to the selected icon. The method enables a user to quickly and easily swap between currently running applications using a keyboard and a mouse.

Description

MULTI-MODAL METHOD FOR APPLICATION SWAPPING
BACKGROUND [001] Many Windows-based operating systems allow a user to swap between running applications by using the ALT+TAB key combination. This combination causes a display window to appear which includes graphical icons for all the currently running applications. By holding down the ALT key while repeatedly pressing the TAB key, a user may cycle through the graphical icons until she reaches the icon corresponding to the running application she wishes to view. As the user cycles through the icons, each successive icon is highlighted. An exemplary highlight mark is a box-outline around the icon. Upon reaching the desired icon, the user may release the ALT+TAB key combination and the currently displayed application is swapped with a new application corresponding to the desired icon.
[002] However, a concern with these systems occurs when the user has a large number of applications running at once. In this case, the user may have to press the TAB key numerous times before reaching the desired icon and swapping to the desired application. In one instance, the user may wish to access a reference window, e.g., an API browser, that is running, but not accessed often. When the user does need to access the reference window, the user wishes to do so quickly. However, the user must press the TAB key numerous times to reach the reference window icon. In another instance, the user may wish to return to a recently viewed application. In some Windows-based operating systems, if the user previously minimized the application windows using the WINDOWS_KEY+M key combination (e.g., in order to access data stored on the desktop) and then used the ALT+TAB key combination, the graphical icons of the most recently viewed applications appear last in the display window. Hence, the user is forced to tab through the entire list before reaching the desired icon. Additionally, if the user cycles through the list too quickly and passes over the desired icon, the user must now awkwardly press the SHIFT key, in addition to holding down the ALT key and pressing the TAB key, in order to tab backward to the desired icon. Or the user must tab forward through the entire list again until reaching the desired icon. These waste time and effort. As a result, the intended effectiveness of the ALT+TAB key combination is reduced. [003] As an alternative to the ALT+TAB generated display window, some systems provide a taskbar for listing the currently running applications. The taskbar is generally disposed across the bottom of the display screen and provides an application icon for each running application. The user typically uses the mouse to click on an application icon to view the corresponding application.
[004] However, there is still a concern when the user has a large number of applications running at once. The width of the taskbar is limited to the width of the display screen. Thus, the width of each application icon is limited to an equally divisible portion of the taskbar. The more applications running, the greater the number of icons to fit on the taskbar and, hence, the narrower each icon width. So, where there are several applications running, the corresponding icons on the taskbar are too narrow for the user to read. The user instead must move the mouse over each icon as an information window pops up and displays an application descriptor. Or the user must click on the icon and display the application in order to identify it. Alternatively, the user may extend the height of the taskbar to provide multiple rows for the application icons. However, the more applications running, the greater the taskbar height and, hence, the less available display space on the screen. None of these options are ideal, all wasting time and effort.
[005] Accordingly, there is a need in the art for a method to quickly and easily swap between currently running applications.
SUMMARY OF THE INVENTION
[006] Embodiments of the present invention provide a method for swapping between currently running applications. These embodiments provide a multi-modal input mechanism that improves the effectiveness of the ALT+TAB key combination when application swapping, using a keyboard and a mouse. The method includes displaying the graphical icons corresponding to the currently running applications in response to an ALT+TAB key combination. The method further includes selecting one of the graphical icons in response to a mouse input and displaying the running application corresponding to the selected icon. The method advantageously improves the speed and ease of application swapping when using the ALT+TAB key combination. BRIEF DESCRIPTION OF DRAWINGS
[007] FIG. 1 is an exemplary computer used for application swapping according to embodiments of the present invention.
[008] FIG. 2 is a flowchart of an embodiment of a method according to the present invention.
[009] FIG. 3 is a flowchart of an alternate embodiment of a method according to the present invention.
[0010] FIG. 4 is a flowchart of another alternate embodiment of a method according to the present invention.
DETAILED DESCRIPTION
[0011] Embodiments of the present invention provide a multi-modal method for swapping between currently running applications. Embodiments use the ALT+TAB key combination and the mouse to select one of the applications to view. The ALT+TAB key combination causes a window to appear on the display screen, the window containing graphical icons corresponding to the currently running applications. The mouse may then be used to click on one of the graphical icons, causing the application corresponding to the selected icon to appear on the display screen.
[0012] By using the mouse with the ALT+TAB key combination, the user is able to directly select the desired icon by clicking on it with the mouse rather than TAB to it. Accordingly, the multi-modal combination of the keyboard and mouse provides a quick and easy way to swap between currently running applications, particularly when there is a large number of applications running at once.
[0013] FIG. 1 shows an exemplary computer that may be used to implement embodiments of the present invention. The computer 100 may include input/output devices, such as a keyboard 110, a mouse 120, and a display screen 130, and a processing core 140 to process inputs from the keyboard 110 and mouse 120 and outputs to the display screen 130. The core 140 may include, but is not limited to, a processor provided in communication with a system memory module, a storage device, and possibly other I/O devices (not shown). The processor may process the inputs and outputs. The memory may store program instructions to be executed by the processor and also may store variable data generated pursuant to program execution. The program instructions may represent an operating system of the computer 100 and/or application programs. In practice, the memory may be a memory system including one or more electrical, magnetic, or optical memory devices. The I/O devices may include serial and parallel ports for interface between the keyboard 110, mouse 120, display screen 130, and core 140.
[0014] Embodiments of the present invention may implement the multi-modal method by modifying an existing ALT+TAB key combination event handler to include routines to handle mouse-based events. Such events may include an event detecting a position of the mouse pointer relative to the graphical icons (a "mouse focus" event) and an event receiving a mouse click indicating selection of one of the icons (a "mouse click" event). When the event handler displays the graphical icons upon receipt of the ALT+TAB key combination, it may use information about the currently running applications including the icon of the application, a text string describing the icon, i.e., the application descriptor, the (x,y) coordinates and size of the icon on the display screen, an application icon id for each active application, and a pointer to the currently highlighted icon. The mouse-based events that are added to the existing event handler also make use of this information, as will be described below.
[0015] The mouse focus event may emulate the pressing of the TAB key. When the user moves the mouse pointer to the desired icon, the event handler may process the event in terms of the number of TAB key presses to be performed in order to move to and highlight the desired icon. To do this, the event handler may first detect the (x,y) coordinates of the mouse pointer on the display screen. The event handler may then match the (x,y) coordinates of the mouse pointer with the region on the display screen occupied by a graphical icon. The application icon id of the matched graphical icon may then be retrieved. [0016] If the application icon id of the currently highlighted icon and that of the icon currently pointed to are the same, then the event handler need not perform the mouse focus event. That is, the mouse pointer may be pointing to the already highlighted icon. So, the event handler need not swap applications. However, if not, then the event handler may calculate the number of TAB key presses required to move from the currently highlighted icon to the icon currently pointed at. The event handler may then perform the number of TAB key presses to visually highlight the newly selected icon and to internally associate the pointer with the newly selected icon.
[0017] TABLE 1 shows exemplary code that may demonstrate a methodology for the mouse focus event OnMouseMove that performs the functions as described above. This code is illustrative of what one might find in a Windows implementation of embodiments of the present invention. // Mouse handler that monitors mouse coordinates and is called whenever // the mouse coordinates change. This extension to the ALT+TAB event handler // tests if the user is holding the ALT key while moving the mouse. If the user // is holding the ALT key and the mouse pointer is placed over an application // icon, OnKeyDown events are fired until the application icon is highlighted, // equating to TAB key presses. void OnMouseMove(UINT nFlags, CPoint point) { Application Link *temp = head; int iconlndex = 0; int count =0;
// Cycle through all graphical icons in the list until either // the currently highlighted icon is found or the end of the // list is reached. while(temp != NULL) { count++; if(temp->PointtInArea(point)) { iconlndex = count; break; } temp = temp->next;
}
// if the mouse pointer points to an icon ifQconlndex != 0)
{ int difference = 0; // If the pointed to icon is not the same as and is listed // after the currently highlighted icon, then calculate the // number of TABs to get to the pointed to icon. if(iconIndex > iconSelected) { difference = iconlndex-iconSelected; } // If the pointed to icon is the same as the currently // highlighted icon, then do nothing, else if (iconlndex == iconSelected) { return; } // If the pointed to icon is not the same as and is listed // before the currently highlighted icon, then calculate // the number of TABs to get to the pointed to icon, else { difference = (numberOfApplications- iconSelected)+iconIndex; }
// Fire the number of TABs to get to the pointed to icon for(int i=0; kdifference; i++) { OnKeyDown(81,0,0); } } OnMouseMove(nFlags, point); } TABLE 1. Mouse Focus Event Source Code
[0018] The mouse click event may emulate the release of the ALT key. After the user has reached the desired icon by using either the TAB key or the mouse pointer, the user may click a mouse button to select the desired icon. The event handler may then perform the ALT release function, which causes the application corresponding to the selected icon to appear on the display screen and simultaneously the window displaying the graphical icons to disappear. In these embodiments, either the left, right, or middle, if available, mouse button may be configured to trigger the mouse click event depending on the application.
[0019] TABLE 2 shows exemplary code that may demonstrate a methodology for the mouse click event OnLButtonDown that performs the functions as described above. This code is illustrative of what one might find in a Windows implementation of embodiments of the present invention.
// Mouse handler that monitors when the left mouse button is clicked. // If the mouse points to an application icon while the list of graphical icons // is displayed, then an event OnKeyUp is fired equating to the user releasing // the ALT key.
void OnLButtonDown(UINT nFiags, CPoint point) { // if left mouse click & an icon is selected if(iconSelected != 0) { ApplicationLink *temp = head; int iconlndex = 0; int count =0;
// Cycle through all graphical icons in the list until either // the currently highlighted icon is found or the end of the // list is reached. while(temp != NULL) { count++; if(temp->PointtInArea(point)) { iconlndex = count; break; } temp = temp->next; } // if the mouse pointer points to an icon if(iconIndex != 0) // display the application corresponding to the icon OnKeyUp(17, 0, 0); return; }
OnLButtonDown(nFlags, point); } TABLE 2. Mouse Click Event Source Code
[0020] FIG. 2 is a flowchart of an embodiment of a method for application swapping according to the present invention. The processor may receive (205) an ALT+TAB key combination input from the keyboard 110. The processor may then run the event handler to handle the ALT+TAB event, where the processor may display (210) graphical icons corresponding to the currently running applications on the display screen 130. [0021] While the user continues to hold the ALT key down, the processor may wait to receive the mouse-based events. The processor may receive (215) a mouse focus event from the mouse 120 as the user moves the mouse pointer to point to the desired graphical icon. On the display screen 130, a graphical icon may be highlighted (220) as the mouse pointer moves over it. Concurrently, the processor may resolve the coordinates of the pointer with the graphical icon and associate the pointer with the graphical icon, as previously described.
[0022] After the desired icon is highlighted, if the user clicks on it, the processor may receive (225) a mouse click event. The processor may then release the display of graphical icons and switch (230) to the application corresponding to the selected icon, emulating a release of the ALT key. Anytime thereafter, the user may physically release the ALT key.
[0023] If the user has not clicked on an icon, then the processor may receive
(215) additional mouse focus events, if any, while waiting to receive (225) a mouse click event. After the user clicks on an icon with the mouse, the processor mayswitch (230) to the application corresponding to the currently highlighted icon.
[0024] FIG. 3 is a flowchart of an alternate embodiment of a method for application swapping according to the present invention. The processor may continue to run (360) other operating system programs until it receives (305) an ALT+TAB key combination as input. After receiving the ALT+TAB key combination input, the processor may then display (310) graphical icons corresponding to all the currently running applications. In the display window, the icon of the application currently selected may be highlighted (315). The user may continue to hold down the ALT key.
[0025] If the processor receives (320) a TAB key press as input, the next icon in the display window may be highlighted (325). If the processor does not receive (320) a TAB key input, then the processor may determine whether the user has moved the mouse pointer to point to an icon. If so, the processor may receive (330) the mouse pointer input and the mouse focus event may be triggered. The processor may then resolve the mouse pointer input using a technique as previously described, for example, and highlight (335) the icon pointed to. [0026] Next, the processor may determine whether the user has clicked on the highlighted icon with the mouse. If so, the processor may receive (340) the mouse click input and the mouse click event may be triggered. Upon receiving the mouse click input, the processor may perform the routine that releases (345) the ALT key. The processor may then switch (355) to the application corresponding to the highlighted icon. Anytime thereafter, the user may physically release the ALT key.
[0027] If the processor does not receive (330, 340) a mouse pointer input or a mouse click input, then the processor may determine (350) whether the user has released the ALT key. If so, the processor may switch (355) to the application corresponding to the highlighted icon. If the user has not released the ALT key, then the processor may wait for receipt of a TAB key input (320), a mouse pointer input (330), or a mouse click input (340) in order to select and switch to one of the running applications.
[0028] After the ALT+TAB+mouse combination has completed, the processor may then run (360) other operating system programs until receiving the next ALT+TAB input.
[0029] FIG. 4 is a flowchart of another alternate embodiment of a method for application swapping according to the present invention. In this embodiment, the user need not continue to hold down the ALT key while using the TAB key or the mouse to select an application to switch to. Instead, the user may press the ALT+TAB key combination and then release it. The processor may receive (405) the ALT+TAB input and display (410) graphical icons corresponding to the currently running applications on the display screen 130. The icon corresponding to the currently selected application may be highlighted (415). The processor may continue to display the icons for a predetermined time period after the user has released the ALT key. A timer may start (420) after the icons are displayed and the ALT key released in order to measure the predetermined time period.
[0030] While the timer has not expired or the user has not pressed the ESC key
(425), the processor may determine whether input from either the keyboard 110 or the mouse 120 has been received. Similar to FIG. 3, if the processor receives (430) a TAB input, then the next icon in the display window may be highlighted (435). If the processor receives (440) a mouse pointer input, then the processor may highlight (445) the icon that the pointer points to. If the processor receives (450) a mouse click input, then the processor may switch (455) to the application corresponding to the highlighted icon.
[0031] After the timer has expired or the user has pressed an ESC key (425), the processor may end the ALT+TAB+mouse combination and then run (460) other operating system programs until receiving the next ALT+TAB input.
[0032] It is to be understood that the present application is not limited to the
ALT+TAB key combination, but may include any key strokes, individually or in combination, that may be configured to perform embodiments of the present invention.
It is to be further understood that embodiments are not limited to the combination of a keyboard and a mouse. Any other device, such as a trackball, a touch pad, a touch screen, a stylus, or a laser pen, capable of providing input to a processor may be used to replace either or both the keyboard and/or mouse.
[0033] Embodiments of the present invention may be implemented using any type of computer, such as a general-purpose microprocessor, programmed according to the teachings of the embodiments. The embodiments of the present invention thus also includes a machine readable medium, which may include instructions used to program a processor to perform a method according to the embodiments of the present invention. This medium may include, but is not limited to, any type of disk including floppy disk, optical disk, and CD-ROMs.
[0034] It may be understood that the structure of the software used to implement the embodiments of the invention may take any desired form, such as a single or multiple programs. It may be further understood that the method of an embodiment of the present invention may be implemented by software, hardware, or a combination thereof.
[0035] The above is a detailed discussion of the preferred embodiments of the invention. The full scope of the invention to which applicants are entitled is defined by the claims hereinafter. It is intended that the scope of the claims may cover other embodiments than those described above and their equivalents.

Claims

WHAT IS CLAIMED IS: 1. A method comprising: in response to a first key stroke, displaying a plurality of graphical icons corresponding to running applications; in response to a mouse input, selecting one of the graphical icons; and displaying the running application corresponding to the selected icon.
2. The method of claim 1, wherein the first key stroke is an ALT+TAB key combination.
3. The method of claim 1, wherein the mouse input is at least one of a move of a mouse pointer and a click of a mouse button.
4. The method of claim 1, wherein the selecting comprises: detecting a position of a mouse pointer on top of the selected icon; resolving the position into an identification of the selected icon; and receiving the mouse input indicating the selected icon.
5. A method comprising: displaying a plurality of graphical icons representing currently running applications in response to a first key stroke; in response to an input from a pointing device, selecting one of the graphical icons; and switching on an operating system to the currently running application represented by the selected icon.
6. The method of claim 5, wherein the first key stroke is an ALT+TAB key combination and wherein the first key stroke is sent by one of a keyboard, a touch pad, and a touch screen.
7. The method of claim5, wherein the pointing device is one of a mouse, a stylus, a laser pen, a trackball, a touch pad, and a touch screen.
8. The method of claim 5, wherein the input from the pointing device is at least one of a move of a mouse pointer and a click of a mouse button.
9. The method of claim 5, further comprising: if a predetermined time period has not expired or an ESC key stroke has been received, stopping the method.
10. A machine readable medium containing program instructions for execution on a processor, which when executed by the processor, cause the processor to perform: in response to a first key stroke, displaying a plurality of graphical icons corresponding to running applications; in response to a first mouse input, highlighting one of the graphical icons; and in response to a second mouse input, swapping a currently selected running application for the running application corresponding to the highlighted icon.
11. The machine readable medium of claim 10, wherein the highlighting comprises: detecting a position of a mouse pointer on a display screen; resolving the position into an identification of the graphical icon to which the mouse pointer points; comparing the identification of the graphical icon against an identification of a currently highlighted icon; and if the identifications do not match, calculating the number of times to press a TAB key in order to move a highlight mark from the currently highlighted icon to the graphical icon to which the mouse pointer points.
12. The machine readable medium of claim 10, wherein the swapping comprises: performing an ALT key release, wherein the displayed graphical icons disappear and the running application corresponding to the highlighted icon appears.
13. The machine readable medium of claim 10, wherein the first key stroke is a press of an ALT+TAB key combination.
14. The machine readable medium of claim 10, wherein the first mouse input is a move of a mouse pointer to point to one of the graphical icons.
15. The machine readable medium of claim 10, wherein the second mouse input is a press of a button on a mouse.
16. A method comprising: displaying graphical icons representing currently running applications in response to a first key stroke; highlighting the graphical icon representing the currently selected running application; in response to a second key stroke, highlighting the graphical icon immediately adjacent to the highlighted icon; in response to a first mouse input, highlighting the graphical icon designated by the first mouse input; in response to a second mouse input, switching to the application represented by the icon designated by the first mouse input; and in response to a release of the first key stroke, switching to the application represented by the currently highlighted icon.
PCT/US2004/020161 2003-07-24 2004-06-23 Multi-modal method for application swapping WO2005010660A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/625,553 2003-07-24
US10/625,553 US7036088B2 (en) 2003-07-24 2003-07-24 Multi-modal method for application swapping

Publications (2)

Publication Number Publication Date
WO2005010660A2 true WO2005010660A2 (en) 2005-02-03
WO2005010660A3 WO2005010660A3 (en) 2005-11-03

Family

ID=34080231

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/020161 WO2005010660A2 (en) 2003-07-24 2004-06-23 Multi-modal method for application swapping

Country Status (2)

Country Link
US (1) US7036088B2 (en)
WO (1) WO2005010660A2 (en)

Families Citing this family (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7813954B1 (en) * 2001-12-14 2010-10-12 Keen Personal Media, Inc. Audiovisual system and method for displaying segmented advertisements tailored to the characteristic viewing preferences of a user
US20050055647A1 (en) * 2003-09-05 2005-03-10 Chung-Hui Chen System and method for switching software functions
US20060282679A1 (en) * 2005-06-10 2006-12-14 Microsoft Corporation Secure rapid navigation and power control for a computer
US7600190B2 (en) * 2005-11-15 2009-10-06 Mitac Technology Corp. Window switching method and system
US20090199127A1 (en) * 2008-01-31 2009-08-06 Microsoft Corporation Previewing target display areas
US20090319694A1 (en) 2008-06-20 2009-12-24 Microsoft Corporation Association of an input and output of a peripheral device in a computing system
US20100146449A1 (en) * 2008-12-09 2010-06-10 Michael William Brown Method, apparatus and system for management of application switching in an electronic device
KR101601040B1 (en) * 2009-05-19 2016-03-09 삼성전자주식회사 Screen Display Method And Apparatus For Portable Device
US8698845B2 (en) 2010-01-06 2014-04-15 Apple Inc. Device, method, and graphical user interface with interactive popup views
US9823831B2 (en) 2010-04-07 2017-11-21 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US20110252357A1 (en) 2010-04-07 2011-10-13 Imran Chaudhri Device, Method, and Graphical User Interface for Managing Concurrently Open Software Applications
US9513801B2 (en) 2010-04-07 2016-12-06 Apple Inc. Accessing electronic notifications and settings icons with gestures
AU2015230769B2 (en) * 2010-04-07 2017-08-31 Apple Inc. Gesture based graphical user interface for managing concurrently open software applications
US9244606B2 (en) 2010-12-20 2016-01-26 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US8806369B2 (en) 2011-08-26 2014-08-12 Apple Inc. Device, method, and graphical user interface for managing and interacting with concurrently open software applications
JP5801682B2 (en) * 2011-10-13 2015-10-28 富士通株式会社 Setting information generating program, setting information generating apparatus, and setting information generating method
AU2013259642A1 (en) 2012-05-09 2014-12-04 Apple Inc. Device, method, and graphical user interface for moving and dropping a user interface object
WO2013169845A1 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for scrolling nested regions
WO2013169843A1 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for manipulating framed graphical objects
WO2013169851A2 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for facilitating user interaction with controls in a user interface
WO2013169865A2 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input
WO2013169842A2 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for selecting object within a group of objects
DE112013002387T5 (en) 2012-05-09 2015-02-12 Apple Inc. Apparatus, method and graphical user interface for providing tactile feedback for operations in a user interface
DE112013002409T5 (en) 2012-05-09 2015-02-26 Apple Inc. Apparatus, method and graphical user interface for displaying additional information in response to a user contact
WO2013169875A2 (en) 2012-05-09 2013-11-14 Yknots Industries Llc Device, method, and graphical user interface for displaying content associated with a corresponding affordance
AU2013259630B2 (en) 2012-05-09 2016-07-07 Apple Inc. Device, method, and graphical user interface for transitioning between display states in response to gesture
DE112013002412T5 (en) 2012-05-09 2015-02-19 Apple Inc. Apparatus, method and graphical user interface for providing feedback for changing activation states of a user interface object
WO2013169849A2 (en) 2012-05-09 2013-11-14 Industries Llc Yknots Device, method, and graphical user interface for displaying user interface objects corresponding to an application
EP2847660B1 (en) 2012-05-09 2018-11-14 Apple Inc. Device, method, and graphical user interface for selecting user interface objects
EP2939095B1 (en) 2012-12-29 2018-10-03 Apple Inc. Device, method, and graphical user interface for moving a cursor according to a change in an appearance of a control icon with simulated three-dimensional characteristics
KR101905174B1 (en) 2012-12-29 2018-10-08 애플 인크. Device, method, and graphical user interface for navigating user interface hierachies
WO2014105275A1 (en) 2012-12-29 2014-07-03 Yknots Industries Llc Device, method, and graphical user interface for forgoing generation of tactile output for a multi-contact gesture
CN104903834B (en) 2012-12-29 2019-07-05 苹果公司 For equipment, method and the graphic user interface in touch input to transition between display output relation
KR102001332B1 (en) 2012-12-29 2019-07-17 애플 인크. Device, method, and graphical user interface for determining whether to scroll or select contents
US9477404B2 (en) 2013-03-15 2016-10-25 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9658740B2 (en) 2013-03-15 2017-05-23 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
KR102127925B1 (en) * 2013-04-29 2020-06-29 엘지전자 주식회사 Mobile terminal and control method thereof
US10824291B2 (en) 2014-07-31 2020-11-03 Samsung Electronics Co., Ltd. Device and method of displaying windows by using work group
US9983691B2 (en) 2014-09-04 2018-05-29 Home Box Office, Inc. Styleable custom button repeat
US11036386B2 (en) * 2015-01-06 2021-06-15 Lenovo (Singapore) Pte. Ltd. Application switching on mobile devices
US10095396B2 (en) 2015-03-08 2018-10-09 Apple Inc. Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object
US9632664B2 (en) 2015-03-08 2017-04-25 Apple Inc. Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback
US9645732B2 (en) 2015-03-08 2017-05-09 Apple Inc. Devices, methods, and graphical user interfaces for displaying and using menus
US10048757B2 (en) 2015-03-08 2018-08-14 Apple Inc. Devices and methods for controlling media presentation
US9785305B2 (en) 2015-03-19 2017-10-10 Apple Inc. Touch input cursor manipulation
US9639184B2 (en) 2015-03-19 2017-05-02 Apple Inc. Touch input cursor manipulation
US20170045981A1 (en) 2015-08-10 2017-02-16 Apple Inc. Devices and Methods for Processing Touch Inputs Based on Their Intensities
US9674426B2 (en) 2015-06-07 2017-06-06 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9860451B2 (en) * 2015-06-07 2018-01-02 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9830048B2 (en) 2015-06-07 2017-11-28 Apple Inc. Devices and methods for processing touch inputs with instructions in a web page
US10200598B2 (en) 2015-06-07 2019-02-05 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9880735B2 (en) 2015-08-10 2018-01-30 Apple Inc. Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback
US10235035B2 (en) 2015-08-10 2019-03-19 Apple Inc. Devices, methods, and graphical user interfaces for content navigation and manipulation
US10637986B2 (en) 2016-06-10 2020-04-28 Apple Inc. Displaying and updating a set of application views

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867729A (en) * 1995-08-23 1999-02-02 Toshiba America Information Systems, Inc. System for reconfiguring a keyboard configuration in response to an event status information related to a computer's location determined by using triangulation technique
US6199125B1 (en) * 1998-05-26 2001-03-06 Bentley Systems, Incorporated Input manager for a computer application with display icons mapped to a user selectable set of standard keyboard keys

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5121477A (en) * 1988-04-08 1992-06-09 International Business Machines Inc. System for interactively creating action bar pull-down windows of a user interface for use at program run time
US5287514A (en) * 1990-01-08 1994-02-15 Microsoft Corporation Method and system for customizing a user interface in a computer system
US7346855B2 (en) * 2001-12-21 2008-03-18 Microsoft Corporation Method and system for switching between multiple computer applications

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867729A (en) * 1995-08-23 1999-02-02 Toshiba America Information Systems, Inc. System for reconfiguring a keyboard configuration in response to an event status information related to a computer's location determined by using triangulation technique
US6199125B1 (en) * 1998-05-26 2001-03-06 Bentley Systems, Incorporated Input manager for a computer application with display icons mapped to a user selectable set of standard keyboard keys

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
'Screen Dumps of Microsoft Office 2000' 1999, pages 1 - 6 *
'Screen Dumps of Microsoft Windows Version 4.0' 1998, pages 1 - 3 *

Also Published As

Publication number Publication date
US7036088B2 (en) 2006-04-25
WO2005010660A3 (en) 2005-11-03
US20050022138A1 (en) 2005-01-27

Similar Documents

Publication Publication Date Title
US7036088B2 (en) Multi-modal method for application swapping
USRE47676E1 (en) Method and apparatus for controlling a display of data on a display screen
US9285907B2 (en) Recognizing multiple input point gestures
US7480863B2 (en) Dynamic and intelligent hover assistance
US6104384A (en) Image based keyboard for a small computing device
US20090102809A1 (en) Coordinate Detecting Device and Operation Method Using a Touch Panel
KR101589104B1 (en) Providing keyboard shortcuts mapped to a keyboard
US20090183098A1 (en) Configurable Keyboard
EP1942399A1 (en) Multi-event input system
US20070226650A1 (en) Apparatus and method for highlighting related user interface controls
US20040135817A1 (en) Interface for selecting and performing operations on objects
WO2014116225A1 (en) User interface application launcher and method thereof
US20060114225A1 (en) Cursor function switching method
US20140380178A1 (en) Displaying interactive charts on devices with limited resources
WO2009028889A2 (en) Key input interface method
US20120179963A1 (en) Multi-touch electronic device, graphic display interface thereof and object selection method of multi-touch display
KR950014984B1 (en) Method for buffering high band with data from an input device and data system
CN110058763B (en) Interactive information processing method, system, device, storage medium and notebook computer
US20150103010A1 (en) Keyboard with Integrated Pointing Functionality
JP3861526B2 (en) Input instruction apparatus and program recording medium thereof
US7707519B2 (en) Searchable registers
US7477234B2 (en) Interface-controlled display of a matrix document in regions
CN112346640A (en) Method, computing device and medium for searching target objects at same position
KR20100042762A (en) Method of performing mouse interface in portable terminal and the portable terminal
JP2001306209A (en) Sub-menu display method for window system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase