CN114265541B - Information input method, computing device and storage medium - Google Patents

Information input method, computing device and storage medium Download PDF

Info

Publication number
CN114265541B
CN114265541B CN202111581024.7A CN202111581024A CN114265541B CN 114265541 B CN114265541 B CN 114265541B CN 202111581024 A CN202111581024 A CN 202111581024A CN 114265541 B CN114265541 B CN 114265541B
Authority
CN
China
Prior art keywords
input
information
input box
application
box
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.)
Active
Application number
CN202111581024.7A
Other languages
Chinese (zh)
Other versions
CN114265541A (en
Inventor
张亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Uniontech Software Technology Co Ltd
Original Assignee
Uniontech Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Uniontech Software Technology Co Ltd filed Critical Uniontech Software Technology Co Ltd
Priority to CN202111581024.7A priority Critical patent/CN114265541B/en
Publication of CN114265541A publication Critical patent/CN114265541A/en
Application granted granted Critical
Publication of CN114265541B publication Critical patent/CN114265541B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses an information input method, a computing device and a storage medium, and comprises the following steps: registering an input box in a display server according to the registration information of the application; when receiving an input signal of the input device, judging whether input operation is currently performed in an input box or not; if the input operation is not performed in the input box, matching the input information in the input signal with the input box registered in the display server according to a matching rule in the display server; if the input frame is matched with the target input frame corresponding to the input information, determining an application name and an input frame number corresponding to a matching rule of the target input frame according to the registration information; and sending the input information and the input box number to a target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number. The invention saves the process that the user needs to click the input box, improves the information input efficiency and improves the use experience of the user on the application.

Description

Information input method, computing device and storage medium
Technical Field
The present invention relates to the field of operating systems, and in particular, to an information input method, a computing device, and a storage medium.
Background
With the development of computer technology, more and more applications have been developed. In the process of using the application program, in order to receive information input by the user, the application program sets one or more input boxes in an interface displayed for the user. If the user needs to input information into the application program, the user needs to click an input box in the application program, switch to the state input in the input box, and then normally input information.
In the prior art, if a user does not click on an input box, when information is directly input through an input device, the operating system discards the information input by the user at the moment and cannot normally input the information through the input box in the application. If the user inputs by using the keyboard at this time, the user must click by using a mouse or a touch pad to select the input box, so that information can be normally input in the input box.
For this reason, a new information input method is required.
Disclosure of Invention
To this end, the present invention provides an information input method in an effort to solve or at least alleviate the above-presented problems.
According to one aspect of the present invention there is provided an information input method adapted to be executed in a computing device communicatively coupled to one or more input devices, the computing device having an operating system running therein and one or more applications running based on the operating system, the operating system including a display server therein, the method comprising the steps of: receiving registration information sent by one or more applications, and registering an input box in a display server according to each piece of registration information, wherein the registration information comprises application names of the applications, input box numbers and matching rules of the input boxes; when receiving an input signal of the input device, judging whether input operation is currently performed in an input box or not; if the input operation is not performed in the input box, matching the input information in the input signal with the input box registered in the display server according to a matching rule in the display server; if the input frame is matched with the target input frame corresponding to the input information, determining an application name and an input frame number corresponding to a matching rule of the target input frame according to the registration information; and sending the input information and the input box number to a target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number.
Optionally, the matching rule is constructed by the application from a character set of the input box, the character set comprising characters that the input box is capable of entering.
Optionally, in the method according to the present invention, matching the input information in the input signal with the input box registered in the display server according to the matching rule includes the steps of: determining one or more input characters included in the input information according to the input information; determining a character set allowed to be input by the input box according to the matching rule; judging whether the character set comprises all input characters in the input information; and if the character set comprises all input characters in the input information, taking the input box corresponding to the matching rule as a target input box matched with the input information.
Optionally, in the method according to the invention, the method further comprises the step of: if the input operation is being performed in the input box, the input information is sent to the application corresponding to the input box, so that the application writes the input information in the input box.
Optionally, in the method according to the invention, the method further comprises the step of: if the candidate input boxes corresponding to the input information are matched according to the matching rule, determining the application corresponding to each candidate input box, and obtaining a plurality of applications; displaying the identifiers of the plurality of applications to a user so that the user can select a target application needing to input information from the plurality of application names; and acquiring the target application selected by the user, taking the candidate input box in the target application as a target input box, and sending the input box number and the input information of the target input box to the target application.
Optionally, in the method according to the invention, the method further comprises the step of: if the input box corresponding to the input information is not matched according to the matching rule, the input information is stored; when the user selects an input box in the application, input information is transmitted to the application selected by the user so as to input the input information.
Optionally, in the method according to the present invention, the registration information includes one or more pieces of input box information, each piece of input box information includes an application name of the application, an input box number, and a matching rule of the input box, and the target application writes the input information in the target input box according to the input box number includes the steps of: matching the input box number with corresponding input box information according to the registration information; determining an input interface of a target input box corresponding to the input box number according to the matched input box information; and selecting the target input box according to the input interface, and writing input information in the target input box.
Optionally, in the method according to the invention, the character set of the input box is constructed according to the character types that the input box is allowed to input, the character set comprising characters of one or more character types.
According to another aspect of the present invention, there is provided a computing device comprising: one or more processors; a memory; and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs comprising instructions for performing the information input method according to the present invention.
According to yet another aspect of the present invention, there is provided a computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computing device, cause the computing device to perform an information input method according to the present invention.
The invention discloses an information input method, which is suitable for being executed in a computing device. The computing device is communicatively coupled to the input device, an operating system is running in the computing device, and one or more applications are running based on the operating system, including a display server. The information input method comprises the following steps: firstly, receiving registration information sent by one or more applications, and registering an input box in a display server according to each piece of registration information, wherein the registration information comprises application names of the applications, input box numbers and matching rules of the input boxes; when receiving an input signal of the input device, judging whether input operation is currently performed in an input box or not; if the input operation is not performed in the input box, matching the input information in the input signal with the input box registered in the display server according to a matching rule; if the input frame is matched with the target input frame corresponding to the input information, determining an application name and an input frame number corresponding to the input frame number of the target input frame according to the registration information; and sending the input information and the input box number to a target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number. According to the method and the device for automatically matching the target input box, under the condition that the user does not select the input box, the target input box is automatically matched according to the input content of the user, the input content is sent to the target application where the target input box is located, and the input content is filled in the target input box of the target application, so that the process that the user needs to click the input box is saved, the information input efficiency is improved, and the use experience of the user to the application is improved.
Drawings
To the accomplishment of the foregoing and related ends, certain illustrative aspects are described herein in connection with the following description and the annexed drawings, which set forth the various ways in which the principles disclosed herein may be practiced, and all aspects and equivalents thereof are intended to fall within the scope of the claimed subject matter. The above and other objects, features and advantages of the present disclosure will become more apparent from the following detailed description when read in conjunction with the accompanying drawings. Like reference numerals generally refer to like parts or elements throughout the present disclosure.
FIG. 1 illustrates a schematic diagram of a running operating system in a computing device according to one exemplary embodiment of the invention;
FIG. 2 illustrates a block diagram of a computing device 200 according to an exemplary embodiment of the invention;
FIG. 3 shows a flow diagram of an information input method 300 according to an exemplary embodiment of the invention;
FIG. 4 shows a schematic diagram of prior art input of information in an application; and
Fig. 5 shows a schematic diagram of inputting information in an input box according to an exemplary embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art. Like reference numerals generally refer to like parts or elements.
FIG. 1 illustrates a schematic diagram of a running operating system in a computing device according to one exemplary embodiment of the invention. As shown in FIG. 1, computing device 200 has operating system 110 running therein, and also has a plurality of applications 121-123 running therein based on operating system 110. The invention is not limited in the nature of the operating system 110. The number of applications running as shown in fig. 1 is merely exemplary, and the present invention is not limited to the number and kind of applications. Operating system 110 also includes a display server 111, with display server 111 being used to provide display services for applications 121-123 in operating system 110. According to one embodiment of the present invention, display server 111 may be implemented as wayland display server, and the present invention is not limited to the particular implementation of display server 111.
Computing device 200 is also communicatively connected to input device 131 and input device 132. The manner in which the computing device and the input device are linked shown in FIG. 1 is merely exemplary, and the invention is not limited by the manner in which computing device 200 and the input device are connected, and the number of input devices to which computing device 200 is connected. The input device 131 or 132 may be implemented as a keyboard, a mouse, etc., and the present invention is not limited to a specific implementation of the input device 131 or 132.
FIG. 2 illustrates a block diagram of a computing device 200 according to an exemplary embodiment of the invention. As shown in FIG. 2, in a basic configuration 202, a computing device 200 typically includes a system memory 206 and one or more processors 204. A memory bus 208 may be used for communication between the processor 204 and the system memory 206.
Depending on the desired configuration, the processor 204 may be any type of processing including, but not limited to: a microprocessor (μp), a microcontroller (μc), a digital information processor (DSP), or any combination thereof. Processor 204 may include one or more levels of cache, such as a first level cache 210 and a second level cache 212, a processor core 214, and registers 216. The example processor core 214 may include an Arithmetic Logic Unit (ALU), a Floating Point Unit (FPU), a digital signal processing core (DSP core), or any combination thereof. The example memory controller 218 may be used with the processor 204, or in some implementations, the memory controller 218 may be an internal part of the processor 204.
Depending on the desired configuration, system memory 206 may be any type of memory including, but not limited to: volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.), or any combination thereof. The system memory 206 may include an operating system 220, one or more programs 222, and program data 228. In some implementations, the program 222 may be arranged to execute instructions 223 of the method 300 according to the present invention on an operating system by the one or more processors 204 using the program data 228.
Computing device 200 may also include a storage interface bus 234. Storage interface bus 234 enables communication from storage devices 232 (e.g., removable storage 236 and non-removable storage 238) to base configuration 202 via bus/interface controller 230. At least a portion of operating system 220, programs 222, and data 224 may be stored on removable storage 236 and/or non-removable storage 238, and when the program 222 is powered up or is to be executed by the computing device 200, loaded into the system memory 206 via storage interface bus 234 and executed by the one or more processors 204.
Computing device 200 may also include an interface bus 240 that facilitates communication from various interface devices (e.g., output devices 242, peripheral interfaces 244, and communication devices 246) to basic configuration 202 via bus/interface controller 230. The example output device 242 includes a graphics processing unit 248 and an audio processing unit 250. They may be configured to facilitate communication with various external devices, such as a display or speakers, via one or more a/V ports 252. Example peripheral interfaces 244 may include a serial interface controller 254 and a parallel interface controller 256, which may be configured to facilitate communications with external devices such as input devices (e.g., keyboard, mouse, pen, voice input device, touch input device) or other peripherals (e.g., printer, scanner, etc.) via one or more I/O ports 258. The example communication device 246 may include a network controller 260 that may be arranged to communicate with one or more other computing devices 200 over a network communication link via one or more communication ports 264.
The network communication link may be one example of a communication medium. Communication media may typically be embodied by computer readable instructions, data structures, program modules, and may include any information delivery media in a modulated data signal, such as a carrier wave or other transport mechanism. A "modulated data signal" may be a signal that has one or more of its data set or changed in such a manner as to encode information in the signal. By way of non-limiting example, communication media may include wired media such as a wired network or special purpose network, and wireless media such as acoustic, radio Frequency (RF), microwave, infrared (IR) or other wireless media. The term computer readable media as used herein may include both storage media and communication media.
In the computing device 200 according to the invention, the program 222 comprises a plurality of program instructions of the information input method 300, which may instruct the processor 204 to perform part of the steps of the information input method 300 running in the computing device 200 according to the invention, so that parts of the computing device 200 implement the input of information by performing the information input method 300 according to the invention.
Computing device 200 may be implemented as a server, such as a file server, database, server, application server, etc., such as a Personal Digital Assistant (PDA), wireless web-watch device, application-specific device, or a hybrid device that may include any of the above functions. May be implemented as a personal computer including desktop and notebook computer configurations, and in some embodiments, computing device 200 is configured as information input method 300.
Fig. 3 shows a flow diagram of an information input method 300 according to an exemplary embodiment of the invention. The information input method 300 is adapted to run in a computing device, in which an operating system is running, and one or more applications are running based on the operating system, including a display server, in communication with one or more input devices.
First, step S310 is executed, in which registration information sent by one or more applications is received, and an input box is registered in the display server according to each piece of registration information, where the registration information includes an application name of the application, an input box number, and a rule matching the input box.
If the application is running, the user is required to input information including account numbers and passwords, an application interface is displayed on the desktop, and the application interface comprises one or more input boxes for providing input information for the user. The input boxes refer to interface components for inputting text, and the invention does not limit the number of input boxes in the application, the size and shape of the input boxes, and the like.
The application name in the registration information is the name of the application sending the registration information, and the corresponding application can be uniquely determined according to the application name. The input box number is a unique number created for the included input box in the application; the input box numbers of each input box in the application are different; the input box numbers of the input boxes of different applications are also different. The matching rule is a rule that matches input information input by a user through an input device with an input box. According to the matching rule, an input box that matches the input information may be determined.
Each application sends registration information to the display server when registering the input box, the display server receives the registration information sent by each application to obtain a plurality of pieces of registration information, and the input box in the application is registered according to each piece of registration information.
The registration information includes one or more pieces of input box information, and the number of input boxes included in the application determines the number of input box information in the registration information. When an input box exists in the application, the generated registration information comprises a piece of registration information; when there are a plurality of input boxes in the application, a corresponding number of pieces of registration information are included in the generated registration information.
Each piece of input box information comprises an application name of the application, an input box number and a matching rule of the input box, and the application can determine the input box in the application through the input box number according to one or more pieces of input box information included in the registration information.
The matching rules of the input box are constructed by the application from a character set of the input box, the character set comprising characters that the input box is capable of inputting. The character set of the input box is constructed according to the character types allowed to be input by the input box, and the character set comprises characters of one or more character types. Alternatively, according to one embodiment of the present invention, the character types include uppercase characters, lowercase characters, numeric characters, kanji characters, etc., and the present invention is not limited to the character types included in the character set. Wherein in the character type, the uppercase character includes: A-Z; lower case characters include a-z; the numeric characters include: 0 to 9; the kanji characters comprise a single kanji character in common use.
Specifically, the character set of each input box in the application may be predetermined. When determining the character set of the input box, the input box can be constructed according to the use requirement and type of the input box, such as the input box for inputting the password, wherein the character set comprises upper case characters, lower case characters and digital characters; the input box for entering a user name cannot include numeric characters in its character set, but may include uppercase characters and lowercase characters.
According to one embodiment of the invention, the matching rule constructed according to the character set of the input box can be implemented as a regular expression, and the invention is not limited to the specific form of the matching rule. The input box for inputting the password, the character set of which comprises upper case characters, lower case characters and digital characters, can be constructed to obtain matching rules as follows: the; an input box for inputting a user name, the character set of which cannot include numeric characters but may include uppercase characters and lowercase characters, may be constructed to obtain a matching rule of: a [ a-zA-Z0-9- ] {4,16} $.
When registering input boxes in the display server, storing the input box information corresponding to each input box in the display server, namely storing the registration information of each application in the display server. When registering an input box in the display server, each application including the input box is currently running, registering the input box in the display server.
Subsequently, step S320 is performed to determine whether an input operation is currently being performed in the input box when an input signal of the input device is accepted. According to one embodiment of the invention, when a user has selected an input box, it is indicated that an input operation is being performed in the input box. The selection means that when the user clicks the input box, the input box is selected or the input cursor is displayed, and information can be input. If the input operation is being performed in the input box, the input information is sent to the application corresponding to the input box, so that the application writes the input information in the input box. The input signal includes input information, which is information triggered by a user via the input device.
Alternatively, according to one embodiment of the present invention, input device 131 is implemented as a mouse and input device 132 may be implemented as a keyboard. When the user clicks on an input box in the application 121 via a mouse, the input box is selected, indicating that the input box is selected. When the user inputs information through the keyboard, the input information is directly transmitted to the application 121 so that the application 121 displays the input information in the input box. The invention does not limit the information input mode of the user through the equipment, for example, the information input can be carried out through a keyboard, the information input can be carried out through a mouse, and the like.
Then, step S330 is executed, and if no input operation is being performed in the input box, the input information in the input signal is matched with the input box registered in the display server according to the matching rule in the display server. The fact that the input operation is not performed in the input boxes means that the user does not select any input box currently, and at this time, the input boxes corresponding to the input information need to be matched according to the matching rule.
Specifically, when matching input information in an input signal with an input box registered in a display server, determining one or more input characters included in the input information according to the input information; the input information generally includes a string of characters, including one or more characters, and the input information is disassembled to obtain single characters, and the single characters obtained by disassembling the input information are used as input characters to obtain one or more input characters.
Then, the character set allowed to be input by the input box is determined according to the matching rule. According to one embodiment of the invention, when the matching rule is implemented as a regular expression, the character set allowed to be input by the input box may be determined according to the regular expression. The character set includes one or more character types, each character type including a plurality of characters.
And judging whether the character set comprises all input characters in the input information, and if the character set comprises all input characters in the input information, taking an input box corresponding to the matching rule as a target input box matched with the input information. The character set including all input characters in the input information means that all input characters in the input information are in a set of character sets.
According to one embodiment of the invention, a user name input box and a password input box are registered in the display server, the matching rule of the user name input box is ≡a-zA-Z0-9_ ] {4,16} $, and the character set comprises uppercase characters and lowercase characters; the password "matching rule of input box is.
When the input operation is not being performed in the input box and the input signal of the input device is received, the input information is obtained as '111 zhangsan' according to the input model. The character strings of the input information are disassembled, and input characters included in the input information are obtained as follows: 1.1, z, h, a, n, g, s, a, and n. Because the matching rule of the "user name" input box does not include a numeric character in its character set and includes a numeric character in the input characters, the character set corresponding to the matching rule of the "user name" input box does not include all input characters, the input information cannot be matched with the "user name" input box,
The character set of the matching rule of the 'password' input box comprises upper case characters, lower case characters and digital characters, and can comprise all input characters, so that the input information is matched with the 'password' input box, and the 'password' input box is taken as a target input box corresponding to the input information.
Subsequently, step S340 is performed, and if the target input box corresponding to the input information is matched, the application name and the input box number corresponding to the matching rule of the target input box are determined according to the registration information. The registration information in the display server comprises one or more pieces of input box information, and when the application name and the input box number corresponding to the input box number of the target input box are determined, the corresponding application name and the input box number are determined according to the input box information and the matching rule of the target input box is determined.
Finally, step S350 is executed, in which the input information and the input box number are sent to the target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number. When the application writes input information in the target input box according to the input box number, matching the input box number with corresponding input box information according to the registration information; and determining an input interface of a target input box corresponding to the input box number according to the matched input box information, selecting the target input box according to the input interface, and writing the input information in the target input box, so that the corresponding input box is matched according to the input information under the condition that the input box is not selected, and then writing the input information into the input box.
According to one embodiment of the invention, if a plurality of candidate input boxes corresponding to input information are matched according to a matching rule, determining an application corresponding to each candidate input box to obtain a plurality of applications; displaying the identifiers of the plurality of applications to a user so that the user can select a target application needing to input information from the plurality of application names; since there are a plurality of application registration input boxes in the display server, when the input information is matched with the input boxes of a plurality of applications, the input boxes are used as candidate input boxes and provided for the user to select. Since there are multiple application registration input boxes in the display server, when the input information is matched with the input boxes of multiple applications, the input boxes are used as candidate input boxes, and the application where the candidate input boxes are located is provided for the user to select. The application identifier comprises an application name, an application icon, an application window thumbnail, an application opened file name, an application opened file thumbnail and the like.
And then, acquiring the target application selected by the user, taking a candidate input box in the target application as a target input box, transmitting the input box number and the input information of the target input box to the target application, so that the target application determines the input box according to the input box number, and writing the input information into the input box.
Alternatively, according to an embodiment of the present invention, if an input box corresponding to input information is not matched according to a matching rule, the input information is saved. The input box not being matched is an input box which is not registered in the display server and can be matched with the input information. The display server first saves the input information and when the user subsequently selects an input box in the application, the input information is sent to the application selected by the user so that the application inputs the input information.
Fig. 4 shows a schematic diagram of prior art input of information in an application. As shown in fig. 4: when the user inputs the keyboard, the user firstly moves the mouse, then selects the corresponding input box to make the input box selected, and then the user can input the content. This process is very time consuming, and requires lifting the hands off the keyboard and then back to the keyboard, wasting physical effort, wasting time, and very poor user experience. In particular, in a login interface-like place, the full screen has only one input box, but if the input box is not selected, the input can only be performed by moving the input box selected by the mouse when the focus is at other positions. When the input box is not selected, if the key is tapped, the current operating system only automatically discards the input key information, for example, after clicking a 'display desktop' button, the key is tapped without any reaction. The focus is the position clicked by the mouse.
Fig. 5 shows a schematic diagram of inputting information in an input box according to an exemplary embodiment of the present invention. As shown in fig. 5, when the user inputs input information, the input boxes are automatically matched according to the registered input boxes. The input information is sent to the application, facilitating the application to write the input information in the input box.
The invention discloses an information input method, which is suitable for being executed in a computing device. The computing device is communicatively coupled to the input device, an operating system is running in the computing device, and one or more applications are running based on the operating system, including a display server. The information input method comprises the following steps: firstly, receiving registration information sent by one or more applications, and registering an input box in a display server according to each piece of registration information, wherein the registration information comprises application names of the applications, input box numbers and matching rules of the input boxes; when receiving an input signal of the input device, judging whether input operation is currently performed in an input box or not; if the input operation is not performed in the input box, matching the input information in the input signal with the input box registered in the display server according to a matching rule; if the input frame is matched with the target input frame corresponding to the input information, determining an application name and an input frame number corresponding to the input frame number of the target input frame according to the registration information; and sending the input information and the input box number to a target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number. According to the method and the device for automatically matching the target input box, under the condition that the user does not select the input box, the target input box is automatically matched according to the input content of the user, the input content is sent to the target application where the target input box is located, and the input content is filled in the target input box of the target application, so that the process that the user needs to click the input box is saved, the information input efficiency is improved, and the use experience of the user to the application is improved.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects.
Those skilled in the art will appreciate that the modules or units or groups of devices in the examples disclosed herein may be arranged in a device as described in this embodiment, or alternatively may be located in one or more devices different from the devices in this example. The modules in the foregoing examples may be combined into one module or may be further divided into a plurality of sub-modules.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or groups of embodiments may be combined into one module or unit or group, and furthermore they may be divided into a plurality of sub-modules or sub-units or groups. Any combination of all features disclosed in this specification, and all processes or units of any method or apparatus so disclosed, may be employed, except that at least some of such features and/or processes or units are mutually exclusive. Each feature disclosed in this specification may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments described herein include some features but not others included in other embodiments, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments.
Furthermore, some of the embodiments are described herein as methods or combinations of method elements that may be implemented by a processor of a computer system or by other means of performing the functions. Thus, a processor with the necessary instructions for implementing the described method or method element forms a means for implementing the method or method element. Furthermore, the elements of the apparatus embodiments described herein are examples of the following apparatus: the apparatus is for carrying out the functions performed by the elements for carrying out the objects of the invention.
The various techniques described herein may be implemented in connection with hardware or software or, alternatively, with a combination of both. Thus, the methods and apparatus of the present invention, or certain aspects or portions of the methods and apparatus of the present invention, may take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention.
In the case of program code execution on programmable computers, the computing device will generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device. Wherein the memory is configured to store program code; the processor is configured to execute the shortcut key implementation method of the present invention in accordance with instructions in the program code stored in the memory.
By way of example, and not limitation, computer readable media comprise computer storage media and communication media. Computer-readable media include computer storage media and communication media. Computer storage media stores information such as computer readable instructions, data structures, program modules, or other data. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. Combinations of any of the above are also included within the scope of computer readable media.
As used herein, unless otherwise specified the use of the ordinal terms "first," "second," "third," etc., to describe a general object merely denote different instances of like objects, and are not intended to imply that the objects so described must have a given order, either temporally, spatially, in ranking, or in any other manner.
While the invention has been described with respect to a limited number of embodiments, those skilled in the art, having benefit of the above description, will appreciate that other embodiments are contemplated within the scope of the invention as described herein. Furthermore, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter. Accordingly, many modifications and variations will be apparent to practitioners skilled in the art. The disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention.

Claims (4)

1. An information input method adapted to be executed in a computing device communicatively coupled to one or more input devices, the computing device having an operating system running therein and one or more applications running therein based on the operating system, the operating system including a display server therein, the method comprising the steps of:
receiving registration information sent by one or more applications, and registering an input box in the display server according to each piece of registration information, wherein the registration information comprises an application name of the application, an input box number and a matching rule of the input box;
when receiving an input signal of the input device, judging whether input operation is currently performed in an input box or not;
If the input operation is not performed in the input box, matching the input information in the input signal with the input box registered in the display server according to a matching rule in the display server;
if the input information is matched with the target input box corresponding to the input information, determining an application name and an input box number corresponding to a matching rule of the target input box according to the registration information;
the input information and the input box number are sent to a target application corresponding to the application name according to the application name, so that the target application writes the input information in the target input box according to the input box number;
Wherein the matching rule is constructed by the application according to a character set of the input box, the character set of the input box is constructed according to a character type allowed to be input by the input box, the character set comprises one or more of uppercase characters, lowercase characters, numerical characters and kanji characters, and the matching of the input information in the input signal with the input box registered in the display server according to the matching rule comprises the steps of:
determining one or more input characters included in the input information according to the input information;
determining a character set allowed to be input by the input box according to the matching rule;
Judging whether the character set comprises all input characters in the input information;
if the character set comprises all input characters in the input information, taking an input box corresponding to the matching rule as a target input box matched with the input information;
If the candidate input boxes corresponding to the input information are matched according to the matching rule, determining the application corresponding to each candidate input box, and obtaining a plurality of applications;
displaying the identifiers of the plurality of applications to a user so that the user can select a target application needing to input information from the plurality of application names;
Acquiring a target application selected by a user, taking a candidate input box in the target application as a target input box, and sending an input box number of the target input box and the input information to the target application;
If the input box corresponding to the input information is not matched according to the matching rule, the input information is stored;
when a user selects an input box in an application, transmitting the input information to the application selected by the user so as to input the input information;
the registration information comprises one or more pieces of input box information, each piece of input box information comprises an application name of the application, an input box number and a matching rule of the input box, and the target application writes the input information into the target input box according to the input box number comprises the following steps:
Matching the input box number with corresponding input box information according to the registration information;
determining an input interface of a target input box corresponding to the input box number according to the matched input box information;
And selecting a target input box according to the input interface, and writing input information in the target input box.
2. The method of claim 1, wherein the method further comprises the step of:
and if the input operation is being performed in the input box, sending the input information to an application corresponding to the input box, so that the application writes the input information in the input box.
3. A computing device, comprising:
One or more processors;
A memory; and
One or more devices comprising instructions for performing the method of claim 1 or 2.
4. A computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computing device, cause the computing device to perform the method of claim 1 or 2.
CN202111581024.7A 2021-12-22 2021-12-22 Information input method, computing device and storage medium Active CN114265541B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111581024.7A CN114265541B (en) 2021-12-22 2021-12-22 Information input method, computing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111581024.7A CN114265541B (en) 2021-12-22 2021-12-22 Information input method, computing device and storage medium

Publications (2)

Publication Number Publication Date
CN114265541A CN114265541A (en) 2022-04-01
CN114265541B true CN114265541B (en) 2024-05-31

Family

ID=80828876

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111581024.7A Active CN114265541B (en) 2021-12-22 2021-12-22 Information input method, computing device and storage medium

Country Status (1)

Country Link
CN (1) CN114265541B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133596A (en) * 2010-12-21 2012-07-12 Canon Marketing Japan Inc Input control system, client terminal, input control method and program
CN103425704A (en) * 2012-05-24 2013-12-04 阿里巴巴集团控股有限公司 Application interface providing method and application interface providing device
CN103914209A (en) * 2014-03-28 2014-07-09 联想(北京)有限公司 Information processing method and electronic device
CN107357562A (en) * 2017-05-24 2017-11-17 青岛海信移动通信技术股份有限公司 A kind of information fill method, device and client
CN109086096A (en) * 2018-06-22 2018-12-25 北京明华联盟科技有限公司 Data entry device, electronic equipment and the storage medium of Edge browser
CN110874148A (en) * 2019-10-28 2020-03-10 维沃移动通信有限公司 Input control method and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133596A (en) * 2010-12-21 2012-07-12 Canon Marketing Japan Inc Input control system, client terminal, input control method and program
CN103425704A (en) * 2012-05-24 2013-12-04 阿里巴巴集团控股有限公司 Application interface providing method and application interface providing device
CN103914209A (en) * 2014-03-28 2014-07-09 联想(北京)有限公司 Information processing method and electronic device
CN107357562A (en) * 2017-05-24 2017-11-17 青岛海信移动通信技术股份有限公司 A kind of information fill method, device and client
CN109086096A (en) * 2018-06-22 2018-12-25 北京明华联盟科技有限公司 Data entry device, electronic equipment and the storage medium of Edge browser
CN110874148A (en) * 2019-10-28 2020-03-10 维沃移动通信有限公司 Input control method and electronic equipment

Also Published As

Publication number Publication date
CN114265541A (en) 2022-04-01

Similar Documents

Publication Publication Date Title
US10175883B2 (en) Techniques for predicting user input on touch screen devices
JP2014067147A (en) Handwriting input support device, method and program
US20180082105A1 (en) Digitized handwriting sample ingestion systems and methods
CN110659287A (en) Method for processing field names of table and computing equipment
CN113535650B (en) File naming method and computing device
JP2022079439A (en) Method and system for extracting information from document image
JP2010140475A (en) Method, apparatus and computer program for providing input order independent character input mechanism
CN114265541B (en) Information input method, computing device and storage medium
JP2007034907A (en) Customer information registration system, customer information registration program, and terminal
JP6156055B2 (en) Screen generation device, authentication system, and program
CN110780970A (en) Data screening method, device, equipment and computer readable storage medium
CN110516169B (en) Data display method, device and system and computing equipment
CN114153538A (en) Window switching method, computing device and storage medium
JP6484143B2 (en) Image processing system, method, program, and recording medium using landscape photograph including text
JP2017228233A (en) Data analysis system, data analysis method, terminal device and computer program
JP5945645B1 (en) Product data registration terminal, product data registration method, and product data registration program
JP6397084B2 (en) User information input support system
JP6724823B2 (en) Advertisement creation device and program
CN113625922B (en) File translation method, computing device and readable storage medium
JP2018206423A (en) User information input assistance system
JP6973132B2 (en) Information processing equipment, information processing methods and information processing programs
CN114596051A (en) Mail information input method, computing device and storage medium
CN114461113B (en) Interaction method, processing device and computing equipment based on task bar
JP2018026180A (en) Information processing apparatus and program
JP7091725B2 (en) Information processing equipment, search method, program, network system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant