CN112083841B - Information input method, device and storage medium - Google Patents

Information input method, device and storage medium Download PDF

Info

Publication number
CN112083841B
CN112083841B CN202010839759.4A CN202010839759A CN112083841B CN 112083841 B CN112083841 B CN 112083841B CN 202010839759 A CN202010839759 A CN 202010839759A CN 112083841 B CN112083841 B CN 112083841B
Authority
CN
China
Prior art keywords
input
input method
scene
keyboard window
detected
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
CN202010839759.4A
Other languages
Chinese (zh)
Other versions
CN112083841A (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.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software 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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN202010839759.4A priority Critical patent/CN112083841B/en
Publication of CN112083841A publication Critical patent/CN112083841A/en
Application granted granted Critical
Publication of CN112083841B publication Critical patent/CN112083841B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements 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/0233Character input methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Abstract

The present disclosure relates to an information input method, apparatus and storage medium, relating to the technical field of electronic information, the method comprising: and identifying an input scene corresponding to the detected input operation, if the input scene is a designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is an input method corresponding to the designated scene, replacing a second keyboard window corresponding to a second input method by using the first keyboard window, and the process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.

Description

Information input method, device and storage medium
Technical Field
The present disclosure relates to the field of electronic information technologies, and in particular, to an information input method, an information input apparatus, and a storage medium.
Background
With the continuous development of electronic information technology, more and more various APPs (english: Application, chinese: Application) are available for users to install. When the user logs in the APP or operates through the APP, in order to guarantee the security of the account and the password of the user input APP, the third-party input method installed by the user needs to be switched into the security input method of the terminal device when the operation of inputting the account and the password by the user is detected, so that the information of the user is prevented from being leaked. However, the input method switching speed is slow, which easily causes the terminal device to be stuck.
Disclosure of Invention
To overcome the problems in the related art, the present disclosure provides an information input method, apparatus, and storage medium.
According to a first aspect of embodiments of the present disclosure, there is provided an information input method, the method including:
identifying an input scene corresponding to the detected input operation;
if the input scene is a designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the designated scene;
and replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected.
Optionally, the identifying an input scene corresponding to the detected input operation includes:
and if the input operation is detected, when the addWindow method is executed by the process of the second input method, identifying the input scene through hooks added in the addWindow method.
Optionally, the starting of the first keyboard window corresponding to the first input method includes:
if the process of the first input method is not started, starting the process of the first input method, and starting the first keyboard window through the process of the first input method;
and if the process of the first input method is started, starting the first keyboard window through the process of the first input method.
Optionally, after the starting of the process of the first input method, the method further includes:
keeping the process of the first input method started, and detecting the use amount of a memory;
and if the using amount of the memory is larger than or equal to a preset threshold value, closing the process of the first input method.
Optionally, the replacing, by the first keyboard window, a second keyboard window corresponding to a second input method includes:
and canceling the second keyboard window and displaying the first keyboard window.
According to a second aspect of the embodiments of the present disclosure, there is provided an information input apparatus, the apparatus including:
the identification module is configured to identify an input scene corresponding to the detected input operation;
the starting module is configured to start a first keyboard window corresponding to a first input method if the input scene is a designated scene, wherein the first input method is the input method corresponding to the designated scene;
and the replacing module is configured to replace a second keyboard window corresponding to a second input method by the first keyboard window, and the process of the second input method is started when the input operation is detected.
Optionally, the identification module is configured to:
and if the input operation is detected, when the addWindow method is executed by the process of the second input method, identifying the input scene through hooks added in the addWindow method.
Optionally, the starting module includes:
the first starting submodule is configured to start the process of the first input method and start the first keyboard window through the process of the first input method if the process of the first input method is not started;
and the second starting submodule is configured to start the first keyboard window through the process of the first input method if the process of the first input method is started.
Optionally, the apparatus further comprises:
the detection module is configured to enable the process of the first input method to be kept started after the process of the first input method is started, and detect the usage amount of a memory;
and the closing module is configured to close the process of the first input method if the usage amount of the memory is greater than or equal to a preset threshold value.
Optionally, the replacement module is configured to:
and canceling the second keyboard window and displaying the first keyboard window.
According to a third aspect of the embodiments of the present disclosure, there is provided an information input apparatus including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
identifying an input scene corresponding to the detected input operation;
if the input scene is a designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the designated scene;
and replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the steps of the information input method provided by the first aspect of embodiments of the present disclosure.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
firstly, identifying an input scene corresponding to detected input operation, then judging the input scene, if the input scene is an appointed scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the appointed scene, and finally replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow chart illustrating a method of information input according to an exemplary embodiment.
Fig. 2 is a flow chart illustrating one step 102 of the embodiment shown in fig. 1.
FIG. 3 is a flow chart illustrating another method of information input according to an example embodiment.
FIG. 4 is a block diagram illustrating an information input device according to an exemplary embodiment.
FIG. 5 is a block diagram of a start module shown in the embodiment of FIG. 4.
Fig. 6 is a block diagram illustrating another information input device according to an example embodiment.
Fig. 7 is a block diagram illustrating an information input device according to an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Before describing the information input method, apparatus and storage medium provided by the present disclosure, an application scenario related to various embodiments of the present disclosure is first described. The application scenario may be a terminal device. The terminal device may be installed with a first input method and a second input method, where the security of the first input method is higher than that of the second input method, for example, the first input method may not monitor the content input by the user, and in addition, the keyboard of the first input method may also be arranged out of order, which is not limited by the present disclosure. The second input method may be any one of the input methods currently used by the user. The terminal device may be a mobile terminal such as a smart phone, a tablet computer, a smart television, a PDA (Personal Digital Assistant, chinese), a portable computer, or a fixed terminal such as a desktop computer.
FIG. 1 is a flow chart illustrating a method of information input according to an exemplary embodiment. As shown in fig. 1, the method includes:
step 101, identifying an input scene corresponding to the detected input operation.
For example, when an input scene of the terminal device is identified, an input operation of the user may be detected first. The input scene may include a scene of inputting an account name, a password and the like, and may also include a scene of editing a short message, a note, a file and the like. The corresponding input scene may be identified by detecting an attribute of an input box in which a position of the input operation is located. For example, if the input frame where the position of the input operation is detected is an input frame for inputting a password, the corresponding input scene may be determined as a scene for inputting the password, and if the input frame where the position of the input operation is detected is an input frame for editing a short message, the corresponding input scene may be determined as a scene for editing the short message. If the terminal equipment is a desktop computer, the clicking position of the mouse can be detected, and the input scene corresponding to the input operation can be determined by identifying the clicking position of the mouse. For example, an input box where a mouse clicks may be determined, and then a corresponding input scene may be determined according to an attribute of the input box. If the terminal device is a smart phone, the position where the user touches or clicks the screen can be detected, and then the input scene corresponding to the input operation can be determined by identifying the position where the user touches or clicks the screen. Similarly, an input box where the user touches or clicks may be determined, and then the corresponding input scene may be determined according to the attribute of the input box.
And 102, if the input scene is the designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the designated scene.
And 103, replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected.
For example, after the input scene is recognized according to the input operation, whether the input scene is a designated scene may be determined. The designated scene may be understood as a scene having special requirements on the input method, for example, the scene may be a scene in which a user of the terminal device needs to input personal information (for example, an account name), a scene in which the user needs to input a password, or a scene set according to specific requirements of the user, which is not limited in this disclosure. If the input scene is the designated scene, the first input method needs to be used, and a first keyboard window corresponding to the first input method is started. In an implementation manner, the first input method may correspond to different first keyboard windows according to different input scenarios, for example, when the input scenario is a password input scenario, the first keyboard window may include a password first keyboard window, and when the input scenario is an account name input scenario, the first keyboard window may include an account name first keyboard window and the like. In another implementation manner, the first keyboard window may also simultaneously implement the functions of the password first keyboard window, the account name first keyboard window, and the like, that is, the user may input information such as an account name, a password, and the like through the first keyboard window. The first input method is determined according to a specified scenario, for example, the specified scenario is a scenario in which a user connects to a WLAN (Wireless Local Area Network) by inputting a password, and then the first input method may be a system input method of the terminal device itself. When the first keyboard window is started, if the process of the first input method is not started yet, the process of the first input method may be started first, and then the first keyboard window is started through the process of the first input method. If the progress of the first input method has already been started, the first keyboard window may be started directly by the progress of the first input method.
After the first keyboard window is started, the first keyboard window can be used for replacing a second keyboard window corresponding to a second input method currently used by a user, so that the second keyboard window can be cancelled, the first keyboard window is displayed, and the user can input information through the first keyboard window. It should be noted that the process of the second input method is started when the input operation is detected, and if the input scene is the designated scene, the process of the second input method does not need to be closed first, and then the process of the first input method is started, but the first keyboard window can be directly used to replace the second keyboard window, so that the processing speed of the keyboard window can be increased, and the occupation of the memory is reduced. It should be noted that the process of the second input method is kept started all the time in this process, so that when the input scene is changed from the designated scene to another input scene, the second input method can immediately start the second keyboard window, and the efficiency of keyboard switching is further improved. If the input scene is not the designated scene, which indicates that the first input method is not needed at this time, the second keyboard window can be started and displayed directly according to the progress of the second input method, so that the user can input information.
To sum up, the method for information input provided by the embodiment of the present disclosure first identifies an input scene corresponding to a detected input operation, then determines the input scene, starts a first keyboard window corresponding to a first input method if the input scene is a designated scene, where the first input method is an input method corresponding to the designated scene, and finally replaces a second keyboard window corresponding to a second input method with the first keyboard window, where a process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.
In a specific implementation, step 101 is configured to:
if the input operation is detected, when the addWindow method is executed in the process of the second input method, the input scene is identified through hooks added in the addWindow method.
For example, when the terminal device recognizes an input scene according to an input operation, if the input operation is detected, when the addWindow method is executed in a process of an input method currently used by a user (i.e., a second input method mentioned later), a hook (hook) may be added to the addWindow method, and the input scene may be recognized by the hook. The addWindow method is a function executed in WMS (english: windows manager service, chinese: window management system), and each process may start a window corresponding to the process by using the addWindow method. The hook may be understood as an execution logic added in the addWindow method, and the execution process of the addWindow method may be monitored through the hook. When the hook monitors the input operation, the attribute of the input box where the position of the input operation is located can be obtained, and therefore the corresponding input scene is determined. Specifically, the hook may determine the attribute of the input box according to the flag bit of the listening input box, so as to determine the input scenario. Taking an Android system as an example, the flag bit of the input box is Android: inputType, when android: when inputType is "textpassed," the attribute of the input box is described as a password, and the input scene is a scene in which a password is input.
Fig. 2 is a flow chart illustrating one step 102 of the embodiment shown in fig. 1. As shown in fig. 2, step 102 includes the following steps:
step 1021, if the process of the first input method is not started, starting the process of the first input method, and starting the first keyboard window through the process of the first input method.
In step 1022, if the process of the first input method is started, the first keyboard window is started through the process of the first input method.
For example, when a first keyboard window corresponding to a first input method is started, if a process of the first input method is not started yet, it indicates that the terminal device recognizes a specified scene for the first time, or the terminal device closes the process of the first input method before the current time, the process of the first input method may be started first, and then the process of the first input method starts the first keyboard window. If the progress of the first input method has already been started, the first keyboard window may be started directly by the progress of the first input method.
FIG. 3 is a flow chart illustrating another method of information input according to an example embodiment. As shown in fig. 3, after starting the process of the first input method, the method further includes:
and step 104, keeping the process of the first input method started, and detecting the use amount of the memory.
And 105, if the using amount of the memory is greater than or equal to a preset threshold value, closing the process of the first input method.
For example, after the process of the first input method is started, the process of the first input method may be kept started, and the usage amount of the memory of the terminal device may be continuously detected. If the usage amount of the memory is less than the preset threshold (for example, 70%), which indicates that the memory of the terminal device is sufficient, the process of the first input method does not need to be closed, so that the first keyboard window can be directly started when the specified scene is identified, the processing speed of keyboard switching is accelerated, and the efficiency of keyboard switching is further improved. If the usage amount of the memory is greater than or equal to the preset threshold value, it is indicated that the memory of the terminal device is insufficient, and the process of the first input method continues to run, which may cause the terminal device to be stuck, the process of the first input method may be closed, so as to reduce the occupation of the memory.
Optionally, step 103 is for:
the second keyboard window is cancelled and the first keyboard window is displayed.
For example, when the second keyboard window is replaced with the first keyboard window, the second keyboard window may be cancelled first, and then the first keyboard window is displayed, so that the user can input information through the first keyboard window. The process of the second input method corresponding to the second keyboard window is started when the input operation is detected, and the process of the second input method cannot be closed in the process of replacing the second keyboard window, so that when a user finishes inputting information of a specified scene through the first keyboard window, the terminal equipment can directly start the second keyboard window through the process of the second input method when other input scenes are identified, and the user can input the information. The other input scenes can be understood as scenes other than the specified scene, and the other input scenes can be scenes such as editing short messages, notes, files, dialog boxes, and the like, which is not limited in the disclosure.
To sum up, the method for information input provided by the embodiment of the present disclosure first identifies an input scene corresponding to a detected input operation, then determines the input scene, starts a first keyboard window corresponding to a first input method if the input scene is a designated scene, where the first input method is an input method corresponding to the designated scene, and finally replaces a second keyboard window corresponding to a second input method with the first keyboard window, where a process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.
FIG. 4 is a block diagram illustrating an information input device according to an exemplary embodiment. As shown in fig. 4, the apparatus 200 includes:
the recognition module 201 is configured to recognize an input scene corresponding to the detected input operation.
The starting module 202 is configured to start a first keyboard window corresponding to a first input method if the input scene is the designated scene, where the first input method is the input method corresponding to the designated scene.
And the replacing module 203 is configured to replace a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected.
Optionally, the identification module 201 is configured to:
if the input operation is detected, when the addWindow method is executed in the process of the second input method, the input scene is identified through hooks added in the addWindow method.
FIG. 5 is a block diagram of a start module shown in the embodiment of FIG. 4. As shown in fig. 5, the starting module 202 includes:
the first starting submodule 2021 is configured to start the process of the first input method if the process of the first input method is not started, and start the first keyboard window through the process of the first input method.
The second start submodule 2022 is configured to start the first keyboard window through the process of the first input method if the process of the first input method is started.
Fig. 6 is a block diagram illustrating another information input device according to an example embodiment. As shown in fig. 6, the apparatus 200 further includes:
the detection module 204 is configured to, after starting the process of the first input method, keep the process of the first input method started, and detect the usage amount of the memory.
The closing module 205 is configured to close the process of the first input method if the usage amount of the memory is greater than or equal to a preset threshold.
Optionally, the replacement module 203 is configured to:
the second keyboard window is cancelled and the first keyboard window is displayed.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
To sum up, the method for information input provided by the embodiment of the present disclosure first identifies an input scene corresponding to a detected input operation, then determines the input scene, starts a first keyboard window corresponding to a first input method if the input scene is a designated scene, where the first input method is an input method corresponding to the designated scene, and finally replaces a second keyboard window corresponding to a second input method with the first keyboard window, where a process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.
Fig. 7 is a block diagram illustrating an information input device 700 according to an example embodiment. For example, the apparatus 700 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 7, apparatus 700 may include one or more of the following components: a processing component 702, a memory 704, a power component 706, a multimedia component 708, an audio component 710, an input/output (I/O) interface 712, a sensor component 714, and a communication component 716.
The processing component 702 generally controls overall operation of the device 700, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 702 may include one or more processors 720 to execute instructions to perform all or a portion of the steps of the information input methods described above. Further, the processing component 702 may include one or more modules that facilitate interaction between the processing component 702 and other components. For example, the processing component 702 may include a multimedia module to facilitate interaction between the multimedia component 708 and the processing component 702.
The memory 704 is configured to store various types of data to support operations at the apparatus 700. Examples of such data include instructions for any application or method operating on device 700, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 704 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power component 706 provides power to the various components of the device 700. The power components 706 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the apparatus 700.
The multimedia component 708 includes a screen that provides an output interface between the device 700 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 708 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 700 is in an operation mode, such as a photographing mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 710 is configured to output and/or input audio signals. For example, audio component 710 includes a Microphone (MIC) configured to receive external audio signals when apparatus 700 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 704 or transmitted via the communication component 716. In some embodiments, audio component 710 also includes a speaker for outputting audio signals.
The I/O interface 712 provides an interface between the processing component 702 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 714 includes one or more sensors for providing status assessment of various aspects of the apparatus 700. For example, sensor assembly 714 may detect an open/closed state of device 700, the relative positioning of components, such as a display and keypad of device 700, sensor assembly 714 may also detect a change in position of device 700 or a component of device 700, the presence or absence of user contact with device 700, orientation or acceleration/deceleration of device 700, and a change in temperature of device 700. The sensor assembly 714 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 714 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 714 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 716 is configured to facilitate wired or wireless communication between the apparatus 700 and other devices. The apparatus 700 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 716 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 716 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 700 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described information input methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 704 comprising instructions, executable by the processor 720 of the device 700 to perform the information input method described above is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In another exemplary embodiment, a computer program product is also provided, which comprises a computer program executable by a programmable apparatus, the computer program having code portions for performing the information input method described above when executed by the programmable apparatus.
To sum up, the method for information input provided by the embodiment of the present disclosure first identifies an input scene corresponding to a detected input operation, then determines the input scene, starts a first keyboard window corresponding to a first input method if the input scene is a designated scene, where the first input method is an input method corresponding to the designated scene, and finally replaces a second keyboard window corresponding to a second input method with the first keyboard window, where a process of the second input method is started when the input operation is detected. According to the method and the device, when the appointed scene is detected, the second keyboard window is directly replaced by the first keyboard window, the process of the first input method and the process of the second input method do not need to be controlled, the processing speed is high, the occupation of a memory can be reduced, and the keyboard switching efficiency is improved.
Although the preferred embodiments of the present disclosure have been described in detail with reference to the accompanying drawings, the present disclosure is not limited to the specific details of the embodiments, and other embodiments of the present disclosure can be easily conceived by those skilled in the art within the technical spirit of the present disclosure after considering the description and practicing the present disclosure, and all fall within the protection scope of the present disclosure.
It should be noted that the various technical features described in the above embodiments can be combined in any suitable way without contradiction, and in order to avoid unnecessary repetition, the disclosure does not need to be separately described in various possible combinations, and should be considered as the disclosure of the disclosure as long as the concepts of the disclosure are not violated. The present disclosure is not limited to the precise structures that have been described above, and the scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. An information input method, characterized in that the method comprises:
identifying an input scene corresponding to the detected input operation;
if the input scene is a designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the designated scene;
replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected;
the starting of the first keyboard window corresponding to the first input method comprises the following steps:
if the process of the first input method is not started, starting the process of the first input method, and starting the first keyboard window through the process of the first input method;
and if the process of the first input method is started, starting the first keyboard window through the process of the first input method.
2. The method of claim 1, wherein the identifying an input scenario corresponding to the detected input operation comprises:
and if the input operation is detected, when the addWindow method is executed by the process of the second input method, identifying the input scene through hooks added in the addWindow method.
3. The method of claim 1, wherein after the initiating the progression of the first input method, the method further comprises:
keeping the process of the first input method started, and detecting the use amount of a memory;
and if the using amount of the memory is larger than or equal to a preset threshold value, closing the process of the first input method.
4. The method of claim 1, wherein replacing a second keyboard window corresponding to a second input method with the first keyboard window comprises:
and canceling the second keyboard window and displaying the first keyboard window.
5. An information input apparatus, characterized in that the apparatus comprises:
the identification module is configured to identify an input scene corresponding to the detected input operation;
the starting module is configured to start a first keyboard window corresponding to a first input method if the input scene is a designated scene, wherein the first input method is the input method corresponding to the designated scene;
a replacing module configured to replace a second keyboard window corresponding to a second input method with the first keyboard window, wherein the process of the second input method is started when the input operation is detected;
the starting module comprises:
the first starting submodule is configured to start the process of the first input method and start the first keyboard window through the process of the first input method if the process of the first input method is not started;
and the second starting submodule is configured to start the first keyboard window through the process of the first input method if the process of the first input method is started.
6. The apparatus of claim 5, wherein the identification module is configured to:
and if the input operation is detected, when the addWindow method is executed by the process of the second input method, identifying the input scene through hooks added in the addWindow method.
7. An information input device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
identifying an input scene corresponding to the detected input operation;
if the input scene is a designated scene, starting a first keyboard window corresponding to a first input method, wherein the first input method is the input method corresponding to the designated scene;
and replacing a second keyboard window corresponding to a second input method by the first keyboard window, wherein the process of the second input method is started when the input operation is detected.
8. A computer-readable storage medium, on which computer program instructions are stored, which program instructions, when executed by a processor, carry out the steps of the method according to any one of claims 1 to 4.
CN202010839759.4A 2020-08-19 2020-08-19 Information input method, device and storage medium Active CN112083841B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010839759.4A CN112083841B (en) 2020-08-19 2020-08-19 Information input method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010839759.4A CN112083841B (en) 2020-08-19 2020-08-19 Information input method, device and storage medium

Publications (2)

Publication Number Publication Date
CN112083841A CN112083841A (en) 2020-12-15
CN112083841B true CN112083841B (en) 2022-03-01

Family

ID=73729399

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010839759.4A Active CN112083841B (en) 2020-08-19 2020-08-19 Information input method, device and storage medium

Country Status (1)

Country Link
CN (1) CN112083841B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661197B (en) * 2022-05-16 2022-10-04 科大讯飞股份有限公司 Input method panel control method, related equipment and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103744575A (en) * 2013-10-08 2014-04-23 百度在线网络技术(北京)有限公司 Method and equipment for providing input auxiliary areas of input applications
CN107317820A (en) * 2017-07-18 2017-11-03 广州爱九游信息技术有限公司 Data safety processing method, device and equipment
CN108762876A (en) * 2018-05-31 2018-11-06 努比亚技术有限公司 A kind of input method switching method, mobile terminal and computer storage media

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104750378B (en) * 2013-12-30 2019-04-26 腾讯科技(深圳)有限公司 The input pattern automatic switching method and device of input method
CN105468256A (en) * 2015-11-20 2016-04-06 北京奇虎科技有限公司 Input method keyboard switching method and device
CN105809019A (en) * 2016-03-15 2016-07-27 青岛海信移动通信技术股份有限公司 Method and device for Android terminal to start input method keyboard
CN105844180A (en) * 2016-03-15 2016-08-10 青岛海信移动通信技术股份有限公司 Starting method and device of input method keyboard
CN107741820B (en) * 2017-09-12 2020-04-03 维沃移动通信有限公司 Input method keyboard display method and mobile terminal
CN110865763A (en) * 2019-10-24 2020-03-06 福州瑞芯微电子股份有限公司 Method and device for supporting multi-screen multi-input method application

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103744575A (en) * 2013-10-08 2014-04-23 百度在线网络技术(北京)有限公司 Method and equipment for providing input auxiliary areas of input applications
CN107317820A (en) * 2017-07-18 2017-11-03 广州爱九游信息技术有限公司 Data safety processing method, device and equipment
CN108762876A (en) * 2018-05-31 2018-11-06 努比亚技术有限公司 A kind of input method switching method, mobile terminal and computer storage media

Also Published As

Publication number Publication date
CN112083841A (en) 2020-12-15

Similar Documents

Publication Publication Date Title
US9588805B2 (en) Method and terminal device for controlling background application
US20180088764A1 (en) Method, apparatus, and storage medium for sharing content
EP3306441A1 (en) Temperature control method and apparatus
US20180167478A1 (en) Method and apparatus for displaying notification message
CN106354504B (en) Message display method and device
EP3147802B1 (en) Method and apparatus for processing information
CN111552426B (en) Intelligent equipment operation method and device and storage medium
CN110618783B (en) Text broadcasting method, device and medium
CN107463372B (en) Data-driven page updating method and device
EP2985697A1 (en) Method and device for controlling router plug-in
CN105227426B (en) Application interface switching method and device and terminal equipment
CN105095296B (en) File management method and device
CN112083841B (en) Information input method, device and storage medium
CN112181265B (en) Touch signal processing method, device and medium
EP3190555A1 (en) Method for operating a display device and display
CN108874450B (en) Method and device for waking up voice assistant
CN106919302B (en) Operation control method and device of mobile terminal
US11741265B2 (en) Permission display method, permission display apparatus and storage medium
US20170289306A1 (en) Method, device and storage medium for synchronizing states
EP3239856A1 (en) Information acquisition method, device and system
CN106791200B (en) Information display method and device
CN106919395B (en) Application notification display method and device
US9703662B2 (en) Method for controlling plug-in by a router and the router thereof
CN106547444B (en) Method and device for realizing screen capture and mobile terminal
CN111240875B (en) Network exception handling method, device and storage medium

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