US20120110459A1 - Automated adjustment of input configuration - Google Patents
Automated adjustment of input configuration Download PDFInfo
- Publication number
- US20120110459A1 US20120110459A1 US12/916,544 US91654410A US2012110459A1 US 20120110459 A1 US20120110459 A1 US 20120110459A1 US 91654410 A US91654410 A US 91654410A US 2012110459 A1 US2012110459 A1 US 2012110459A1
- Authority
- US
- United States
- Prior art keywords
- input
- field
- user
- input configuration
- configuration state
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 claims abstract description 53
- 238000004590 computer program Methods 0.000 claims abstract description 23
- 238000012544 monitoring process Methods 0.000 claims abstract description 14
- 238000007790 scraping Methods 0.000 claims description 12
- 238000003860 storage Methods 0.000 claims description 11
- 230000000977 initiatory effect Effects 0.000 claims 2
- 238000010586 diagram Methods 0.000 description 10
- 230000006870 function Effects 0.000 description 7
- 230000006399 behavior Effects 0.000 description 6
- 230000008859 change Effects 0.000 description 6
- 230000008569 process Effects 0.000 description 6
- 238000012805 post-processing Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 4
- 238000012015 optical character recognition Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 238000004458 analytical method Methods 0.000 description 2
- 238000013479 data entry Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 239000003550 marker Substances 0.000 description 2
- 239000013307 optical fiber Substances 0.000 description 2
- 230000000644 propagated effect Effects 0.000 description 2
- 241000510009 Varanus griseus Species 0.000 description 1
- 238000004883 computer application Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
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/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0489—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using dedicated keyboard keys or combinations thereof
-
- 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/0233—Character input methods
Definitions
- the present invention relates to a method and system for automated adjustment of input configuration.
- the operator may be required to change the keyboard status. This occurs, for example, when entering a data field that requires a keyboard language other then the current language (e.g., when the user who is currently in English mode wishes to enter data in Hebrew), when changing the status of Caps Lock or Num Lock, and when changing the keyboard layout.
- a known exception is handling password fields. Browsers and add-ons exist that recognize password fields, store the password for future uses, and even suggest entering the password for the user. However, this solution is application specific and targeted to passwords only.
- a method for automatically adjusting input configuration of a computing system may include monitoring information input by a user into a graphical user interface (GUI). The method may further include determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance. The method may also include, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- GUI graphical user interface
- a computer program product stored on a non-transitory tangible computer-readable storage medium.
- the computer program may include code for monitoring information input by a user into a graphical user interface (GUI).
- the computer program may include code for determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance.
- the computer program may also include code for, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- a system for automatically adjusting input configuration may include a processor configured to monitor information input by a user into a graphical user interface (GUI).
- GUI graphical user interface
- the processor may also be configured to determine an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance.
- the processor may also be configured to, at one or more subsequent input instances, automatically adjust the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- a method for automatically adjusting input configuration of a computing system may include monitoring information input by a user into a graphical user interface (GUI) by performing screen scraping.
- GUI graphical user interface
- the method may also include determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance by tracking operating system operations indicative of the input configuration state.
- the method may further include, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- FIG. 1 illustrates a graphical user interface (GUI) 12 of an email application (prior art).
- GUI graphical user interface
- FIG. 2 illustrates a method for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention.
- FIG. 3 illustrates a process for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention.
- FIG. 4 illustrates a system for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention.
- aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system”. Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
- the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
- a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
- a computer readable storage medium may be any non-transitory, tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
- a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
- Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- LAN local area network
- WAN wide area network
- Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
- These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
- a method and system for automatic adjustment of input configuration of a computing system for each specific data field in a monitored graphical user interface of a computer application are disclosed herein.
- input interface is understood to cover all kinds of input interfaces (e.g. keyboard, pointing device, touch screen) which may be used by a user for inputting information if required or desired to do so when prompted by an application running on a computing device, and displaying an input graphical user interface on a display (e.g. monitor screen).
- input interfaces e.g. keyboard, pointing device, touch screen
- a method and system for automatic adjustment of input interface configuration may be based on learning the input behavior of a user and offering that user an automated adjustment of input interface configuration for that fits that user's input behavior.
- a method and system for automatically setting keyboard input configuration may be designed to learn the input behavior of each user of a group of users, and offer each user an automated keyboard input configuration that fits that user's input behavior.
- a method and system for automatically setting keyboard input configuration may shorten entry time of data forms and may reduce human errors.
- email address fields typically Latin keyboard configuration required
- name fields typically local language configuration
- number fields number fields (numerical configuration).
- screen scraping technology may be used, which involves employing OCR (optical character recognition) on the screen image to recognize the content of the screen displayed to the user while the computer is running the application which requires input from the user.
- Screen scraping technology may also include parsing of the structured data of a running application to which the GUI pertains, either retrieved directly from the application itself (via an API), or via the operating system (OS).
- OCR optical character recognition
- a method in accordance with an embodiment of the present invention may include the following steps:
- OCR screen scraping
- the input interface configuration changes may be applied, whenever there is a cue that the user is typing, or is about to type, in a specific field.
- the input interface configuration changes may be applied in an automated post processing procedure.
- a field, (or a plurality of fields), of a window may be automatically adjusted according to the learned input pattern of the user (as opposed to automatic system configuration concurrent with the time of data entry).
- the automated post-processing procedure may be user initiated (e.g. by the user pressing a designated key or icon) or operated during the input of information by the user or just after the user has completed inputting the information in that field.
- a designated application monitors the screen image (by performing screen scraping) and correlates it to the user's input actions
- the user points at the email address field (characterized in most email applications by the title “To:”, which in many cases is found to the left of the field and identified as such in the screen scraping phase) he or she would input the email address only if the language mode of the input interface—the keyboard in this case—is English (or any other language which uses an alphabet which is suitable for entering email addresses), and if the language mode is not English, the user would change the language configuration to English.
- the designated application may perform keyboard language changes, for example, by generating a keyboard event corresponding to a language mode change, or by using an application programming interface (API).
- API application programming interface
- a method for automatic adjustment of input interface configuration may be based on visual analysis of the screen, and thus, it may be applied to any program which displays an input interface on a screen for the user to use in inputting information into fields on the input interface, independently and without accessing the source code of the monitored application, and/or the platform on which it is executed.
- FIG. 1 illustrates a graphical user interface (GUI) 12 of an email application (prior art), which includes menu keys 16 (some of the menu keys are textual and some menu keys are graphical icons).
- GUI 12 also includes email address fields 18 (“To:” and “CC:”), which are designed for entering the email address of the addressees, and two textual fields—“Subject” field 20 and message body field 14 , which are designed for entering text.
- a) select an email address field e.g., by placing the cursor into the email address field, and enter an email address of the addressee. If the current language configuration of the keyboard is English the user would type an email address. If, however, the current language configuration of the keyboard is not English, e.g. Hebrew, Arabic, Chinese, Russian or other language that is not suitable for an email address, the user would first switch the current language configuration of the keyboard to English. Perhaps at first erroneous typing is done with the wrong language setting, and upon realizing the mistake, the user would delete the typed text and switch the language configuration of the keyboard to English before retyping.
- b) select a text field, e.g. by placing the cursor into the text field, and type a message in the desired language. If the desired language is a language that uses an alphabet different from the current setting, the user would switch the language configuration of the keyboard to that language.
- the order of information entry may be arbitrary.
- a screen image of a GUI of an application may be monitored.
- a screen scraping tool may be used to detect visible text and graphical items or symbols (e.g., icons) appearing on the screen. The detected content of the text or graphical component and its position are recorded.
- An input interface e.g., keyboard and/or mouse
- An input interface e.g., keyboard and/or mouse listener tool may be used working in parallel to the screen scraping tool for recording the order of keyboard entries and mouse click events.
- the active field in which information is currently entered may be identified.
- the sign to look for may be a flashing marker or a highlighted field on the screen, both of which would be detected by known change detection techniques.
- the screen After each keyboard stroke the screen may be analyzed and the appearance of a new character on the screen may indicate the location of a currently edited field.
- the coordinates of that event and the surroundings of that event may be analyzed for determining the existence of an editable field, or may be compared to a previously completed analysis of the area surrounding the mouse event.
- the user actions when editing fields on the screen and concurrent input interface configuration may be associated with the monitored screen.
- the history of the input interface configurations for each field in a first input instance or a few first instances may be recorded and stored.
- the input interface configuration may be set to match the configuration used by the user in the first input instance.
- initial input instance for a particular field may include a number of input instances, so that automatic adjustment of input interface configuration may be performed only after a number of initial input instances have been recorded, and statistics collected for that data field may allow determination of the user preferred input interface configuration for that field.
- the number of input instances may be user customizable.
- post-processing may be performed, where the already written text is reformatted according to the learned behavior of the user. For example, if the direction of a certain data field is always left to right, that could be automatically corrected after the data entry, as would be the case of entering a telephone number or the like.
- the user may be provided with the correct keyboard settings before entering text.
- post processing may be employed to verify that data was input in the correct input interface configuration, and if not, it may be corrected. The user may thus save time by eliminating the need to configure the input interface manually as well as avoiding typing errors caused by incorrect keyboard configuration.
- FIG. 2 A method for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention, is illustrated in FIG. 2 .
- the method may include monitoring 210 information input into a GUI.
- the method may further include determining 220 an input configuration state set by a user for the information input into at least one field of the GUI at an initial input instance.
- the method also may include, at one or more subsequent input instances, automatically adjusting 230 the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- Process 300 for automatically adjusting input interface configuration in accordance with an embodiment of the present invention is illustrated in FIG. 3 .
- the process may include monitoring an information input GUI 310 .
- a user inputs information in a field of the GUI it may be determined 320 whether it is done for the first input instance (or at an initial instance as defined hereinabove).
- the configuration state of the input interface may be determined 330 and recorded 340 and the GUI may be further monitored 310 .
- the configuration state of the input interface may be adjusted 350 to the determined configuration for that field. It may then be determined 360 whether the input GUI is completed. If it is indeed completed the process may terminate 370 . If the input GUI is not completed it may be further monitored 310 .
- the input information may be automatically reformatted 355 to conform with the determined input interface configuration for that field.
- FIG. 4 illustrates a system 400 for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention.
- Such system may include a storage medium 420 , such as for example a hard disk drive.
- the system may also include processor 410 , an input interface 440 , such as, for example, a keyboard, or a touch screen, and a display device 430 , such as, for example, a monitor.
- the storage medium 420 may be used to store a computer program product (e.g. computer software application) which may be executed on processor 410 , that may include code for performing a method for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention.
- a computer program product e.g. computer software application
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)
- User Interface Of Digital Computer (AREA)
- Input From Keyboards Or The Like (AREA)
Abstract
Description
- The present invention relates to a method and system for automated adjustment of input configuration.
- When working with computer systems and applications, sometimes the operator may be required to change the keyboard status. This occurs, for example, when entering a data field that requires a keyboard language other then the current language (e.g., when the user who is currently in English mode wishes to enter data in Hebrew), when changing the status of Caps Lock or Num Lock, and when changing the keyboard layout.
- In various situations such changes are done in a similar manner and sometimes even repeatedly. For example, a Hebrew speaking user would change the keyboard language setting to Hebrew when entering text in the email text field, and would then change the keyboard language setting to English when entering an email address in the email address field. Although such changes are relatively easy to infer and anticipate they are not done automatically most of the times.
- A known exception is handling password fields. Browsers and add-ons exist that recognize password fields, store the password for future uses, and even suggest entering the password for the user. However, this solution is application specific and targeted to passwords only.
- According to an embodiment of the present invention there is provided a method for automatically adjusting input configuration of a computing system. The method may include monitoring information input by a user into a graphical user interface (GUI). The method may further include determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance. The method may also include, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- Furthermore, in accordance with embodiments of the present invention, there is provided a computer program product stored on a non-transitory tangible computer-readable storage medium. The computer program may include code for monitoring information input by a user into a graphical user interface (GUI). The computer program may include code for determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance. The computer program may also include code for, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- Furthermore, in accordance with embodiments of the present invention, there is provided a system for automatically adjusting input configuration. The system may include a processor configured to monitor information input by a user into a graphical user interface (GUI). The processor may also be configured to determine an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance. The processor may also be configured to, at one or more subsequent input instances, automatically adjust the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- Furthermore, in accordance with embodiments of the present invention, there is provided a method for automatically adjusting input configuration of a computing system. The method may include monitoring information input by a user into a graphical user interface (GUI) by performing screen scraping. The method may also include determining an input configuration state of the computing system set by the user for the information input into at least one field of the GUI at an initial input instance by tracking operating system operations indicative of the input configuration state. The method may further include, at one or more subsequent input instances, automatically adjusting the input configuration state for said at least one field to the determined input configuration of the initial input instance.
- The subject matter regarded as the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, however, both as to organization and method of operation, together with objects, features, and advantages thereof, may best be understood by reference to the following detailed description when read with the accompanying drawings in which:
-
FIG. 1 illustrates a graphical user interface (GUI) 12 of an email application (prior art). -
FIG. 2 illustrates a method for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention. -
FIG. 3 illustrates a process for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention. -
FIG. 4 illustrates a system for automatically adjusting input configuration of a computing system, in accordance with an embodiment of the present invention. - As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system”. Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
- Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any non-transitory, tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
- Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- Aspects of the present invention are described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to an embodiment of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- Flowchart/s and block diagram/s in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
- In accordance with an embodiment of the present invention, a method and system for automatic adjustment of input configuration of a computing system for each specific data field in a monitored graphical user interface of a computer application are disclosed herein.
- In the context of the present invention, the term “input interface” is understood to cover all kinds of input interfaces (e.g. keyboard, pointing device, touch screen) which may be used by a user for inputting information if required or desired to do so when prompted by an application running on a computing device, and displaying an input graphical user interface on a display (e.g. monitor screen).
- A method and system for automatic adjustment of input interface configuration, in accordance with an embodiment of the present invention, may be based on learning the input behavior of a user and offering that user an automated adjustment of input interface configuration for that fits that user's input behavior.
- In accordance with an embodiment of the present invention, a method and system for automatically setting keyboard input configuration may be designed to learn the input behavior of each user of a group of users, and offer each user an automated keyboard input configuration that fits that user's input behavior.
- In accordance with an embodiment of the present invention, a method and system for automatically setting keyboard input configuration may shorten entry time of data forms and may reduce human errors.
- There exist various kinds of input fields that require different input configuration. For example email address fields (typically Latin keyboard configuration required), name fields (typically local language configuration), number fields (numerical configuration).
- In accordance with an embodiment of the present invention, screen scraping technology may be used, which involves employing OCR (optical character recognition) on the screen image to recognize the content of the screen displayed to the user while the computer is running the application which requires input from the user. Screen scraping technology may also include parsing of the structured data of a running application to which the GUI pertains, either retrieved directly from the application itself (via an API), or via the operating system (OS).
- A method in accordance with an embodiment of the present invention, may include the following steps:
- a) Monitoring the application screen while the user is working, recognizing the content of the screen through screen scraping (OCR) and detecting input interface (e.g. keyboard, mouse) events or other operations performed by operating system.
- b) Identifying the field the user is currently editing (based on data from (a)).
- c) Learning the user actions and system configuration as dependant on the screens and fields the user is editing, and
- d) After accumulating enough knowledge on the specific user behavior, at least one rule for each monitored input field is generated.
- e) The next time the user enters information into the fields of the monitored graphical user interface that is displayed on the screen, if rules have previously been generated, the proposed method applies the input interface configuration automatically according to the generated rules.
- The input interface configuration changes may be applied, whenever there is a cue that the user is typing, or is about to type, in a specific field.
- In an alternative embodiment of the present invention, the input interface configuration changes may be applied in an automated post processing procedure. In a post processing routine, a field, (or a plurality of fields), of a window may be automatically adjusted according to the learned input pattern of the user (as opposed to automatic system configuration concurrent with the time of data entry). The automated post-processing procedure may be user initiated (e.g. by the user pressing a designated key or icon) or operated during the input of information by the user or just after the user has completed inputting the information in that field.
- For example, consider the email example above. According to an embodiment of the present invention, a designated application monitors the screen image (by performing screen scraping) and correlates it to the user's input actions When the user points at the email address field (characterized in most email applications by the title “To:”, which in many cases is found to the left of the field and identified as such in the screen scraping phase) he or she would input the email address only if the language mode of the input interface—the keyboard in this case—is English (or any other language which uses an alphabet which is suitable for entering email addresses), and if the language mode is not English, the user would change the language configuration to English. These actions are recorded by the designated application so that after accumulating enough information on this field, the next time the user activates the email application and starts writing an email message, when reaching the email address field the designated application verifies that the language mode of the keyboard is English, and if it is not—the language mode is switched by the system to English. The designated application may perform keyboard language changes, for example, by generating a keyboard event corresponding to a language mode change, or by using an application programming interface (API).
- A method for automatic adjustment of input interface configuration according to an embodiment of the present invention may be based on visual analysis of the screen, and thus, it may be applied to any program which displays an input interface on a screen for the user to use in inputting information into fields on the input interface, independently and without accessing the source code of the monitored application, and/or the platform on which it is executed.
-
FIG. 1 illustrates a graphical user interface (GUI) 12 of an email application (prior art), which includes menu keys 16 (some of the menu keys are textual and some menu keys are graphical icons).GUI 12 also includes email address fields 18 (“To:” and “CC:”), which are designed for entering the email address of the addressees, and two textual fields—“Subject”field 20 andmessage body field 14, which are designed for entering text. - When a user wishes to send an email message in a language other than English (or other language whose alphabet may be used for entering email address in proper format) he or she may perform the following actions:
- a) select an email address field, e.g., by placing the cursor into the email address field, and enter an email address of the addressee. If the current language configuration of the keyboard is English the user would type an email address. If, however, the current language configuration of the keyboard is not English, e.g. Hebrew, Arabic, Chinese, Russian or other language that is not suitable for an email address, the user would first switch the current language configuration of the keyboard to English. Perhaps at first erroneous typing is done with the wrong language setting, and upon realizing the mistake, the user would delete the typed text and switch the language configuration of the keyboard to English before retyping.
- b) select a text field, e.g. by placing the cursor into the text field, and type a message in the desired language. If the desired language is a language that uses an alphabet different from the current setting, the user would switch the language configuration of the keyboard to that language.
- The order of information entry (e.g., first entering email address and then typing the message text or vice versa) may be arbitrary.
- In accordance with embodiments of the present invention a screen image of a GUI of an application may be monitored. A screen scraping tool may be used to detect visible text and graphical items or symbols (e.g., icons) appearing on the screen. The detected content of the text or graphical component and its position are recorded. An input interface (e.g., keyboard and/or mouse) listener tool may be used working in parallel to the screen scraping tool for recording the order of keyboard entries and mouse click events.
- The active field in which information is currently entered may be identified. There are known methods for detecting the position of the editing marker (e.g. cursor). For example, the sign to look for may be a flashing marker or a highlighted field on the screen, both of which would be detected by known change detection techniques. After each keyboard stroke the screen may be analyzed and the appearance of a new character on the screen may indicate the location of a currently edited field.
- If there is a mouse click event, the coordinates of that event and the surroundings of that event may be analyzed for determining the existence of an editable field, or may be compared to a previously completed analysis of the area surrounding the mouse event.
- The user actions when editing fields on the screen and concurrent input interface configuration may be associated with the monitored screen.
- The history of the input interface configurations for each field in a first input instance or a few first instances (hereinafter referred to as an “initial input instance”) may be recorded and stored.
- Thus, for the next input instance and subsequent input instances, when the user selects one of the fields, the input interface configuration may be set to match the configuration used by the user in the first input instance.
- According to embodiments of the present invention initial input instance for a particular field (or for some or all fields on the screen) may include a number of input instances, so that automatic adjustment of input interface configuration may be performed only after a number of initial input instances have been recorded, and statistics collected for that data field may allow determination of the user preferred input interface configuration for that field. In some embodiments of the present invention the number of input instances may be user customizable.
- In a case where there is no indication before the user enters data into a field, and the input interface configuration may be determined only after the user has started entering the data, post-processing may be performed, where the already written text is reformatted according to the learned behavior of the user. For example, if the direction of a certain data field is always left to right, that could be automatically corrected after the data entry, as would be the case of entering a telephone number or the like.
- By employing a method or using a system in accordance with embodiments of the present invention, the user may be provided with the correct keyboard settings before entering text. According to other embodiments of the present invention post processing may be employed to verify that data was input in the correct input interface configuration, and if not, it may be corrected. The user may thus save time by eliminating the need to configure the input interface manually as well as avoiding typing errors caused by incorrect keyboard configuration.
- A method for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention, is illustrated in
FIG. 2 . - The method may include monitoring 210 information input into a GUI. The method may further include determining 220 an input configuration state set by a user for the information input into at least one field of the GUI at an initial input instance. The method also may include, at one or more subsequent input instances, automatically adjusting 230 the input configuration state for said at least one field to the determined input configuration of the initial input instance.
-
Process 300 for automatically adjusting input interface configuration in accordance with an embodiment of the present invention, is illustrated inFIG. 3 . - The process (e.g. an algorithm) may include monitoring an
information input GUI 310. When a user inputs information in a field of the GUI it may be determined 320 whether it is done for the first input instance (or at an initial instance as defined hereinabove). - If the user inputs information in that field at the first input instance the configuration state of the input interface may be determined 330 and recorded 340 and the GUI may be further monitored 310.
- If it is not the first input instance (as defined hereinabove) that the user is inputting information in this field, then it may be determined whether there is an
advance indication 345 of the input field which is currently selected by the user for inputting information before the user starts inputting information (e.g. the user presses TAB and advances the cursor into a field, or clicks the pointing device on the field). If such advance indication is detected the configuration state of the input interface may be adjusted 350 to the determined configuration for that field. It may then be determined 360 whether the input GUI is completed. If it is indeed completed the process may terminate 370. If the input GUI is not completed it may be further monitored 310. - If there is no advance indication of the selected field, before the user starts inputting information into it, than the input information may be automatically reformatted 355 to conform with the determined input interface configuration for that field.
-
FIG. 4 illustrates asystem 400 for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention. Such system may include astorage medium 420, such as for example a hard disk drive. The system may also includeprocessor 410, aninput interface 440, such as, for example, a keyboard, or a touch screen, and adisplay device 430, such as, for example, a monitor. - The
storage medium 420 may be used to store a computer program product (e.g. computer software application) which may be executed onprocessor 410, that may include code for performing a method for automatically adjusting input interface configuration, in accordance with an embodiment of the present invention.
Claims (25)
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/916,544 US9058105B2 (en) | 2010-10-31 | 2010-10-31 | Automated adjustment of input configuration |
PCT/EP2011/068034 WO2012055714A1 (en) | 2010-10-31 | 2011-10-14 | Automated adjustment of input configuration |
DE112011102891T DE112011102891T5 (en) | 2010-10-31 | 2011-10-14 | Automatic adjustment of an input configuration |
CN201180052191.0A CN103180815B (en) | 2010-10-31 | 2011-10-14 | Automatically the method and system of the input configuration of Adjustable calculation system |
JP2013535354A JP2013545380A (en) | 2010-10-31 | 2011-10-14 | Automatic adjustment of input settings |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/916,544 US9058105B2 (en) | 2010-10-31 | 2010-10-31 | Automated adjustment of input configuration |
Publications (2)
Publication Number | Publication Date |
---|---|
US20120110459A1 true US20120110459A1 (en) | 2012-05-03 |
US9058105B2 US9058105B2 (en) | 2015-06-16 |
Family
ID=45217486
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/916,544 Active 2033-04-25 US9058105B2 (en) | 2010-10-31 | 2010-10-31 | Automated adjustment of input configuration |
Country Status (5)
Country | Link |
---|---|
US (1) | US9058105B2 (en) |
JP (1) | JP2013545380A (en) |
CN (1) | CN103180815B (en) |
DE (1) | DE112011102891T5 (en) |
WO (1) | WO2012055714A1 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10175770B2 (en) | 2016-10-13 | 2019-01-08 | International Business Machines Corporation | Proactive input method editor switching |
US10528328B2 (en) | 2015-12-08 | 2020-01-07 | Microsoft Technology Licensing, Llc | Learning from input patterns in Programing-By-Example |
US10877635B2 (en) | 2017-05-10 | 2020-12-29 | Embee Mobile, Inc. | System and method for the capture of mobile behavior, usage, or content exposure |
US20230087022A1 (en) * | 2020-05-28 | 2023-03-23 | Vivo Mobile Communication Co., Ltd. | Text language type switching method and apparatus, device, and storage medium |
Families Citing this family (66)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9318108B2 (en) | 2010-01-18 | 2016-04-19 | Apple Inc. | Intelligent automated assistant |
US8977255B2 (en) | 2007-04-03 | 2015-03-10 | Apple Inc. | Method and system for operating a multi-function portable electronic device using voice-activation |
US8676904B2 (en) | 2008-10-02 | 2014-03-18 | Apple Inc. | Electronic devices with voice command and contextual data processing capabilities |
US10706373B2 (en) | 2011-06-03 | 2020-07-07 | Apple Inc. | Performing actions associated with task items that represent tasks to perform |
US10276170B2 (en) | 2010-01-18 | 2019-04-30 | Apple Inc. | Intelligent automated assistant |
US10417037B2 (en) | 2012-05-15 | 2019-09-17 | Apple Inc. | Systems and methods for integrating third party services with a digital assistant |
CN104969289B (en) | 2013-02-07 | 2021-05-28 | 苹果公司 | Voice trigger of digital assistant |
US10652394B2 (en) | 2013-03-14 | 2020-05-12 | Apple Inc. | System and method for processing voicemail |
US10748529B1 (en) | 2013-03-15 | 2020-08-18 | Apple Inc. | Voice activated device for use with a voice-based digital assistant |
KR20140132183A (en) * | 2013-05-07 | 2014-11-17 | 삼성전자주식회사 | Method and apparatus for displaying an input interface in user device |
US10176167B2 (en) | 2013-06-09 | 2019-01-08 | Apple Inc. | System and method for inferring user intent from speech inputs |
CN110442699A (en) | 2013-06-09 | 2019-11-12 | 苹果公司 | Operate method, computer-readable medium, electronic equipment and the system of digital assistants |
JP6163266B2 (en) | 2013-08-06 | 2017-07-12 | アップル インコーポレイテッド | Automatic activation of smart responses based on activation from remote devices |
US9715875B2 (en) | 2014-05-30 | 2017-07-25 | Apple Inc. | Reducing the need for manual start/end-pointing and trigger phrases |
WO2015184186A1 (en) | 2014-05-30 | 2015-12-03 | Apple Inc. | Multi-command single utterance input method |
US10170123B2 (en) | 2014-05-30 | 2019-01-01 | Apple Inc. | Intelligent assistant for home automation |
US9338493B2 (en) | 2014-06-30 | 2016-05-10 | Apple Inc. | Intelligent automated assistant for TV user interactions |
US9886953B2 (en) | 2015-03-08 | 2018-02-06 | Apple Inc. | Virtual assistant activation |
US10460227B2 (en) | 2015-05-15 | 2019-10-29 | Apple Inc. | Virtual assistant in a communication session |
US10200824B2 (en) | 2015-05-27 | 2019-02-05 | Apple Inc. | Systems and methods for proactively identifying and surfacing relevant content on a touch-sensitive device |
US20160378747A1 (en) | 2015-06-29 | 2016-12-29 | Apple Inc. | Virtual assistant for media playback |
US10331312B2 (en) | 2015-09-08 | 2019-06-25 | Apple Inc. | Intelligent automated assistant in a media environment |
US10671428B2 (en) | 2015-09-08 | 2020-06-02 | Apple Inc. | Distributed personal assistant |
US10740384B2 (en) | 2015-09-08 | 2020-08-11 | Apple Inc. | Intelligent automated assistant for media search and playback |
US10747498B2 (en) | 2015-09-08 | 2020-08-18 | Apple Inc. | Zero latency digital assistant |
US11587559B2 (en) | 2015-09-30 | 2023-02-21 | Apple Inc. | Intelligent device identification |
US10691473B2 (en) | 2015-11-06 | 2020-06-23 | Apple Inc. | Intelligent automated assistant in a messaging environment |
US10956666B2 (en) | 2015-11-09 | 2021-03-23 | Apple Inc. | Unconventional virtual assistant interactions |
US10223066B2 (en) | 2015-12-23 | 2019-03-05 | Apple Inc. | Proactive assistance based on dialog communication between devices |
US12223282B2 (en) | 2016-06-09 | 2025-02-11 | Apple Inc. | Intelligent automated assistant in a home environment |
US10586535B2 (en) | 2016-06-10 | 2020-03-10 | Apple Inc. | Intelligent digital assistant in a multi-tasking environment |
US12197817B2 (en) | 2016-06-11 | 2025-01-14 | Apple Inc. | Intelligent device arbitration and control |
DK179415B1 (en) | 2016-06-11 | 2018-06-14 | Apple Inc | Intelligent device arbitration and control |
DK201670540A1 (en) | 2016-06-11 | 2018-01-08 | Apple Inc | Application integration with a digital assistant |
US11204787B2 (en) | 2017-01-09 | 2021-12-21 | Apple Inc. | Application integration with a digital assistant |
US10726832B2 (en) | 2017-05-11 | 2020-07-28 | Apple Inc. | Maintaining privacy of personal information |
DK180048B1 (en) | 2017-05-11 | 2020-02-04 | Apple Inc. | MAINTAINING THE DATA PROTECTION OF PERSONAL INFORMATION |
DK179745B1 (en) | 2017-05-12 | 2019-05-01 | Apple Inc. | SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT |
DK179496B1 (en) | 2017-05-12 | 2019-01-15 | Apple Inc. | USER-SPECIFIC Acoustic Models |
DK201770428A1 (en) | 2017-05-12 | 2019-02-18 | Apple Inc. | Low-latency intelligent automated assistant |
DK201770411A1 (en) | 2017-05-15 | 2018-12-20 | Apple Inc. | MULTI-MODAL INTERFACES |
DK179560B1 (en) | 2017-05-16 | 2019-02-18 | Apple Inc. | Far-field extension for digital assistant services |
US20180336892A1 (en) | 2017-05-16 | 2018-11-22 | Apple Inc. | Detecting a trigger of a digital assistant |
US10303715B2 (en) | 2017-05-16 | 2019-05-28 | Apple Inc. | Intelligent automated assistant for media exploration |
US10818288B2 (en) | 2018-03-26 | 2020-10-27 | Apple Inc. | Natural assistant interaction |
US10928918B2 (en) | 2018-05-07 | 2021-02-23 | Apple Inc. | Raise to speak |
US11145294B2 (en) | 2018-05-07 | 2021-10-12 | Apple Inc. | Intelligent automated assistant for delivering content from user experiences |
US10892996B2 (en) | 2018-06-01 | 2021-01-12 | Apple Inc. | Variable latency device coordination |
DK180639B1 (en) | 2018-06-01 | 2021-11-04 | Apple Inc | DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT |
DK201870355A1 (en) | 2018-06-01 | 2019-12-16 | Apple Inc. | Virtual assistant operation in multi-device environments |
DK179822B1 (en) | 2018-06-01 | 2019-07-12 | Apple Inc. | Voice interaction at a primary device to access call functionality of a companion device |
US11462215B2 (en) | 2018-09-28 | 2022-10-04 | Apple Inc. | Multi-modal inputs for voice commands |
US11348573B2 (en) | 2019-03-18 | 2022-05-31 | Apple Inc. | Multimodality in digital assistant systems |
WO2020221788A1 (en) | 2019-04-30 | 2020-11-05 | Agfa Nv | Raster image processor |
US11307752B2 (en) | 2019-05-06 | 2022-04-19 | Apple Inc. | User configurable task triggers |
DK201970509A1 (en) | 2019-05-06 | 2021-01-15 | Apple Inc | Spoken notifications |
US11140099B2 (en) | 2019-05-21 | 2021-10-05 | Apple Inc. | Providing message response suggestions |
DK180129B1 (en) | 2019-05-31 | 2020-06-02 | Apple Inc. | USER ACTIVITY SHORTCUT SUGGESTIONS |
DK201970510A1 (en) | 2019-05-31 | 2021-02-11 | Apple Inc | Voice identification in digital assistant systems |
US11468890B2 (en) | 2019-06-01 | 2022-10-11 | Apple Inc. | Methods and user interfaces for voice-based control of electronic devices |
US12301635B2 (en) | 2020-05-11 | 2025-05-13 | Apple Inc. | Digital assistant hardware abstraction |
US11061543B1 (en) | 2020-05-11 | 2021-07-13 | Apple Inc. | Providing relevant data items based on context |
US11038934B1 (en) | 2020-05-11 | 2021-06-15 | Apple Inc. | Digital assistant hardware abstraction |
US11755276B2 (en) | 2020-05-12 | 2023-09-12 | Apple Inc. | Reducing description length based on confidence |
US11490204B2 (en) | 2020-07-20 | 2022-11-01 | Apple Inc. | Multi-device audio adjustment coordination |
US11438683B2 (en) | 2020-07-21 | 2022-09-06 | Apple Inc. | User identification using headphones |
Citations (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030125927A1 (en) * | 2001-12-28 | 2003-07-03 | Microsoft Corporation | Method and system for translating instant messages |
US20070061718A1 (en) * | 2005-09-13 | 2007-03-15 | Nokia Corporation | Method for selecting character interpretation mode |
US20070073517A1 (en) * | 2003-10-30 | 2007-03-29 | Koninklijke Philips Electronics N.V. | Method of predicting input |
US20070089049A1 (en) * | 2005-09-08 | 2007-04-19 | Gormish Michael J | Non-symbolic data system for the automated completion of forms |
US20070085835A1 (en) * | 2005-10-14 | 2007-04-19 | Research In Motion Limited | Automatic language selection for improving text accuracy |
US20070168450A1 (en) * | 2006-01-13 | 2007-07-19 | Surendra Prajapat | Server-initiated language translation of an instant message based on identifying language attributes of sending and receiving users |
US20080070604A1 (en) * | 2006-09-18 | 2008-03-20 | Lg Electronics Inc. | Method of managing a language information for a text input and method of inputting a text and a mobile terminal |
US7392326B2 (en) * | 2001-02-16 | 2008-06-24 | Microsoft Corporation | Method for text entry in an electronic device |
US7403888B1 (en) * | 1999-11-05 | 2008-07-22 | Microsoft Corporation | Language input user interface |
US7424675B2 (en) * | 1999-11-05 | 2008-09-09 | Microsoft Corporation | Language input architecture for converting one text form to another text form with tolerance to spelling typographical and conversion errors |
US7562007B2 (en) * | 2003-06-16 | 2009-07-14 | Samsung Electronics Co., Ltd. | Method and apparatus for recognizing language input mode and method and apparatus for automatically switching language input modes using the same |
US20090241027A1 (en) * | 2008-03-18 | 2009-09-24 | Dapeng Gao | Handheld electronic device and associated method for improving typing efficiency on the device |
US20100251163A1 (en) * | 2007-07-24 | 2010-09-30 | Keycorp Limited | Parsing of input fields in a graphical user interface |
US20120029902A1 (en) * | 2010-07-27 | 2012-02-02 | Fang Lu | Mode supporting multiple language input for entering text |
US20120226490A1 (en) * | 2009-07-09 | 2012-09-06 | Eliyahu Mashiah | Content sensitive system and method for automatic input language selection |
US8326333B2 (en) * | 2009-11-11 | 2012-12-04 | Sony Ericsson Mobile Communications Ab | Electronic device and method of controlling the electronic device |
US8364134B2 (en) * | 2005-05-27 | 2013-01-29 | Sony Ericsson Mobile Communications Ab | Automatic language selection for text input in messaging context |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5523754A (en) | 1993-09-20 | 1996-06-04 | International Business Machines Corporation | Method and apparatus for automatic keyboard configuration by layout |
JPH07168829A (en) * | 1994-09-30 | 1995-07-04 | Hitachi Ltd | Document creation method |
US5912669A (en) * | 1996-04-29 | 1999-06-15 | Netmanage, Inc. | Screen navigation method |
JPH10187325A (en) * | 1996-12-25 | 1998-07-14 | Casio Comput Co Ltd | Data input device |
US7168046B2 (en) * | 2001-04-26 | 2007-01-23 | Lg Electronics Inc. | Method and apparatus for assisting data input to a portable information terminal |
US9135021B2 (en) * | 2003-06-30 | 2015-09-15 | International Business Machines Corporation | Method and system for input and output of data with non-standard I/O devices for web applications |
US7607086B2 (en) | 2003-11-18 | 2009-10-20 | Microsoft Corporation | System and method for pre-processing input events |
US20080001959A1 (en) | 2006-06-28 | 2008-01-03 | Amir Geva | System, Method and Computer Program Product for Performing Information Transfer Using a Virtual Operator |
CN103067399B (en) * | 2006-08-22 | 2016-03-09 | 交互数字技术公司 | Wireless transmitter/receiver unit |
US8667412B2 (en) * | 2007-09-06 | 2014-03-04 | Google Inc. | Dynamic virtual input device configuration |
US8323503B2 (en) | 2008-06-11 | 2012-12-04 | Fresenius Medical Care Holdings, Inc. | User interface processing device |
CN101639760A (en) * | 2009-08-27 | 2010-02-03 | 上海合合信息科技发展有限公司 | Input method and input system of contact information |
-
2010
- 2010-10-31 US US12/916,544 patent/US9058105B2/en active Active
-
2011
- 2011-10-14 DE DE112011102891T patent/DE112011102891T5/en not_active Ceased
- 2011-10-14 WO PCT/EP2011/068034 patent/WO2012055714A1/en active Application Filing
- 2011-10-14 JP JP2013535354A patent/JP2013545380A/en active Pending
- 2011-10-14 CN CN201180052191.0A patent/CN103180815B/en active Active
Patent Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7424675B2 (en) * | 1999-11-05 | 2008-09-09 | Microsoft Corporation | Language input architecture for converting one text form to another text form with tolerance to spelling typographical and conversion errors |
US7403888B1 (en) * | 1999-11-05 | 2008-07-22 | Microsoft Corporation | Language input user interface |
US7392326B2 (en) * | 2001-02-16 | 2008-06-24 | Microsoft Corporation | Method for text entry in an electronic device |
US20030125927A1 (en) * | 2001-12-28 | 2003-07-03 | Microsoft Corporation | Method and system for translating instant messages |
US7562007B2 (en) * | 2003-06-16 | 2009-07-14 | Samsung Electronics Co., Ltd. | Method and apparatus for recognizing language input mode and method and apparatus for automatically switching language input modes using the same |
US20070073517A1 (en) * | 2003-10-30 | 2007-03-29 | Koninklijke Philips Electronics N.V. | Method of predicting input |
US8364134B2 (en) * | 2005-05-27 | 2013-01-29 | Sony Ericsson Mobile Communications Ab | Automatic language selection for text input in messaging context |
US20070089049A1 (en) * | 2005-09-08 | 2007-04-19 | Gormish Michael J | Non-symbolic data system for the automated completion of forms |
US20070061718A1 (en) * | 2005-09-13 | 2007-03-15 | Nokia Corporation | Method for selecting character interpretation mode |
US20070085835A1 (en) * | 2005-10-14 | 2007-04-19 | Research In Motion Limited | Automatic language selection for improving text accuracy |
US20070168450A1 (en) * | 2006-01-13 | 2007-07-19 | Surendra Prajapat | Server-initiated language translation of an instant message based on identifying language attributes of sending and receiving users |
US20080070604A1 (en) * | 2006-09-18 | 2008-03-20 | Lg Electronics Inc. | Method of managing a language information for a text input and method of inputting a text and a mobile terminal |
US20100251163A1 (en) * | 2007-07-24 | 2010-09-30 | Keycorp Limited | Parsing of input fields in a graphical user interface |
US20090241027A1 (en) * | 2008-03-18 | 2009-09-24 | Dapeng Gao | Handheld electronic device and associated method for improving typing efficiency on the device |
US20120226490A1 (en) * | 2009-07-09 | 2012-09-06 | Eliyahu Mashiah | Content sensitive system and method for automatic input language selection |
US8326333B2 (en) * | 2009-11-11 | 2012-12-04 | Sony Ericsson Mobile Communications Ab | Electronic device and method of controlling the electronic device |
US20120029902A1 (en) * | 2010-07-27 | 2012-02-02 | Fang Lu | Mode supporting multiple language input for entering text |
US8463592B2 (en) * | 2010-07-27 | 2013-06-11 | International Business Machines Corporation | Mode supporting multiple language input for entering text |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10528328B2 (en) | 2015-12-08 | 2020-01-07 | Microsoft Technology Licensing, Llc | Learning from input patterns in Programing-By-Example |
US10175770B2 (en) | 2016-10-13 | 2019-01-08 | International Business Machines Corporation | Proactive input method editor switching |
US10877635B2 (en) | 2017-05-10 | 2020-12-29 | Embee Mobile, Inc. | System and method for the capture of mobile behavior, usage, or content exposure |
US11095733B2 (en) * | 2017-05-10 | 2021-08-17 | Embee Mobile, Inc. | System and method for the capture of mobile behavior, usage, or content exposure based on changes in UI layout |
US11924296B2 (en) | 2017-05-10 | 2024-03-05 | Embee Mobile, Inc. | System and method for the capture of mobile behavior, usage, or content exposure |
US20230087022A1 (en) * | 2020-05-28 | 2023-03-23 | Vivo Mobile Communication Co., Ltd. | Text language type switching method and apparatus, device, and storage medium |
Also Published As
Publication number | Publication date |
---|---|
WO2012055714A1 (en) | 2012-05-03 |
JP2013545380A (en) | 2013-12-19 |
DE112011102891T5 (en) | 2013-06-06 |
US9058105B2 (en) | 2015-06-16 |
CN103180815A (en) | 2013-06-26 |
CN103180815B (en) | 2016-08-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9058105B2 (en) | Automated adjustment of input configuration | |
US9703462B2 (en) | Display-independent recognition of graphical user interface control | |
US9891818B2 (en) | Adaptive touch-sensitive displays and methods | |
US9152529B2 (en) | Systems and methods for dynamically altering a user interface based on user interface actions | |
AU2016286308B2 (en) | Robotic process automation | |
US9098313B2 (en) | Recording display-independent computerized guidance | |
US9405558B2 (en) | Display-independent computerized guidance | |
US20160350137A1 (en) | Guide file creation program | |
WO2016095689A1 (en) | Recognition and searching method and system based on repeated touch-control operations on terminal interface | |
US20120192066A1 (en) | Selecting portions of computer-accessible documents for post-selection processing | |
US8976118B2 (en) | Method for character correction | |
WO2013085528A1 (en) | Methods and apparatus for dynamically adapting a virtual keyboard | |
US20150269059A1 (en) | Progressive snapshots in automated software testing | |
US20120110451A1 (en) | Providing help information | |
WO2017001560A1 (en) | Robotic process automation | |
JP2011081778A (en) | Method and device for display-independent computerized guidance | |
WO2015043352A1 (en) | Method and apparatus for selecting test nodes on webpages | |
CN103488488A (en) | Text input check method, device ad mobile terminal | |
CN104346035A (en) | Indicating automatically corrected words | |
US20150121293A1 (en) | Method and apparatus for entering symbols from a touch-sensitive screen | |
US20190179508A1 (en) | Touchscreen device | |
US20150261388A1 (en) | Method and apparatus for gesture operation on address bar and touch screen terminal | |
CN111368275A (en) | Robot control method, device, equipment and storage medium | |
CN104516632B (en) | Determine and touch the method and device that character scans for | |
US11789581B2 (en) | Input display system, auxiliary information display method and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DRORY, TAL;MARDER, MATTIAS;REEL/FRAME:025223/0231 Effective date: 20101025 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
CC | Certificate of correction | ||
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |