US4680729A - Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys - Google Patents
Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys Download PDFInfo
- Publication number
- US4680729A US4680729A US06/505,561 US50556183A US4680729A US 4680729 A US4680729 A US 4680729A US 50556183 A US50556183 A US 50556183A US 4680729 A US4680729 A US 4680729A
- Authority
- US
- United States
- Prior art keywords
- string
- user
- softkey
- age
- unassigned
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/02—Input arrangements using manually operated switches, e.g. using keyboards or dials
- G06F3/023—Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
- G06F3/0238—Programmable keyboards
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S345/00—Computer graphics processing and selective visual display systems
- Y10S345/902—Menu display
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S345/00—Computer graphics processing and selective visual display systems
- Y10S345/905—Display device with housing structure
Definitions
- This invention relates to the maximization of functions and characters to be initiated or generated from a keyboard without increasing the number of keys, more specifically, the automatic entry of user entered command strings in association with otherwise unassigned softkeys to facilitate subsequent entry of the same command string by means of the softkey to which it was assigned.
- Softkeys have been incorporated into computer terminals in an effort to minimize the number of keys on the keyboard while increasing the number of functions which the keyboard can perform.
- a typical machine which utilizes softkeys is menu driven. As the user selects the desired menu, usually via a start-up menu, one or more of the softkeys are labeled on the CRT for the function which will be performed when that key is depressed.
- a user may have to enter a string of characters in response to a prompt from the program which he is utilizing.
- the string which the user must enter is an alphanumeric string which is not a standard english word.
- the user must double-check the string before the entry is made by pressing "RETURN" or another appropriate key.
- the disclosed system for assigning user defined strings to otherwise unused softkeys within a selected node or program menu will greatly facilitate the repeated entry of special strings by a computer user when the computer is being used in an interactive mode. Often the user may have to repeatedly enter long non-literal, as well as literal, strings which is very time consuming since the correctness of the string must be checked before it is entered. Thus, by assigning these strings to softkeys which are not hardwired into the program, the accuracy of, as well as the speed of, the user's entry of the strings is greatly enhanced.
- the present invention provides a method and a system for storing user entered strings in association with blank softkeys upon their first entry, thus making them available for future use by simply depressing the softkey to which that string was assigned by the system. This is accomplished by comparing the user entered string against the data stored for each softkey, and returning control to the user after completing the function associated with the user entered string if a match is found. If a match is not found, then the search continues for a blank softkey, where, if a match is found, storing of the user entered string is performed in an appropriate memory location associated with that softkey, a label to be displayed for that softkey is generated and stored, the functions associated with the user entered string are executed, and control is returned to the user.
- FIG. 1 shows a typical CRT display format having the softkey labels along the lower edge thereof.
- FIG. 2 is representative of the node or menu pointer memory structure for a system with eight softkeys.
- FIG. 3 shows a representation of the string storage formats for use with the user definable softkeys of the present invention.
- FIGS. 4A and B is a flow chart of the system of the present invention.
- FIG. 5 is a block diagram of a system for implementing the present invention.
- FIG. 1 there is shown a typical CRT display 10 for a computer having eight softkeys.
- the screen is divided into a dialog window and a control window.
- the dialog window includes a text area and a command line
- the control window includes a message line and eight locations for labels, one for each of the softkeys.
- the softkeys are identified as f 1 -f 8 .
- the label areas are generally displayed in inverse so that a blank label location is positively identified by an illuminated rectangle. When a key is labelled, the illumination in each character area is extinguished.
- softkeys f 1 and f 6 -f 8 are shown having labels.
- the labels on keys f 6 -f 8 represent hard wired labels, i.e. labels provided by the program for the particular menu being displayed. These labels may be identifiers for one of three types of pointers:
- an action pointer for identifying a memory location for a command string to be executed within the current menu
- the pointer associated with f 6 and f 8 are simple pointers and the one associated with f 7 is a complex pointer.
- the pointer type for each of keys f 1 -f 5 are action pointers.
- the action strings for f 2 -f 5 are NULL, whereas the action string for f 1 is at least 9BH10C2 which was user entered.
- FIG. 2 shows the block structure for recalling the labels and associated function data from memory for each of the sofkeys.
- One of these blocks exists for each menu within the program.
- the item 12 is a pointer to the start of the selected menu address in memory, this is followed by an individual pointer 14 to the start of the address for the label to be displayed for each of the softkeys.
- eight softkeys are included, however, any number of softkeys can be supported by the present invention.
- the next item in the block is an identification of the pointer type 16 for the stored data for each of the softkeys. As identified above, there are three pointer types, and they are identified here as follows:
- the block includes a pointer 18 to the start address in memory for the stored data associated with each of the softkeys.
- the key label data 20 includes the actual alphanumeric label which is to be displayed on the CRT followed by the end of string designator, "0".
- a user definable action or command storage data location will be initialized as a blank user definable action string 22, having a history marker (e.g. "85") followed by the end of string designator, "0".
- the stored user defined action string 24 has a user entered string identifier (e.g. "8A"), followed by the actual alphanumeric string entered by the user, the history marker, the age of the user defined string, and, finally, the end of string designator.
- the age character identifies the relative age of the user entered string with respect to each of the other user entered strings stored in the stored data memory locations of the user definable softkeys.
- the user entered strings are commands, actions or responses which the user enters in response to a prompt on the command line in the dialog window of the CRT, and for which there is not a hardwired key for that response.
- FIGS. 4A and B present a flow chart which describes the automatic assigning and aging of user entered strings in the available softkey memory locations.
- the first step is the initialization of the available softkey memory locations (block 26) as discussed above in relation to FIG. 3.
- a user may respond to a prompt on the command line by either depressing a softkey or by explicitly entering a string. If the user enters a string or depresses a user definable softkey, the present invention is activated.
- Block 27 determines if a user definable softkey has been depressed, if it has, N is set to the number of that softkey and the process continuous at block 46, otherwise flow continues to block 28.
- the user entered string identifier "8A" is prefixed onto the "new string” (block 30).
- the length of the modified new string is computed. This step could be performed in parallel with the functions of blocks 28 and 30.
- the stored data locations for each softkey are searched for a history marker, "85", in any location within the data storage area (block 34), if none are found, there are no softkeys available within the selected menu which are user definable (block 36).
- the first "x" characters of the stored data string of each user defined softkey is compared with the modified new string (block 38).
- the operation continues at block 46, if a match is not found, the next step is to search for a softkey having a blank user definable action string (block 40). If a blank is found, the process proceeds to block 46, if a blank is not found, a search is done on the user defined action strings for the one having the oldest age character, A (block 42). When it is found, N is reset to the number of the softkey having the highest age character (blocks 44 and 45). From this point the process continues at block 46.
- the modified new string is completed by adding the history marker, "85”, an age character which is one less than the youngest possible, "-1", and a "0", the end of string character.
- This string is then written into the data storage location for softkey N which was identified earlier in the process.
- up to the first "Y” characters (Y is the maximum number of character spaces on the CRT label for a softkey) of the "NEW STRING" portion of the stored data for softkey N is written into the label memory location for that key to be displayed as the current label (block 48).
- the age character for each user defined action string in the softkey stored data is advanced by one (block 50) and the flow returns, via block 52, to block 28 where the entry of the next user entered string is awaited.
- FIG. 5 shows an embodiment of the present invention which includes a keyboard 124, variable length shift register 120, counter 130, comparator 134, memory 138, and string formatter 136.
- a keyboard 124 variable length shift register 120
- counter 130 comparator 134
- memory 138 and string formatter 136.
- string formatter 136 there are three character generators, "8A” generator 122, "85” character generator 126, and "0” character generator 128, timing and control 132, CRT 146, and I/O interface 148.
- the user enters the new string explicitly from, or by depressing a softkey on, keyboard 124. If the new string is entered explicitly it is applied to the first x character positions of shift register 120 (X is the number of characters in the new string and X ⁇ M) and the number of characters in the string is counted by the keystroke counter 130. If a user defined softkey is depressed, the key number is transferred via line 150 to timing and control 132.
- counter 130 starts with the explicit entry of the new string by means of keyboard 124, counter 130 applies the character count X to variable length comparator 134 and timing and control 132.
- the characters D 1 -D x from shift register 120 and "8A" (D 0 ) from generator 122 are transferred to comparator 134 via line 140.
- the first 0-X characters of each stored data string for the user definable softkeys are sequentially transferred to comparator 134 via line 142 and search for a match is conducted. If match is found, or if the user depressed a user defined softkey, the control and timing unit 132 sets the age character of that stored data string to zero (the youngest age) and advances the age character of each other stored data string having an age character by one.
- a string "850" (D M+1 D M+2 ) is transferred to comparator 134 where it is compared with the full array of each of the stored data for each of the softkeys. If a match is found (a blank user definable softkey is found) D o -D x and D M+1 -D m+3 are loaded into the string formatter 136 having an 0 age character (D M+2 ) and that string is then written into the data storage location in memory 138 for the appropriate softkey.
- the age characters of each of the user defined data strings stored with respect to each softkey must be searched for the oldest age. This can be performed by loading the string D M+1 -D M+3 into comparator 134 and searching for the last three characters on each of the stored data strings for each softkey. If an "85" and a "0", separated by an age designator, are found at the end of the stored data string, the age designators are compared. If the age designator in the stored data is greater than that of the entered D M+2 , D M+2 is changed to the value of the age designator of the stored data. This continues until the oldest user deisgnated stored data is identified and the new string is then written into that data location with a zero age designation as discussed above. Subsequently, the age designators in each of the other stored data strings is advanced by one.
- the string formatter 136 each time it enters a new, or over writes an old, user defined string into memory, it also truncates the user defined string to the maximum character length displayable as a label on CRT 146 for a softkey and stores that truncated string in the appropriate label memory (see FIG. 3).
- Table 1 is included to show a computer program implementation of the present invention that is compatible with UNIX (trademark of Bell Laboratories) based computer systems. ##SPC1##
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Input From Keyboards Or The Like (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims (2)
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US06/505,561 US4680729A (en) | 1983-06-17 | 1983-06-17 | Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys |
NO842407A NO842407L (en) | 1983-06-17 | 1984-06-15 | PROCEDURE AND DEVICE FOR STORAGE AND UPDATING OF USER-ENTERED ORDER SERIES FOR USE WITH PREVIOUS NON-ALLOCATED "MYKTASTER" |
DE8484304049T DE3467054D1 (en) | 1983-06-17 | 1984-06-15 | Method and system for designating user entered strings to softkeys |
EP84304049A EP0129423B1 (en) | 1983-06-17 | 1984-06-15 | Method and system for designating user entered strings to softkeys |
JP59125001A JPS6011922A (en) | 1983-06-17 | 1984-06-18 | Storage and replacement of soft key string |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US06/505,561 US4680729A (en) | 1983-06-17 | 1983-06-17 | Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys |
Publications (1)
Publication Number | Publication Date |
---|---|
US4680729A true US4680729A (en) | 1987-07-14 |
Family
ID=24010812
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US06/505,561 Expired - Lifetime US4680729A (en) | 1983-06-17 | 1983-06-17 | Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys |
Country Status (5)
Country | Link |
---|---|
US (1) | US4680729A (en) |
EP (1) | EP0129423B1 (en) |
JP (1) | JPS6011922A (en) |
DE (1) | DE3467054D1 (en) |
NO (1) | NO842407L (en) |
Cited By (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4823311A (en) * | 1986-05-30 | 1989-04-18 | Texas Instruments Incorporated | Calculator keyboard with user definable function keys and with programmably alterable interactive labels for certain function keys |
US4862498A (en) * | 1986-11-28 | 1989-08-29 | At&T Information Systems, Inc. | Method and apparatus for automatically selecting system commands for display |
US4901364A (en) * | 1986-09-26 | 1990-02-13 | Everex Ti Corporation | Interactive optical scanner system |
US4932021A (en) * | 1989-04-03 | 1990-06-05 | At&T Bell Laboratories | Path learning feature for an automated telemarketing system |
US5020012A (en) * | 1988-12-15 | 1991-05-28 | Hewlett Packard Company | Method and apparatus for matching menu labels with keys |
US5056059A (en) * | 1987-09-10 | 1991-10-08 | Hewlett-Packard Company | Medical monitoring system interface |
US5101476A (en) * | 1985-08-30 | 1992-03-31 | International Business Machines Corporation | Patient care communication system |
US5125071A (en) * | 1986-09-10 | 1992-06-23 | Hitachi, Ltd. | Computer command input unit giving priority to frequently selected commands |
US5224217A (en) * | 1988-12-30 | 1993-06-29 | Saied Zangenehpour | Computer system which uses a least-recently-used algorithm for manipulating data tags when performing cache replacement |
US5255386A (en) * | 1990-02-08 | 1993-10-19 | International Business Machines Corporation | Method and apparatus for intelligent help that matches the semantic similarity of the inferred intent of query or command to a best-fit predefined command intent |
US5377261A (en) * | 1992-05-04 | 1994-12-27 | At&T Corp. | Apparatus and method for accessing both local and network-based features at a telephone terminal |
US5386460A (en) * | 1993-01-04 | 1995-01-31 | At&T Corp. | Feature configurable telephone terminal |
US5721850A (en) * | 1993-01-15 | 1998-02-24 | Quotron Systems, Inc. | Method and means for navigating user interfaces which support a plurality of executing applications |
US5760768A (en) * | 1990-01-08 | 1998-06-02 | Microsoft Corporation | Method and system for customizing a user interface in a computer system |
US5802301A (en) * | 1994-05-11 | 1998-09-01 | International Business Machines Corporation | System for load balancing by replicating portion of file while being read by first stream onto second device and reading portion with stream capable of accessing |
WO1999008390A2 (en) * | 1997-08-11 | 1999-02-18 | Webtv Networks, Inc. | Japanese text input method using a keyboard with only base kana characters |
US5936614A (en) * | 1991-04-30 | 1999-08-10 | International Business Machines Corporation | User defined keyboard entry system |
US6016336A (en) * | 1997-11-18 | 2000-01-18 | At&T Corp | Interactive voice response system with call trainable routing |
US6037928A (en) * | 1997-11-13 | 2000-03-14 | Imageworks Manufacturing, Inc. | System and method for providing restrained, streamlined access to a computerized information source |
US6121968A (en) * | 1998-06-17 | 2000-09-19 | Microsoft Corporation | Adaptive menus |
US6133915A (en) * | 1998-06-17 | 2000-10-17 | Microsoft Corporation | System and method for customizing controls on a toolbar |
US6232972B1 (en) | 1998-06-17 | 2001-05-15 | Microsoft Corporation | Method for dynamically displaying controls in a toolbar display based on control usage |
US20030214664A1 (en) * | 2002-05-17 | 2003-11-20 | John Moffatt | Programmable printer function keys |
USRE38419E1 (en) | 1986-05-13 | 2004-02-10 | Ncr Corporation | Computer interface device |
USRE39059E1 (en) * | 1997-07-07 | 2006-04-04 | Universal Electronics Inc. | Computer programmable remote control |
US20060172267A1 (en) * | 2005-01-31 | 2006-08-03 | Microsoft Corporation | Input device training and automatic assignment |
US20070074113A1 (en) * | 2005-07-26 | 2007-03-29 | Brother Kogyo Kabushiki Kaisha | Multi function device |
US20080024458A1 (en) * | 2004-09-30 | 2008-01-31 | Timo Nieminen | Assignment of Functions to a Softkey |
US20090225969A1 (en) * | 2005-08-31 | 2009-09-10 | Holger Lankes | Method, Terminal Device and Communication System for Programming a Button of a Communication Terminal Device |
US20150007107A1 (en) * | 2013-06-27 | 2015-01-01 | Lifescan Scotland Limited | Analyte-measurement system recording user menu choices |
US20150020026A1 (en) * | 2012-02-20 | 2015-01-15 | Hitachi Construction Machinery Co., Ltd. | Display control device for construction machine |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62206620A (en) * | 1986-03-07 | 1987-09-11 | Yokogawa Electric Corp | Input method for character string under editing |
JP2543678B2 (en) * | 1986-06-19 | 1996-10-16 | 日本電信電話株式会社 | Data generation method |
JPH081639B2 (en) * | 1986-11-18 | 1996-01-10 | シャープ株式会社 | Word processor |
GB2313939B (en) * | 1996-06-03 | 2000-09-13 | Ibm | Word processing |
CH698848B1 (en) * | 2006-04-27 | 2009-11-13 | Andreas Hieronymi | Apparatus and method for mobile electronic data collection, representation and analysis. |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4198685A (en) * | 1978-11-13 | 1980-04-15 | Wang Laboratories, Inc. | Text editing system having flexible repetitive operation capability with keyboard interactive feature |
US4200913A (en) * | 1977-04-13 | 1980-04-29 | International Business Machines Corporation | Operator controlled programmable keyboard apparatus |
US4202041A (en) * | 1977-07-11 | 1980-05-06 | Massachusetts Institute Of Technology | Dynamically variable keyboard terminal |
US4330845A (en) * | 1979-12-31 | 1982-05-18 | International Business Machines Corporation | Guess-ahead feature for a keyboard-display terminal data input system |
US4481587A (en) * | 1981-12-24 | 1984-11-06 | Pitney Bowes Inc. | Apparatus for providing interchangeable keyboard functions |
US4566001A (en) * | 1983-02-08 | 1986-01-21 | Northern Telecom Limited | Touch strip input for display terminal |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3355714A (en) * | 1963-10-21 | 1967-11-28 | Bunker Ramo | On-line computing system for processing mathematical functions |
-
1983
- 1983-06-17 US US06/505,561 patent/US4680729A/en not_active Expired - Lifetime
-
1984
- 1984-06-15 NO NO842407A patent/NO842407L/en unknown
- 1984-06-15 EP EP84304049A patent/EP0129423B1/en not_active Expired
- 1984-06-15 DE DE8484304049T patent/DE3467054D1/en not_active Expired
- 1984-06-18 JP JP59125001A patent/JPS6011922A/en active Granted
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4200913A (en) * | 1977-04-13 | 1980-04-29 | International Business Machines Corporation | Operator controlled programmable keyboard apparatus |
US4202041A (en) * | 1977-07-11 | 1980-05-06 | Massachusetts Institute Of Technology | Dynamically variable keyboard terminal |
US4198685A (en) * | 1978-11-13 | 1980-04-15 | Wang Laboratories, Inc. | Text editing system having flexible repetitive operation capability with keyboard interactive feature |
US4330845A (en) * | 1979-12-31 | 1982-05-18 | International Business Machines Corporation | Guess-ahead feature for a keyboard-display terminal data input system |
US4481587A (en) * | 1981-12-24 | 1984-11-06 | Pitney Bowes Inc. | Apparatus for providing interchangeable keyboard functions |
US4566001A (en) * | 1983-02-08 | 1986-01-21 | Northern Telecom Limited | Touch strip input for display terminal |
Cited By (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5101476A (en) * | 1985-08-30 | 1992-03-31 | International Business Machines Corporation | Patient care communication system |
USRE38419E1 (en) | 1986-05-13 | 2004-02-10 | Ncr Corporation | Computer interface device |
US4823311A (en) * | 1986-05-30 | 1989-04-18 | Texas Instruments Incorporated | Calculator keyboard with user definable function keys and with programmably alterable interactive labels for certain function keys |
US5125071A (en) * | 1986-09-10 | 1992-06-23 | Hitachi, Ltd. | Computer command input unit giving priority to frequently selected commands |
US4901364A (en) * | 1986-09-26 | 1990-02-13 | Everex Ti Corporation | Interactive optical scanner system |
US4862498A (en) * | 1986-11-28 | 1989-08-29 | At&T Information Systems, Inc. | Method and apparatus for automatically selecting system commands for display |
US5056059A (en) * | 1987-09-10 | 1991-10-08 | Hewlett-Packard Company | Medical monitoring system interface |
US5020012A (en) * | 1988-12-15 | 1991-05-28 | Hewlett Packard Company | Method and apparatus for matching menu labels with keys |
US5224217A (en) * | 1988-12-30 | 1993-06-29 | Saied Zangenehpour | Computer system which uses a least-recently-used algorithm for manipulating data tags when performing cache replacement |
US4932021A (en) * | 1989-04-03 | 1990-06-05 | At&T Bell Laboratories | Path learning feature for an automated telemarketing system |
US5760768A (en) * | 1990-01-08 | 1998-06-02 | Microsoft Corporation | Method and system for customizing a user interface in a computer system |
US5255386A (en) * | 1990-02-08 | 1993-10-19 | International Business Machines Corporation | Method and apparatus for intelligent help that matches the semantic similarity of the inferred intent of query or command to a best-fit predefined command intent |
US5936614A (en) * | 1991-04-30 | 1999-08-10 | International Business Machines Corporation | User defined keyboard entry system |
US5377261A (en) * | 1992-05-04 | 1994-12-27 | At&T Corp. | Apparatus and method for accessing both local and network-based features at a telephone terminal |
US5386460A (en) * | 1993-01-04 | 1995-01-31 | At&T Corp. | Feature configurable telephone terminal |
US5721850A (en) * | 1993-01-15 | 1998-02-24 | Quotron Systems, Inc. | Method and means for navigating user interfaces which support a plurality of executing applications |
US6069628A (en) * | 1993-01-15 | 2000-05-30 | Reuters, Ltd. | Method and means for navigating user interfaces which support a plurality of executing applications |
US5802301A (en) * | 1994-05-11 | 1998-09-01 | International Business Machines Corporation | System for load balancing by replicating portion of file while being read by first stream onto second device and reading portion with stream capable of accessing |
US6223206B1 (en) * | 1994-05-11 | 2001-04-24 | International Business Machines Corporation | Method and system for load balancing by replicating a portion of a file being read by a first stream onto second device and reading portion with a second stream capable of accessing |
USRE39059E1 (en) * | 1997-07-07 | 2006-04-04 | Universal Electronics Inc. | Computer programmable remote control |
WO1999008390A3 (en) * | 1997-08-11 | 1999-04-29 | Webtv Networks Inc | Japanese text input method using a keyboard with only base kana characters |
WO1999008390A2 (en) * | 1997-08-11 | 1999-02-18 | Webtv Networks, Inc. | Japanese text input method using a keyboard with only base kana characters |
US5999950A (en) * | 1997-08-11 | 1999-12-07 | Webtv Networks, Inc. | Japanese text input method using a keyboard with only base kana characters |
US6768483B1 (en) | 1997-11-13 | 2004-07-27 | Prosisa Overseas, Inc. | System and method of providing restrained, streamlined access to a computerized information source |
US6037928A (en) * | 1997-11-13 | 2000-03-14 | Imageworks Manufacturing, Inc. | System and method for providing restrained, streamlined access to a computerized information source |
US6016336A (en) * | 1997-11-18 | 2000-01-18 | At&T Corp | Interactive voice response system with call trainable routing |
US6232972B1 (en) | 1998-06-17 | 2001-05-15 | Microsoft Corporation | Method for dynamically displaying controls in a toolbar display based on control usage |
US6278450B1 (en) | 1998-06-17 | 2001-08-21 | Microsoft Corporation | System and method for customizing controls on a toolbar |
US6133915A (en) * | 1998-06-17 | 2000-10-17 | Microsoft Corporation | System and method for customizing controls on a toolbar |
US6121968A (en) * | 1998-06-17 | 2000-09-19 | Microsoft Corporation | Adaptive menus |
US20030214664A1 (en) * | 2002-05-17 | 2003-11-20 | John Moffatt | Programmable printer function keys |
US20080024458A1 (en) * | 2004-09-30 | 2008-01-31 | Timo Nieminen | Assignment of Functions to a Softkey |
US20060172267A1 (en) * | 2005-01-31 | 2006-08-03 | Microsoft Corporation | Input device training and automatic assignment |
US20070074113A1 (en) * | 2005-07-26 | 2007-03-29 | Brother Kogyo Kabushiki Kaisha | Multi function device |
US20090225969A1 (en) * | 2005-08-31 | 2009-09-10 | Holger Lankes | Method, Terminal Device and Communication System for Programming a Button of a Communication Terminal Device |
US8170202B2 (en) * | 2005-08-31 | 2012-05-01 | Siemens Enterprise Communications Gmbh & Co. Kg | Method, terminal device and communication system for programming a button of a communication terminal device |
US20150020026A1 (en) * | 2012-02-20 | 2015-01-15 | Hitachi Construction Machinery Co., Ltd. | Display control device for construction machine |
US9262061B2 (en) * | 2012-02-20 | 2016-02-16 | Hitachi Construction Machinery Co., Ltd. | Display control device for construction machine |
US20150007107A1 (en) * | 2013-06-27 | 2015-01-01 | Lifescan Scotland Limited | Analyte-measurement system recording user menu choices |
US9529503B2 (en) * | 2013-06-27 | 2016-12-27 | Lifescan Scotland Limited | Analyte-measurement system recording user menu choices |
US10210538B2 (en) | 2013-06-27 | 2019-02-19 | Lifescan Ip Holdings, Llc | Analyte-measurement system recording user menu choices |
Also Published As
Publication number | Publication date |
---|---|
DE3467054D1 (en) | 1987-12-03 |
EP0129423B1 (en) | 1987-10-28 |
JPS6011922A (en) | 1985-01-22 |
JPH0374410B2 (en) | 1991-11-26 |
EP0129423A1 (en) | 1984-12-27 |
NO842407L (en) | 1984-12-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4680729A (en) | Method and apparatus for storing and updating user entered command strings for use with otherwise unassigned softkeys | |
US5821926A (en) | Method of generating an operating button for computer processing, method of retrieving data with the operating button and method of displaying the operating button | |
US5598519A (en) | Method and system for direct cell formatting in a spreadsheet | |
US6831666B1 (en) | Application selection window in a windows operation system | |
US4554631A (en) | Keyword search automatic limiting method | |
EP0388148B1 (en) | A multi-language conversion system | |
US5109433A (en) | Compressing and decompressing text files | |
US5627980A (en) | Elision based presentation of ordered data | |
EP0268069B1 (en) | Method of forming a message file in a computer | |
US5383121A (en) | Method of providing computer generated dictionary and for retrieving natural language phrases therefrom | |
US5101494A (en) | System for producing memory maps by interpreting a descriptor file which identifies and describes the data structures present in memory | |
US4367537A (en) | Address retrieval in an electronic dictionary and language interpreter | |
US5040113A (en) | Data manipulation program | |
EP0107435B1 (en) | System for changing common card mode data in a card image data processing system | |
US4817032A (en) | User programmable data processor | |
US4464731A (en) | Variable retrieval speed/direction electronic translator | |
US6496829B1 (en) | Information processing apparatus, information processing method, and computer-readable storage medium for storing information processing program | |
US5592656A (en) | Method and apparatus for processing messages having arbitrary message structures witha message processor that is conditioned with a graphical user-defined message structure | |
JPH1040221A (en) | Electronic equipment and method for displaying mathematical expression including variable | |
US5381555A (en) | Method for designation of data in a data bank and extraction of data for use in a computer program | |
JPH08180066A (en) | Index preparation method, document retrieval method and document retrieval device | |
JP2569857B2 (en) | Variable byte length character input control method | |
JPH0750480B2 (en) | Text data editing device | |
EP0345063A2 (en) | Method and apparatus for identifying common subexpressions within an expression | |
KR930009781B1 (en) | Inputting method of chinese character using computer terminal |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: TEKTRONIX, INC., 4900 S.W. GRIFFITH DRIVE, P.O. BO Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:STEINHART, JONATHAN E.;REEL/FRAME:004695/0400 Effective date: 19830617 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: MICRON TECHNOLOGY, INC., IDAHO Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TEXTRONIX, INC.;REEL/FRAME:008761/0007 Effective date: 19960326 |
|
FPAY | Fee payment |
Year of fee payment: 12 |