WO2020063548A1 - 一种输入方法及装置、终端及存储介质 - Google Patents

一种输入方法及装置、终端及存储介质 Download PDF

Info

Publication number
WO2020063548A1
WO2020063548A1 PCT/CN2019/107363 CN2019107363W WO2020063548A1 WO 2020063548 A1 WO2020063548 A1 WO 2020063548A1 CN 2019107363 W CN2019107363 W CN 2019107363W WO 2020063548 A1 WO2020063548 A1 WO 2020063548A1
Authority
WO
WIPO (PCT)
Prior art keywords
character
input
fault
tolerant
target
Prior art date
Application number
PCT/CN2019/107363
Other languages
English (en)
French (fr)
Inventor
白召
Original Assignee
咪咕音乐有限公司
咪咕文化科技有限公司
中国移动通信集团有限公司
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 咪咕音乐有限公司, 咪咕文化科技有限公司, 中国移动通信集团有限公司 filed Critical 咪咕音乐有限公司
Publication of WO2020063548A1 publication Critical patent/WO2020063548A1/zh

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/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
    • 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/0238Programmable keyboards

Definitions

  • the embodiments of the present application relate to the field of electronic information technology but are not limited to the field of electronic information technology, and relate to, but are not limited to, an input method and device, a terminal, and a storage medium.
  • the display screens currently applied to smart terminals are mostly designed for touch.
  • a virtual keyboard displayed on the touch screen is used.
  • the virtual keyboard does not have the touch of a real keyboard, and it is easy to have a wrong touch in the input process when using it, which reduces the accuracy of the input and affects the user experience.
  • embodiments of the present application provide an input method and device, a terminal, and a storage medium.
  • An embodiment of the present application provides an input method, and the method includes:
  • An input character is determined according to the character to be input, the target character, and the fault-tolerant character.
  • An embodiment of the present application further provides an input device, where the device includes:
  • a first determining unit configured to determine a current input scene when a virtual keyboard is invoked
  • a second determining unit configured to determine a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in a virtual keyboard
  • a third determining unit configured to determine a character to be input based on the detected input operation
  • a fourth determining unit is configured to determine an input character according to the character to be input, the target character, and the fault-tolerant character.
  • An embodiment of the present application further provides a terminal including a memory and a processor.
  • the memory stores a computer program that can be run on the processor, and the processor implements the steps in the foregoing input method when the processor executes the program.
  • An embodiment of the present application further provides a computer-readable storage medium on which a computer program is stored.
  • the computer program is executed by a processor, the steps in the foregoing input method are implemented.
  • a fault-tolerant character corresponding to the target character is determined, thereby determining a character to be input of a detected input operation or a target character as an input character.
  • input fault tolerance can be achieved according to the input scene, and the correct content can be quickly determined as the input characters in the case of input errors, thereby greatly reducing the possibility of input errors, reducing equipment misoperation caused by user's incorrect input, and improving users Use feelings.
  • FIG. 1 is a schematic flowchart of an input method implementation according to an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of implementing another input method according to an embodiment of the present application.
  • 3A is a schematic flowchart of another input method implementation according to an embodiment of the present application.
  • 3B is a schematic diagram of a number nine-grid keyboard in an embodiment of the present application.
  • 3C is a schematic diagram of a full keyboard in an embodiment of the present application.
  • 3D is a schematic diagram of an application scenario according to an embodiment of the present application.
  • 3E is a schematic diagram of another application scenario according to an embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of an input device according to an embodiment of the present application.
  • FIG. 5 is a schematic diagram of a hardware entity of a smart terminal according to an embodiment of the present application.
  • An embodiment of the present application provides an input method, which is used in a smart terminal.
  • the smart terminal executes the method, it can determine a target character and a fault-tolerant character according to a current input scene, and determine a final input character according to an input operation.
  • the functions implemented by this method can be implemented by the processor in the smart terminal calling program code.
  • the program code can be stored in a computer storage medium. It can be seen that the smart terminal includes at least a processor and a storage medium.
  • FIG. 1 is a schematic flowchart of an input method according to an embodiment of the present application. As shown in FIG. 1, the method includes:
  • Step S101 When the virtual keyboard is called, determine the current input scene
  • the virtual keyboard is applied to a smart terminal with a touch screen.
  • the smart terminal When the smart terminal is in a non-input scenario, it is generally not necessary to display the virtual keyboard.
  • the virtual keyboard is automatically called. For example, when a smartphone enters a text message editing scene, a virtual keyboard is automatically invoked for the user to enter text message content.
  • the virtual keyboard is a keyboard formed by a display technology or a projection technology. When the display ends or the projection ends, the virtual keyboard disappears.
  • Different input scenarios may be applied to different virtual keyboards or require different input.
  • the application may enter the user account password input scenario; it may also log in through a mobile phone number to enter the mobile phone number input scenario.
  • the application can send verification to the mobile phone number Code, and then enter the verification code input scene.
  • an application needs to determine a current input scene when calling a virtual keyboard.
  • Step S102 Determine a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in a virtual keyboard.
  • the corresponding target character can be determined according to the input scene.
  • the target character here refers to the content that the predicted user is most likely to input in the current input scene.
  • the application can first pass the relevant communication interface of the mobile phone Obtain the local number, or obtain it according to the existing local number record, and use the local number as the input error tolerance standard. In other words, the application can use each digit of the local phone number as the target character for the current mobile phone number input scene.
  • the user can enter the local number or other numbers according to his own needs, instead of limiting the user's input by automatically filling in the local number.
  • the target characters can be set in advance to determine the target input content.
  • it can be modified according to actual needs, or it can be quickly input and reduce input errors.
  • the application can determine the fault-tolerant character corresponding to the target character according to the target character.
  • the role of the fault-tolerant character is that when the user clicks on the fault-tolerant character, the application can consider that the user's input is wrong and provide the target character corresponding to the fault-tolerant character to the user. Of course, you can directly replace the fault-tolerant characters with the target characters, or you can provide users with choices.
  • Different target characters can have different fault tolerance characters.
  • the fault-tolerant characters corresponding to different target characters may be partially the same.
  • the setting of the fault-tolerant characters here may be different according to the actual situation.
  • the characters of each target character near the position of the virtual keyboard such as one or more of the four characters above and below the left and right, may be used as the fault-tolerant characters corresponding to the target character.
  • the setting of fault-tolerant characters also needs to take into account the virtual keyboard mode, such as a full keyboard or a Jiugong keyboard, etc .; it can also take into account the size of the keyboard, for example, a display with a larger display area has a larger virtual keyboard.
  • the nearest adjacent character of the target character can be used as the fault-tolerant character; when the virtual keyboard of the smaller display screen is also smaller, the keys of the virtual keyboard are denser, then the adjacent character and the separated character of the target character can be used as the fault-tolerant character .
  • the target character and the fault-tolerant character may include at least one of the following:
  • Symbol characters such as mail symbols.
  • Step S103 Determine a character to be input based on the detected input operation
  • the user's input operation can be sensed, that is, the position where the user clicks the virtual keyboard is determined.
  • the application determines that the character clicked by the user is a character to be entered according to the position where the user clicks the virtual keyboard.
  • Step S104 Determine an input character according to the character to be input, the target character, and the fault-tolerant character.
  • the input characters here are the characters that are finally confirmed, that is, the characters accepted by the application and will be processed subsequently, and the characters to be input are determined according to the detected user's touch input.
  • the application program should determine the input characters by synthesizing the characters to be input, the target characters, and the fault-tolerant characters. For example, if the character to be input does not touch the fault-tolerant character, the character to be input may be determined as the input character; if the character to be input touches the fault-tolerant character, the target character corresponding to the fault-tolerant character may be used as the input character.
  • the method further includes:
  • Step S11 Determine whether the input scene is a preset designated scene
  • Step S12. If not, determine the character to be input as an input character.
  • the application program may preset a specified scene for performing the above-mentioned input fault tolerance processing.
  • the application program determines whether the current input scene is a preset specified scene. If the input scene is a preset designated scene, perform input fault tolerance processing for the input in the scene; and / or, if the input scene is not a preset designated scene, determine the character to be input as the input character . That is, when the input scene is not a designated scene, the received user input is directly determined as the input character without performing input fault tolerance processing.
  • the specified scene may be an input scene corresponding to an application, or may be an input scene determined according to a user preset. For example, a scenario of entering a mobile phone number and obtaining a verification code, a scenario of entering an account number, a password, a scenario of entering an email address, a scenario of entering a web address, and so on.
  • An embodiment of the present application provides another input method. As shown in FIG. 2, the method includes:
  • Step S201 When the virtual keyboard is called, determine the current input scene
  • Step S202 Determine a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in a virtual keyboard;
  • Step S203 Determine a character to be input based on the detected input operation
  • steps S201 to S203 are the same as steps S101 to S103 of the embodiment, and are not repeated here.
  • Step S204 Determine the input character according to the character to be input, the target character, and the fault-tolerant character, including:
  • Step S204a When the character to be input is the same as the target character, determine the target character as the input character;
  • Step S204b when the character to be input is the same as the fault-tolerant character, determine the target character as the input character;
  • the application can consider that the input of the character to be input is correct, and the target character is also The character to be input is determined as the input character. At this time, since the input is correct, there is no need for correction of fault tolerance.
  • the application can consider that the input of the character to be input is wrong, and determine the target character corresponding to the fault-tolerant character as the input character, that is, the character to be input is fault-tolerant. Correct, modify the characters to be input into the target characters.
  • Step S204c When the character to be input is different from the target character, and the character to be input is different from the fault-tolerant character, determine the character to be input as the input character.
  • the detected user input that is, the determined character to be input is neither the target character nor the fault-tolerant character corresponding to the target character.
  • the application can consider that the user does not make a typo at this time, but actually needs to input a character that is not the same as the target character, so that the fault tolerance correction becomes unnecessary, so the character entered by the user can be directly entered at this time, that is, The character to be entered is determined as the input character.
  • determining the target character as the input character includes:
  • Step S21 when the character to be input is the same as the fault-tolerant character, output a selection prompt; wherein the selection prompt is used to prompt whether to replace the character to be input with the target character;
  • Step S22 When the selection result inputted according to the selection prompt is yes, the target character is determined as the input character.
  • the characters to be entered are wrong, and the user wants the correct characters to be the target characters corresponding to the fault-tolerant characters;
  • the characters to be entered are correct, the character that the user wants to enter is different from the target character, and the user wants to enter the current character to be entered;
  • the character to be input is wrong.
  • the character that the user wishes to input is not the current character to be input, that is, the fault-tolerant character, nor the target character corresponding to the fault-tolerant character, but other characters.
  • the application needs to provide a choice for the user to confirm, that is, output a selection prompt.
  • the selection prompt output here is used to prompt whether to replace the character to be input with the target character. Therefore, the selection prompt needs to include at least the option of determining the target character as the input character, that is, the first case Option, after detecting that the user has selected this option, the target character is determined as the input character. If the user does not select this option, the application can default that the characters to be entered are correct, which is the second case. At this time, the characters to be entered are determined as the input characters. If it belongs to the third case, the delete key and backspace key provided by the virtual keyboard can be used by the user to perform the delete operation. When the delete operation is detected, the current character to be input is deleted, and the new input is continued to be received.
  • the method further includes:
  • the method further includes:
  • the fault-tolerant character corresponds to two or more target characters
  • a target prompt corresponding to the character currently outputs a selection prompt; wherein the selection prompt is used to prompt whether to replace the character to be input with the target character; when the selection result input according to the selection prompt is yes, then The target character is determined as an input character.
  • the alphabetic character “L” when entering into the mailbox suffix, the alphabetic character “L” may be a fault-tolerant character of the letter "n” and the symbol character ".”, But the legal content has been entered as "1378230 @ sina", at this time When the character "L” to be input is detected, the currently corresponding target character is considered to be the symbol character ".”.
  • determining the current input scene includes:
  • Step S31a When the display content on the display interface calling the virtual keyboard includes a prompt for inputting a mobile phone number, determine that the current input scene is inputting a mobile phone number;
  • Step S31b When the display content on the display interface that invokes the virtual keyboard includes a prompt for entering an email address, determine that the current input scenario is entering an email address;
  • Step S31c When the display content on the display interface that invokes the virtual keyboard includes a prompt for entering a web address, determine that the current input scene is an input web address.
  • the application can determine the current input scene based on the content displayed on the display.
  • the display includes prompts for entering a mobile phone number, entering an email address, or entering a web address, . It is determined that the current input scene is inputting a mobile phone number. For example, an input box is displayed on the display interface, and "Please enter a mobile phone number" is displayed above the input box. At this time, it can be determined that the current input scene is to enter a mobile phone number.
  • the method further includes:
  • Step S32a when the input scene is a mobile phone number, obtain a mobile phone number of the local machine;
  • Step S33a determining a numeric character corresponding to each key in the virtual keyboard corresponding to the mobile phone number as the target character, and determining a character adjacent to each target character as the fault-tolerant character;
  • Step S32b when the input scenario is an input email address, obtain a mailbox address of a registered mailbox;
  • Step S33b determining a numeric character or an alphabetic character of the mailbox address in the virtual keyboard as the target character, and determining a character adjacent to each target character as the fault-tolerant character;
  • Step S32c when the input scene is an input URL, obtaining a preset URL
  • Step S33c Determine a numeric character or an alphabetic character of the preset web address in the virtual keyboard as the target character, and determine a character adjacent to each of the target characters as the fault-tolerant character.
  • the scenario of inputting a mobile phone number, inputting an email address, or inputting a web address in the foregoing embodiment is taken as an example.
  • the input scenario is a mobile phone number input scenario
  • You can access the SIM card (Subscriber Identity Module) on the mobile phone by calling the system interface of the current mobile phone, and obtain the local phone number through the SIM card.
  • Phone number You can also determine the current mobile phone number through preset settings, for example, when you use the current application for the first time, enter a preset mobile phone number.
  • the virtual key corresponding to each digit of the mobile phone number in the virtual keyboard is used as the target character.
  • the email address that the native application has logged in can be obtained, and the virtual key corresponding to the email address in the virtual keyboard is used as the target character.
  • the input scene is an input web address
  • it can be based on the preset web address of the user, or it can be based on obtaining the web address of a specific related website as the input, and the virtual key corresponding to the web site in the virtual keyboard as the target character.
  • the input content can be determined according to the existing information that can be obtained on the local machine, or it can be preset in advance as the content for future input based on the content preset by the user.
  • the determining a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in the virtual keyboard includes:
  • Step S41 Determine the type of the virtual keyboard
  • Step S42 Determine a target character corresponding to the input scene in the virtual keyboard
  • Step S43 Determine, according to the type of the virtual keyboard and the target character, an adjacent character of the target character as the fault-tolerant character in the virtual keyboard.
  • Different brands and types of smart terminals may correspond to virtual keyboards in different modes, and different input methods or different user settings may correspond to virtual keyboards in different modes.
  • virtual keyboards there are various types of virtual keyboards, such as Jiugongge mode, full keyboard mode, or other modes.
  • the arrangement of each character in the virtual keyboard is also different.
  • different input fault tolerance methods need to be customized for different types of virtual keyboards.
  • the application program here first determines the type of the virtual keyboard, and determines the target character corresponding to the current input scene according to the type of the virtual keyboard. Then, corresponding to the current virtual keyboard type, adjacent characters of each target character are found, and the adjacent characters are determined as fault-tolerant characters.
  • an embodiment of the present application provides an input method.
  • the application can obtain the local mobile phone number through the terminal, or record the local mobile phone number of the user through the user's own input, and then according to the recorded local mobile phone number of the user, for different input keyboards, such as full keyboard Or Jiugongge keyboard, set the fault-tolerant number of the user's local mobile phone number.
  • the application can determine the fault-tolerant characters corresponding to the user's local number in the keyboard mode after determining the input keyboard that the user currently uses.
  • a correct number prompt can pop up, and the wrong number can be automatically replaced with the correct number according to the user's selection operation, thereby greatly improving the user number.
  • the correct input rate reduces the problem that the verification code cannot be received quickly due to the wrong number input.
  • An embodiment of the present application provides an input method. As shown in FIG. 3A, the method includes:
  • Step S301 Acquire and save the mobile phone number of the terminal
  • the application program of the terminal can access the SIM card on the mobile phone by calling the system interface, and then obtain the mobile phone number of the machine through the SIM card.
  • the application can also guide the user to enter their own mobile phone number by popping up a guide message when the user first uses it.
  • Step S302 Set fault-tolerant characters in different input keyboard modes for the mobile phone number respectively;
  • the different input keyboards set the fault-tolerant characters for the local mobile phone number obtained by performing step S301.
  • the different input keyboards refer to the number nine-key grid keyboard, as shown in Figure 3B, or the full keyboard, as shown in Figure 3C. Show.
  • the application may use a number located on the keyboard around the desired number as the fault-tolerant number of the desired input number. And because the numbers around the same number on different input keyboards are often different, in this solution, it is often necessary to set the fault-tolerant characters of the local number for different types of input keyboards.
  • the application program sets the fault-tolerant characters for the local numbers for different keyboards according to the above rules. For example, if it is determined that the mobile phone number of the mobile phone is "1548" by executing step S301, then by performing step S302, it can be determined that the fault-tolerant characters of the mobile phone number are:
  • the fault-tolerant character corresponding to the number 8 "5, 7, 9, 0".
  • each digit appearing in a mobile phone number may be different, and the fault-tolerant characters corresponding to different digits are often different.
  • the application determines the fault-tolerant characters corresponding to the local number, it is necessary to add the local mobile phone number to the local mobile number according to the numbers In the order in which the fault-tolerant characters corresponding to each digit in the local number are saved.
  • the local phone number is “1548” by performing step S301.
  • the fault-tolerant characters corresponding to the mobile phone number are: “2”, “4, 6”, “3, 5”. ",” 7, 9 ", according to the order of the local numbers, the fault-tolerant characters of the numbers can be recorded as:
  • Step S303 Load fault-tolerant characters according to the input characters and the current keyboard mode
  • the application When it is detected that the user calls the keyboard through the application to input the mobile phone number, the application loads the preset fault-tolerant characters according to the current keyboard type.
  • the application program can determine the keyboard type currently called by the operating system by calling the relevant interface of the system, and determine the fault-tolerant characters of the local number corresponding to the keyboard type.
  • the application can determine whether the current mobile phone number input scene is based on the status displayed on the current interface, such as the “Enter Account”, “Enter Password”, “Repeat Password”, and “Enter Mobile Phone Number” interfaces.
  • Step S304 According to the detected input characters, an error prompt is issued, and the input characters are replaced with correct characters according to the user's selection instruction.
  • the application program detects whether the user input is a fault-tolerant character, and the application program issues an input error prompt, and can automatically replace the user-entered fault-tolerant character with the corresponding correct character based on the user's selection;
  • the local phone number is "1548" as an example.
  • the virtual keyboard currently called by the terminal is a Jiugong numeric keypad.
  • the user uses the keyboard to enter numbers, the first two digits are entered correctly, and when the third digit is entered, , The user touched the number "7" by mistake.
  • the fault-tolerant characters corresponding to the third digit are: "1", "5", and "7".
  • the application can determine that the character entered by the user is wrong, and the correct character “4” pops up to prompt the user according to the input position, as shown in FIG. 3D.
  • the input scene prompt box 11 prompts the mobile phone number and the input box 12 Display user input.
  • the fault-tolerant prompt box 13 is used to display the correct characters in the fault-tolerant prompt box 13 when a fault-tolerant character is detected in the input box.
  • the virtual keyboard 14 in the figure is a number nine grid keyboard. The user enters the desired correct character key 15 , Touch the fault-tolerant character button 16 by mistake. As shown in FIG. 3E, after the user clicks on a character in the fault-tolerant prompt box 13, the fault-tolerant character in the input box 12 is replaced with the correct character in the corresponding fault-tolerant prompt box 13.
  • the application can obtain the mobile phone number of the local machine through terminal or user input and save it. According to the saved local mobile phone number, set the fault-tolerant characters of the user's local mobile phone number for different input keyboards.
  • the application can determine the fault-tolerant characters corresponding to the user's local number in the keyboard mode after determining the input keyboard that the user is currently using.
  • a prompt for the correct character can be displayed, and the wrong input character can be replaced with the correct character according to the user's selection operation.
  • an embodiment of the present application provides an input device.
  • the device includes each unit included, and each module included in each unit may be implemented by a processor in a terminal; of course, it may also be implemented by a specific
  • the logic circuit is implemented; in the implementation process, the processor may be a central processing unit (CPU), a microprocessor (MPU), a digital signal processor (DSP), or a field programmable gate array (FPGA).
  • CPU central processing unit
  • MPU microprocessor
  • DSP digital signal processor
  • FPGA field programmable gate array
  • FIG. 4 is a schematic structural diagram of an input device according to an embodiment of the present application. As shown in FIG. 4, the device 400 includes:
  • the first determining unit 401 is configured to determine a current input scene when a virtual keyboard is invoked
  • a second determining unit 402 configured to determine a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in a virtual keyboard
  • the third determining unit 403 is configured to determine a character to be input based on the detected input operation
  • the fourth determining unit 404 is configured to determine an input character according to the character to be input, the target character, and the fault-tolerant character.
  • the fourth determining unit includes at least one of the following:
  • a first determining module configured to determine the target character as the input character when the character to be input is the same as the target character
  • a second determining module configured to determine a target character corresponding to the fault-tolerant character as the input character when the character to be input is the same as the fault-tolerant character
  • a third determining module is configured to determine the character to be input as the input character when the character to be input is different from the target character, and the character to be input is different from the fault-tolerant character.
  • the second determining module includes:
  • An output sub-module configured to output a selection prompt when the character to be input is the same as the fault-tolerant character; wherein the selection prompt is used to prompt whether to replace the character to be input with a target corresponding to the fault-tolerant character character;
  • the determining sub-module is configured to determine the target character as an input character when a selection result inputted according to the selection prompt is yes.
  • the apparatus further includes:
  • a fifth determining unit configured to determine whether the input scene is a preset designated scene
  • the second determining unit determines a target character corresponding to the input scene and a fault-tolerant character corresponding to the target character in a virtual keyboard.
  • the first determining unit includes:
  • a fourth determining module configured to determine that the current input scene is to enter a mobile phone number when the display content on the display interface of the virtual keyboard includes a prompt to enter a mobile phone number
  • a fifth determining module is configured to determine that the current input scenario is to enter the email address when the display content on the display interface of the virtual keyboard includes a prompt to enter the email address;
  • a sixth determining module is configured to determine that the current input scene is an input web address when the display content on the display interface of the virtual keyboard includes a prompt for inputting a web address.
  • the second determining unit includes:
  • a first obtaining module is configured to obtain a mobile phone number of the local machine when the input scene is to input a mobile phone number; the second determining unit determines a numeric character corresponding to each key in the virtual keyboard corresponding to the mobile phone number as The target character, and determining a character adjacent to each of the target characters as the fault-tolerant character; or
  • a second obtaining module is configured to obtain a mailbox address of a registered mailbox when the input scenario is an input email address; the second determining unit determines a numeric character or an alphabetic character of the email address in a virtual keyboard as The target character, and determining a character adjacent to each of the target characters as the fault-tolerant character; or
  • the third obtaining module is configured to obtain a preset URL when the input scene is an input URL; determine a numeric character or an alphabetic character of the preset URL in a virtual keyboard as the target character, and assign each The character adjacent to the target character is determined as the fault-tolerant character.
  • the second determining unit further includes:
  • a seventh determining module configured to determine a type of the virtual keyboard
  • An eighth determining module configured to determine a target character corresponding to the input scene in the virtual keyboard
  • a ninth determination module is configured to determine, according to the type of the virtual keyboard and the target character, an adjacent character of the target character as the fault-tolerant character in the virtual keyboard.
  • the description of the upper device embodiment is similar to the description of the above method embodiment, and has similar beneficial effects to the method embodiment.
  • the description of the method embodiments of the present application please refer to the description of the method embodiments of the present application for understanding.
  • the above-mentioned input method is implemented in the form of a software functional module and sold or used as an independent product, it may also be stored in a computer-readable storage medium.
  • the computer software product is stored in a storage medium and includes several instructions for A smart terminal (which may be a personal computer, a mobile phone, a tablet computer, etc.) is caused to execute all or part of the methods described in the embodiments of the present application.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (Read Only Memory, ROM), a magnetic disk, or an optical disk, which can store program codes.
  • ROM Read Only Memory
  • magnetic disk or an optical disk, which can store program codes.
  • an embodiment of the present application provides a terminal, which includes a memory and a processor.
  • the memory stores a computer program that can be run on the processor.
  • the processor executes the program, the input provided in the foregoing embodiment is implemented. method.
  • an embodiment of the present application provides a computer-readable storage medium on which a computer program is stored, which is characterized in that when the computer program is executed by a processor, the steps in the input method provided in the foregoing embodiment are implemented.
  • FIG. 5 is a schematic diagram of a hardware entity of a terminal that implements the foregoing input method according to an embodiment of the present application. As shown in FIG. The processor 501 may control various operations of the terminal 500.
  • the communication interface 502 can enable a terminal to communicate with other terminals or servers through a network.
  • the memory 503 is configured to store instructions and applications executable by the processor 501, and may also buffer data to be processed or processed by each module in the processor 501 and the terminal 500 (for example, image data, audio data, voice communication data, and video Communication data), can be realized by flash memory (FLASH) or random access memory (Random Access Memory, RAM).
  • FLASH FLASH
  • RAM Random Access Memory
  • an embodiment or “an embodiment” mentioned throughout the specification means that a particular feature, structure, or characteristic related to the embodiment is included in at least one embodiment of the present application.
  • the appearances of "in one embodiment” or “in an embodiment” appearing throughout the specification are not necessarily referring to the same embodiment.
  • the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
  • the size of the sequence numbers of the above processes does not mean the order of execution. The execution order of each process should be determined by its function and internal logic, and should not deal with the embodiments of the present application.
  • the implementation process constitutes any limitation.
  • the above-mentioned serial numbers of the embodiments of the present application are merely for description, and do not represent the superiority or inferiority of the embodiments.
  • the disclosed device and method may be implemented in other ways.
  • the device embodiments described above are only schematic.
  • the division of the unit is only a logical function division.
  • there may be another division manner such as multiple units or components may be combined, or Can be integrated into another system, or some features can be ignored or not implemented.
  • the displayed or discussed components are coupled, or directly coupled, or communicated with each other through some interfaces.
  • the indirect coupling or communication connection of the device or unit may be electrical, mechanical, or other forms. of.
  • the units described above as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units; they may be located in one place or distributed across multiple network units; Some or all of the units may be selected according to actual needs to achieve the objective of the solution of this embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may be separately used as a unit, or two or more units may be integrated into one unit; the above integration
  • the unit can be implemented in the form of hardware, or in the form of hardware plus software functional units.
  • the foregoing program may be stored in a computer-readable storage medium.
  • the execution includes Steps of the above method embodiment; and the foregoing storage medium includes: various types of media that can store program codes, such as a mobile storage device, a read-only memory (Read Only Memory, ROM), a magnetic disk, or an optical disc.
  • ROM Read Only Memory
  • the above-mentioned integrated unit of the present application is implemented in the form of a software functional module and sold or used as an independent product, it may also be stored in a computer-readable storage medium.
  • the computer software product is stored in a storage medium and includes several instructions for A smart terminal (which may be a personal computer, a smart phone, a tablet computer device, or the like) is caused to execute all or part of the methods described in the embodiments of the present application.
  • the foregoing storage media include: various types of media that can store program codes, such as a mobile storage device, a ROM, a magnetic disk, or an optical disc.

Abstract

一种输入方法及装置、终端及存储介质。该方法包括:调用虚拟键盘时,确定当前的输入场景(S101);在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符(S102);基于检测到的输入操作,确定待输入字符(S103);根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符(S104)。

Description

一种输入方法及装置、终端及存储介质
相关申请的交叉引用
本申请基于申请号为201811145603.5、申请日为2018年09月29日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本申请实施例涉及电子信息技术领域但不限于电子信息技术领域,涉及但不限于一种输入方法及装置、终端及存储介质。
背景技术
目前应用于智能终端的显示屏幕多为触控设计,当进行输入时,使用的是触控显示屏上显示的虚拟键盘。而虚拟键盘没有真实键盘的触感,使用时容易在输入的过程中出现误触,从而使输入的准确率降低,影响用户体验。
发明内容
有鉴于此,本申请实施例提供一种输入方法及装置、终端及存储介质。
本申请实施例提供一种输入方法,该方法包括:
调用虚拟键盘时,确定当前的输入场景;
在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
基于检测到的输入操作,确定待输入字符;
根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
本申请实施例还提供一种输入装置,该装置包括:
第一确定单元,配置为调用虚拟键盘时,确定当前的输入场景;
第二确定单元,配置为在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
第三确定单元,配置为基于检测到的输入操作,确定待输入字符;
第四确定单元,配置为根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
本申请实施例还提供一种终端,包括存储器和处理器,所述存储器存储有可在处理器上运行的计算机程序,所述处理器执行所述程序时实现上述输入方法中的步骤。
本申请实施例还提供一种计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现上述输入方法中的步骤。
本申请技术方案,通过确定输入场景及输入场景所对应的目标字符,来确定目标字符对应的容错字符,从而将检测到的输入操作的待输入字符或将目标字符确定为输入字符。如此,可以根据输入场景实现输入容错,在输入错误的情况下也能快速将正确内容确定为输入字符,从而大大减少了输入错误的可能,减少用户的误输入造成的设备误操作,提升了用户的使用感受。
附图说明
图1为本申请实施例的一种输入方法实现流程示意图;
图2为本申请实施例的另一种输入方法实现流程示意图;
图3A为本申请实施例的又一种输入方法实现流程示意图;
图3B为本申请实施例中数字九宫格键盘示意图;
图3C为本申请实施例中全键盘示意图;
图3D为本申请实施例的一种应用场景的示意图;
图3E为本申请实施例的又一应用场景的示意图;
图4为本申请实施例的一种输入装置的组成结构示意图;
图5为本申请实施例的智能终端的一种硬件实体示意图。
具体实施方式
随着互联网技术的快速发展,各类应用逐渐增多,为人们的工作和生活带来了很多便利。而在如今的移动互联网时代,智能终端逐渐成为人们工作和生活的重要工具。用户为了使用各种功能的应用,往往需要输入手机号码进行注册、登录或者接收验证码。
目前的智能终端通常采用触控式屏幕,当需要进行文字输入时,会在屏幕上显示虚拟键盘以供用户使用。而虚拟键盘在使用的过程中难免会出现误触。假设用户在输入手机号以获取验证码的过程中,由于误触而导致用户的手机无法收到验证码,而验证码的使用往往设置有有效期,因而当用户的手机号码输入错误后,需要等待几分钟才能重新输入并获取验证码,降低了使用效率,影响用户体验。
下面结合附图和实施例对本申请的技术方案进一步详细阐述。
本申请实施例提供一种输入方法,该方法用于智能终端中,该智能终端在执行该方法的时候能够根据当前输入场景,确定目标字符与容错字符,并根据输入操作确定最终的输入字符,该方法所实现的功能可以通过智能终端中的处理器调用程序代码来实现,当然程序代码可以保存在计算机存储介质中,可见,该智能终端至少包括处理器和存储介质。
图1为本申请实施例的输入方法实现流程示意图,如图1所示,该方法包括:
步骤S101、调用虚拟键盘时,确定当前的输入场景;
虚拟键盘应用于带有触摸屏的智能终端上,当智能终端在非输入的场景下,一般无需显示虚拟键盘,当进入某种输入场景时,自动调用虚拟键盘。例如,当智能手机进入短信编辑场景时,会自动调用虚拟键盘,以供用户输入短信内容等。
所述虚拟键盘是通过显示技术或投影技术形成的键盘,当显示结束或者投影结束,则所述虚拟键盘消失。
不同的输入场景可能会应用到不同的虚拟键盘或需要输入不同的内容。例如,当应用程序需要进行用户登录时,可能会进入用户账号密码输入场景;也有可能通过手机号码登录,从而进入手机号码输入场景,当输入完手机号时,应用程序可以向该手机号码发送验证码,而后进入验证码输入场景。
在本实施例中,为了后续步骤有针对性地进行输入容错处理,应用程序需要在调用虚拟键盘时,确定当前的输入场景。
步骤S102、在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符。
在虚拟键盘中确定了输入场景后,可以根据输入场景确定对应的目标字符。这里的目标字符是指在当前输入场景下,预测出的用户最有可能期望输入的内容。例如,在手机号码输入场景下,尤其是输入手机号码获取验证码的场景下,此时用户最有可能输入本机的手机号码,以获取验证码,那么应用程序可以先通过手机的相关通信接口获取到本机号码,或者根据已有的本机号码记录来获取,并将该本机号码作为输入容错的标准。也就是说,应用程序可以将本机号码的每一位数字,作为当前手机号码输入场景的目标字符。
这样做可以依然为用户提供手动输入的场景,用户可以输入本机号码,也可以根据自身需求输入其他号码,而不采用自动填入本机号码的方法来限制用户的输入。
这里,除了输入手机号的场景,也可以是输入邮箱账号、用户名、常用快捷短信、固定格式的邮件等等。在这些场景中,都可以预先设定目标字符以确定目标输入内容,在运用到输入场景时,可以根据实际需求修改,也可以快速输入并且减少输入错误。
当确定了输入场景对应的目标字符后,应用程序可以根据目标字符来确定 目标字符对应的容错字符。这里的容错字符的作用是,当用户点击容错字符时,应用程序就可以认为用户的输入是错误的,并将容错字符对应的目标字符提供给用户。当然这里可以直接将容错字符替换成目标字符,也可以向用户来提供选择。
不同的目标字符对应的容错字符可不同。
不同的目标字符对应的容错字符可部分相同。
这里容错字符的设置可以根据实际情况而不同,例如,可以将每个目标字符在虚拟键盘的位置附近的字符,如上下左右四个字符中的一个或多个作为该目标字符对应的容错字符;也可以根据输入内容的特点来确定容错字符,如手机号码的第一位一般都是数字“1”,也就是输入手机号码场景的第一位目标字符为数字“1”,由于手机号码的第一位几乎不会是其他数字,那么就可以将虚拟键盘上的其他所有字符均作为该目标字符的容错字符。容错字符的设置还需要考虑到虚拟键盘的模式,比如全键盘或九宫格键盘等;还可以考虑到键盘的尺寸来设置,例如,较大显示面积的显示屏具有较大尺寸的虚拟键盘,此时可以将目标字符最近的相邻字符作为容错字符;当较小的显示屏的虚拟键盘也较小时,虚拟键盘的按键较为密集,那么可以将目标字符相邻的字符和相隔的字符均作为容错字符。
在本申请实施例中,所述目标字符和容错字符可包括以下至少之一:
数字字符;
字母字符;
符号字符,例如,邮件符号等。
步骤S103、基于检测到的输入操作,确定待输入字符;
这里通过触摸屏的检测,可以感应到用户的输入操作,也就是确定用户所点击虚拟键盘的位置。应用程序根据用户点击虚拟键盘的位置,确定用户点击的字符为待输入字符。
步骤S104、根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
这里的输入字符是最终确认的字符,也就是应用程序所接受并会进行后续处理的字符,而待输入字符是根据检测到的用户的触摸输入来确定的。这里,应用程序要综合待输入字符、目标字符和容错字符的情况来确定输入字符。比如,待输入字符未触及到容错字符,那么就可以将待输入字符确定为输入字符;如果待输入字符触及到了容错字符,那么可以将容错字符所对应的目标字符作为输入字符。在一实施例中,该方法还包括:
步骤S11、确定所述输入场景是否为预设的指定场景;
步骤S12、若不是,则将所述待输入字符确定为输入字符。
这里,应用程序可以预设进行上述输入容错处理的指定场景,当需要进行输入时,应用程序判断当前输入场景是否为预设的指定场景。如果所述输入场景是预设的指定场景,则针对该场景下的输入进行输入容错的处理;和/或,如果所述输入场景不是预设的指定场景,则将待输入字符确定为输入字符。也就是说,当所述输入场景不是指定场景时,将接收到用户输入直接确定为输入字符,而不进行输入容错的处理。上述指定场景可以是应用程序对应的输入场景,也可以是根据用户的预设确定的输入场景。例如,输入手机号码并获取验证码的场景,输入账号、密码的场景、输入邮箱地址的场景、输入网址的场景等等。
在实际应用中,需要输入字符的场景可能有很多,并不是所有的场景都适合本实施例中提到的确定输入场景对应的目标字符,并进行后续的容错处理。也就是说,只有在指定场景下,才能够进行后续的容错处理。而当确定当前场景不是预设的指定场景时,则直接将待输入字符确定为输入字符,也就是直接接受用户的输入而不进行容错处理。
本申请实施例提供另一种输入方法,如图2所示,该方法包括:
步骤S201、调用虚拟键盘时,确定当前的输入场景;
步骤S202、在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
步骤S203、基于检测到的输入操作,确定待输入字符;
上述步骤S201至S203与实施例一种的步骤S101至S103相同,这里不再赘述。
步骤S204、根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符,包括:
步骤S204a、当所述待输入字符与所述目标字符相同时,将所述目标字符确定为所述输入字符;
步骤S204b当所述待输入字符与所述容错字符相同时,将所述目标字符确定为所述输入字符;
这里给出了确定输入字符的两种类似的情况,第一,当待输入字符与目标字符相同时,应用程序可以认为待输入字符的输入是正确的,并将这一目标字符,也同时是待输入字符确定为输入字符,此时,由于输入正确,就无需进行容错的修正。第二,当待输入字符与容错字符相同时,应用程序可以认为待输入字符的输入是错误的,并将这一容错字符对应的目标字符确定为输入字符,也就是对待输入字符进行了容错的纠正,将待输入字符修改为了目标字符。
步骤S204c、当所述待输入字符与所述目标字符不同时,且,所述待输入字符与所述容错字符不同,将所述待输入字符确定为所述输入字符。
这里给出了确定输入字符的另一种情况,检测到的用户输入也就是确定的待输入字符既不是目标字符,也不是目标字符所对应的容错字符。此时,说明用户点击的位置与目标字符较远,这种情况下用户误触的可能性就相对较低。因此,应用程序可以认为此时用户没有输入错误,而是确实需要输入与目标字符并不相同的字符,这样进行容错的修正就变得没有必要,所以此时可以直接 将用户输入的字符,即待输入字符确定为输入字符。
当然,无论哪种情况,用户都是可以通过手动修改的方式来进行修正,而不会因为应用程序对于容错的判断与实际需求不符而导致无法修改错误的输入。
在一实施例中,所述当所述待输入字符与所述容错字符相同时,将所述目标字符确定为所述输入字符,包括:
步骤S21、当所述待输入字符与所述容错字符相同时,输出选择提示;其中,所述选择提示用于提示是否将所述待输入字符替换为所述目标字符;
步骤S22、当接收到根据选择提示输入的选择结果为是时,则将所述目标字符确定输入字符。
这里,当检测到的输入操作触碰的字符与容错字符相同时,也就是待输入字符与容错字符相同时,这里可能有几种情况:
第一、待输入字符错误,用户希望输入正确字符应该是该容错字符对应的目标字符;
第二、待输入字符正确,用户希望输入的字符与目标字符不同,而用户希望输入当前的待输入字符;
第三、待输入字符错误,用户希望输入的字符不是当前的待输入字符,即容错字符,也不是该容错字符所对应的目标字符,而是其他字符。
根据上述三种情况,应用程序就需要提供选择,供用户确认,也就是输出选择提示。这里输出的选择提示用于提示是否将所述待输入字符替换为所述目标字符,因此,选择提示中至少需要包括将目标字符确定为输入字符的选项,也就是确定为上述第一种情况的选项,当检测到用户选择了该选项后,再将目标字符确定为输入字符。若用户没有选择这一选项,应用程序可以默认待输入字符正确,也就是第二种情况,此时将待输入字符确定为输入字符。若属于第三种情况,则可以通过虚拟键盘提供的删除键、退格键等供用户进行删除操作, 当检测到删除操作时,删除当前的待输入字符,继续等待接收新的输入。
在一些实施例中,所述方法还包括:
当所述待输入字符与所述容错字符相同时。且所述容错字符对应于2个或2个以上的目标字符时,输出所述容错字符对应的多个目标字符;
根据针对于所述目标字符的选择操作,将所述待输入字符替换为所述选择操作选择的目标字符。
在一些实施例中,所述方法还包括:
当所述待输入字符与所述容错字符相同时,且所述容错字符对应于2个或2个以上的目标字符时,根据已输入字符的内容和/或当前的输入场景,确定所述容错字符当前所对应的目标字符,输出选择提示;其中,所述选择提示用于提示是否将所述待输入字符替换为所述目标字符;当接收到根据选择提示输入的选择结果为是时,则将所述目标字符确定输入字符。
例如,针对邮箱输入场景,在输入到邮箱后缀时,可能字母字符“L”同时是字母“n”和符号字符“.”的容错字符,但是法相已输入内容为“1378230@sina”,此时检测到待输入字符“L”时,认为当前对应的目标字符为符号字符“.”。
在一实施例中,所述调用虚拟键盘时,确定当前的输入场景,包括:
步骤S31a、当调用虚拟键盘的显示界面上的显示内容包括输入手机号码的提示时,确定当前输入场景为输入手机号码;
步骤S31b、当调用虚拟键盘的显示界面上的显示内容包括输入邮箱地址的提示时,确定当前输入场景为输入邮箱地址;
步骤S31c、当调用虚拟键盘的显示界面上的显示内容包括输入网址的提示时,确定当前输入场景为输入网址。
这里是以输入手机号码场景、输入邮箱地址或输入网址的为例,应用程序根据显示见面上显示的内容可以确定当前的输入场景,当显示内容包括输入手机号码、输入邮箱地址或输入网址的提示时,确定当前输入场景为输入手机号 码。例如,显示界面上显示输入框,并在输入框上方显示“请输入手机号码”,此时就可以确定当前的输入场景为输入手机号码。
在一实施例中,所述方法还包括:
步骤S32a、当所述输入场景为输入手机号码时,获取本机的手机号码;
步骤S33a、将所述手机号码对应虚拟键盘中的每一按键对应的数字字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;
或者,
步骤S32b、当所述输入场景为输入邮箱地址时,获取已登录邮箱的邮箱地址;
步骤S33b、将所述邮箱地址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;
或者,
步骤S32c、当所述输入场景为输入网址时,获取预设网址;
步骤S33c、将所述预设网址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符。
这里还是以上述实施例中的输入手机号码场景、输入邮箱地址场景或输入网址为例。当输入场景为输入手机号码场景时,首先获取本机的手机号码,可以通过调用当前手机的系统接口,访问手机上的SIM卡(Subscriber Identification Module,用户身份识别卡),通过SIM卡获取到本机的手机号码。也可以通过预先的设定来确定当前的手机号码,例如,首次使用当前应用程序时,输入预设的手机号码。然后,再将手机号码的每一位数字在虚拟键盘中对应位置的虚拟按键作为目标字符。
当输入场景为输入邮箱地址场景时,可以获取本机应用程序已经登录的邮箱地址,并将该邮箱地址在虚拟键盘中对应位置的虚拟按键作为目标字符。
当输入场景为输入网址是,可以根据用户预设的网址,也可以根据获取特 定相关网站的网址作为输入,并将网址在虚拟键盘中对应位置的虚拟按键作为目标字符。
上述几种场景中,可以根据能够获取到的本机已有信息来确定输入的内容,也可以通过提前预设的方式,根据用户预设的内容作为以后进行输入时的内容。
当然,在实际应用中并不限于以上几种场景,还有可能包括输入其他内容的各种场景,比如,输入账号、输入常用短消息等等。
在一实施例中,所述在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符,包括:
步骤S41、确定所述虚拟键盘的类型;
步骤S42、在所述虚拟键盘中确定与所述输入场景对应的目标字符;
步骤S43、根据所述虚拟键盘的类型和所述目标字符,在所述虚拟键盘中将所述目标字符的相邻字符确定为所述容错字符。
不同的智能终端品牌、类型可能对应不同模式的虚拟键盘,不同的输入法或不同的用户设置都可能对应不同模式的虚拟键盘。比如,虚拟键盘有九宫格模式、全键盘模式,或者其他模式等各种不同的类型。对于不同虚拟键盘类型,每个字符在虚拟键盘中的排列也不相同,这时,就需要针对不同类型的虚拟键盘订制不同的输入容错方法。
因此,这里应用程序首先确定虚拟键盘的类型,根据虚拟键盘的类型确定与当前的输入场景相对应的目标字符。然后对应当前的虚拟键盘类型,找到每一目标字符的相邻字符,将相邻字符确定为容错字符。
为了解决虚拟键盘容易造成误触的问题,本申请实施例提供了一种输入方法。应用于输入手机号码时,应用程序可以通过终端获取本机手机号,或者通过用户自行输入,记录用户本机手机号,进而根据记录的用户本机手机号,针对不同的输入键盘,如全键盘或九宫格键盘,分别设置用户本机手机号的容错数字。当用户使用该应用程序进行手机号码的输入时,应用程序在确定用户当 前所使用的输入键盘后,即可确定在该键盘模式下与用户本机号码对应的容错字符。在输入过程中,当检测到用户触碰到容错字符时,则可以弹出正确号码提示,并可以根据用户的选择操作,自动将输入错误的号码替换为正确的号码,从而极大地提高了用户号码输入的正确率,减少了由于号码输入错误而导致无法快速接收到验证码的问题。
本申请实施例提供一种输入方法,如图3A所示,该方法包括:
步骤S301、获取并保存终端本机的手机号码;
这里,终端的应用程序可以通过调用系统接口,访问手机上的SIM卡,进而通过SIM卡获取到本机的手机号码。除此之外,应用程序也可以在用户首次使用时,通过弹出引导信息的方式,引导用户输入自己本机的手机号码。
步骤S302、对手机号码分别设置不同输入键盘模式下的容错字符;
针对不同的输入键盘,分别为通过执行步骤S301获取到的本机手机号码设置容错字符;其中,不同的输入键盘是指如数字九宫格键盘,如图3B所示,或全键盘,如图3C所示。
在实际应用中,用户在通过手机虚拟键盘输入数字时,可能会由于误触而按压到期望输入数字的周围,而导致输入错误。在本实施例中,应用程序可以将在键盘上位于期望数字周围的数字作为该期望输入数字的容错数字。且由于在不同输入键盘上,同一个数字周围的数字往往是不同的,因而在本方案中往往需要针对不同类型的输入键盘分别设置本机号码的容错字符。
以输入键盘分别为数字九宫格键盘和全键盘为例,在数字九宫格键盘中,与数字“1”相邻的数字分别为“2”和“4”,与数字“5”相邻的数字分别为:“2”、“4”、“6”、“8”。而在权键盘中,与数字“1”相邻的数字只有数字“2”;与数字“5”相邻的数字为“4”和“6”。
当应用程序按照上述规则,针对不同键盘分别为本机号码设置容错字符。例如,通过执行步骤S301确定本机的手机号码为“1548”,则通过执行步骤S302, 可以确定该手机号码的容错字符分别为:
九宫格键盘模式下的容错字符分别为:
数字1对应的容错字符:“2、4”;
数字5对应的容错字符:“2、4、6、8”;
数字4对应的容错字符:“1、5、7”;
数字8对应的容错字符:“5、7、9、0”。
全键盘模式下容错字符分别为:
数字1对应的容错字符:“2”;
数字5对应的容错字符:“4、6”;
数字4对应的容错字符:“3、5”;
数字8对应的容错字符:“7、9”。
在实际应用中,手机号码中出现的每一位数字都可能是不同的,而不同的数字对应的容错字符往往也是不同的。在本实施例中,为了减少由于不区分号码的顺序位置,而导致容错字符的混淆,在应用程序确定本机号码所对应的容错字符后,还需要根据本机号码各数字在本机手机号码中的顺序,按照该顺序对本机号码中各个数字所对应的容错字符进行保存。
例如,仍以通过执行步骤S301确定本机号码为“1548”为例,在全键盘模式下确定该手机号码所对应的容错字符分别为:“2”、“4、6”、“3、5”、“7、9”,则按照本机号码的排列顺序,可以记录该号码的容错字符为:
第一位:“2”,第二位“4、6”,第三位“3、5”,第四位“7、9”。
步骤S303、根据输入字符和当前键盘模式加载容错字符;
当检测到用户通过应用程序调用键盘进行手机号码输入时,应用程序根据当前键盘类型,加载预先设置的容错字符。应用程序通过调用系统相关接口,可以确定操作系统当前调用的键盘类型,确定与该键盘类型对应的本机号码的 容错字符。
在实际应用中,有多重场景需要用户调用数字键盘进行数字输入,如,输入金额、账号以及密码等,而不仅限于输入手机号码这一种场景。在其他应用场景中,可以不需要使用容错字符对用户的输入数字进行判断。在本实施例中,在应用程序确定容错字符之前,还需要首先确定应用场景,以判断是否为手机号输入场景。
例如,应用程序可以根据当前界面上显示的状态,如根据“输入账号”,“输入密码”“重复密码”以及“输入手机号”等界面,可以判断当前是否是输入手机号的场景。
步骤S304、根据检测到的输入字符,发出错误提示,并根据用户的选择指令,将输入字符替换为正确的字符。
应用程序检测用户输入是否为容错字符,应用程序发出输入错误提示,并可基于用户的选择,自动将用户输入的容错字符替换为对应的正确字符;
例如,仍以本机号码为“1548”为例,终端当前调用的虚拟键盘为九宫格数字键盘,用户在使用键盘进行数字输入时,前两位数字均输入正确,而在输入第三位数字时,用户误触到了数字“7”。而通过预先确定的容错字符可知,第三位数字所对应的容错字符为:“1”、“5”和“7”。此时,应用程序可以确定用户输入的字符错误,根据输入的位置弹出正确的字符“4”以提示用户,如图3D所示,图中,输入场景提示框11提示输入手机号,输入框12显示用户输入内容,容错提示框13用于当检测到输入框内为容错字符时,在容错提示框13显示正确的字符,图中虚拟键盘14为数字九宫格键盘,用户输入期望的正确字符按键15时,误触容错字符按键16。如图3E所示,在用户点击容错提示框13中的字符后,将输入框12中的容错字符替换为对应的容错提示框13中的正确字符。
采用本实施例提供的输入方法,应用程序可以通过终端或用户输入来获取本机手机号,并保存。根据保存的本机手机号,针对不同的输入键盘分别设置 用户本机手机号的容错字符。当用户使用应用程序进行手机号码输入时,应用程序在确定用户当前所使用的输入键盘后,即可确定该键盘模式下与用户本机号码对应的容错字符。在输入过程中,当检测到用户触碰到容错字符时,则可以显示正确字符的提示,并可以根据用户的选择操作,将输入错误的字符替换为正确的字符。通过上述方法,极大地提高了用户输入的正确率,减少了由于号码输入错误而导致无法快速接收验证码的问题。
基于前述的实施例,本申请实施例提供一种输入装置,该装置包括所包括的各单元、以及各单元所包括的各模块,可以通过终端中的处理器来实现;当然也可通过具体的逻辑电路实现;在实施的过程中,处理器可以为中央处理器(CPU)、微处理器(MPU)、数字信号处理器(DSP)或现场可编程门阵列(FPGA)等。
图4为本申请实施例的一种输入装置的组成结构示意图,如图4所示,该装置400包括:
第一确定单元401,配置为调用虚拟键盘时,确定当前的输入场景;
第二确定单元402,配置为在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
第三确定单元403,配置为基于检测到的输入操作,确定待输入字符;
第四确定单元404,配置为根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
在一实施例中,所述第四确定单元,包括以下至少之一:
第一确定模块,配置为当所述待输入字符与所述目标字符相同时,将所述目标字符确定为所述输入字符;
第二确定模块,配置为当所述待输入字符与所述容错字符相同时,将与所述容错字符对应的目标字符确定为所述输入字符;
第三确定模块,配置为当所述待输入字符与所述目标字符不同时,且所述待输入字符与所述容错字符不同,将所述待输入字符确定为所述输入字符。
在另一实施例中,所述第二确定模块,包括:
输出子模块,配置为当所述待输入字符与所述容错字符相同时,输出选择提示;其中,所述选择提示用于提示是否将所述待输入字符替换为与所述容错字符对应的目标字符;
确定子模块,配置为当接收到根据所述选择提示输入的选择结果为是时,则将所述目标字符确定输入字符。
在另一实施例中,所述装置还包括:
第五确定单元,配置为确定所述输入场景是否为预设的指定场景;
若是,所述第二确定单元在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符。
在另一实施例中,所述第一确定单元,包括:
第四确定模块,配置为当调用虚拟键盘的显示界面上的显示内容包括输入手机号码的提示时,确定当前输入场景为输入手机号码;
第五确定模块,配置为当调用虚拟键盘的显示界面上的显示内容包括输入邮箱地址的提示时,确定当前输入场景为输入邮箱地址;
第六确定模块,配置为当调用虚拟键盘的显示界面上的显示内容包括输入网址的提示时,确定当前输入场景为输入网址。
在另一实施例中,所述第二确定单元,包括:
第一获取模块,配置为当所述输入场景为输入手机号码时,获取本机的手机号码;所述第二确定单元将所述手机号码对应虚拟键盘中的每一按键对应的数字字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;或者,
第二获取模块,配置为当所述输入场景为输入邮箱地址时,获取已登录邮箱的邮箱地址;所述第二确定单元将所述邮箱地址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;或者,
第三获取模块,配置为当所述输入场景为输入网址时,获取预设网址;将 所述预设网址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符。
在另一实施例中,所述在第二确定单元还包括:
第七确定模块,配置为确定所述虚拟键盘的类型;
第八确定模块,配置为在所述虚拟键盘中确定与所述输入场景对应的目标字符;
第九确定模块,配置为根据所述虚拟键盘的类型和所述目标字符,在所述虚拟键盘中将所述目标字符的相邻字符确定为所述容错字符。
所以上装置实施例的描述,与上述方法实施例的描述是类似的,具有同方法实施例相似的有益效果。对于本申请装置实施例中未披露的技术细节,请参照本申请方法实施例的描述而理解。
需要说明的是,本申请实施例中,如果以软件功能模块的形式实现上述的输入方法,并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台智能终端(可以是个人计算机、手机、平板电脑等)执行本申请各个实施例所述方法的全部或部分。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read Only Memory,ROM)、磁碟或者光盘等各种可以存储程序代码的介质。这样,本申请实施例不限制于任何特定的硬件和软件结合。
对应地,本申请实施例提供一种终端,包括存储器和处理器,所述存储器存储有可在处理器上运行的计算机程序,所述处理器执行所述程序时实现上述实施例中提供的输入方法。
对应地,本申请实施例提供一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该计算机程序被处理器执行时实现上述实施例中提供的输入方法中的步骤。
这里需要指出的是:以上存储介质和设备实施例的描述,与上述方法实施例的描述是类似的,具有同方法实施例相似的有益效果。对于本申请存储介质和设备实施例中未披露的技术细节,请参照本申请方法实施例的描述而理解。
需要说明的是,图5为本申请实施例中实现上述输入方法的终端的一种硬件实体示意图,如图5所示,该终端500的硬件实体包括:处理器501、通信接口502和存储器503,其中,处理器501可控制终端500的各种操作。
通信接口502可以使终端通过网络与其他终端或服务器通信。
存储器503配置为存储由处理器501可执行的指令和应用,还可以缓存待处理器501以及终端500中各模块待处理或已经处理的数据(例如,图像数据、音频数据、语音通信数据和视频通信数据),可以通过闪存(FLASH)或随机访问存储器(Random Access Memory,RAM)实现。
应理解,说明书通篇中提到的“一个实施例”或“一实施例”意味着与实施例有关的特定特征、结构或特性包括在本申请的至少一个实施例中。因此,在整个说明书各处出现的“在一个实施例中”或“在一实施例中”未必一定指相同的实施例。此外,这些特定的特征、结构或特性可以任意适合的方式结合在一个或多个实施例中。应理解,在本申请的各种实施例中,上述各过程的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。
在本申请所提供的几个实施例中,应该理解到,所揭露的设备和方法,可以通过其它的方式实现。以上所描述的设备实施例仅仅是示意性的,例如,所述 单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,如:多个单元或组件可以结合,或可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的各组成部分相互之间的耦合、或直接耦合、或通信连接可以是通过一些接口,设备或单元的间接耦合或通信连接,可以是电性的、机械的或其它形式的。
上述作为分离部件说明的单元可以是、或也可以不是物理上分开的,作为单元显示的部件可以是、或也可以不是物理单元;既可以位于一个地方,也可以分布到多个网络单元上;可以根据实际的需要选择其中的部分或全部单元来实现本实施例方案的目的。
另外,在本申请各实施例中的各功能单元可以全部集成在一个处理单元中,也可以是各单元分别单独作为一个单元,也可以两个或两个以上单元集成在一个单元中;上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。
本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:移动存储设备、只读存储器(Read Only Memory,ROM)、磁碟或者光盘等各种可以存储程序代码的介质。
或者,本申请上述集成的单元如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台智能终端(可以是个人计算机、智能手机、平板电脑设备等)执行本申请各个实施例所述方法的全部或部分。而前述的存储介质包括:移动存储设备、ROM、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,仅为本申请的实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到变化 或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以所述权利要求的保护范围为准。

Claims (10)

  1. 一种输入方法,所述方法包括:
    调用虚拟键盘时,确定当前的输入场景;
    在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
    基于检测到的输入操作,确定待输入字符;
    根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
  2. 根据权利要求1所述的方法,其中,所述根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符,包括以下至少之一:
    当所述待输入字符与所述目标字符相同时,将所述目标字符确定为所述输入字符;
    当所述待输入字符与所述容错字符相同时,将与所述容错字符对应的目标字符确定为所述输入字符;
    当所述待输入字符与所述目标字符不同时,且所述待输入字符与所述容错字符不同,将所述待输入字符确定为所述输入字符。
  3. 根据权利要求2所述的方法,其中,所述当所述待输入字符与所述容错字符相同时,将所述目标字符确定为所述输入字符,包括:
    当所述待输入字符与所述容错字符相同时,输出选择提示;其中,所述选择提示用于提示是否将所述待输入字符替换为与所述容错字符对应的目标字符;
    当接收到根据所述选择提示输入的选择结果为是时,则将所述目标字符确定输入字符。
  4. 根据权利要求1所述的方法,其中,在确定当前的输入场景之后,所述方法还包括:
    确定所述输入场景是否为预设的指定场景;
    若所述输入场景是预设的指定场景,在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符。
  5. 根据权利要求1至4中任一项所述的方法,其中,所述调用虚拟键盘时,确定当前的输入场景,包括:
    当调用虚拟键盘的显示界面上的显示内容包括输入手机号码的提示时,确定当前输入场景为输入手机号码;
    当调用虚拟键盘的显示界面上的显示内容包括输入邮箱地址的提示时,确定当前输入场景为输入邮箱地址;
    当调用虚拟键盘的显示界面上的显示内容包括输入网址的提示时,确定当前输入场景为输入网址。
  6. 根据权利要求5所述的方法,其中,所述在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符,包括:
    当所述输入场景为输入手机号码时,获取本机的手机号码;将所述手机号码对应虚拟键盘中的每一按键对应的数字字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;或者,
    当所述输入场景为输入邮箱地址时,获取已登录邮箱的邮箱地址;将所述邮箱地址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符;或者,
    当所述输入场景为输入网址时,获取预设网址;将所述预设网址在虚拟键盘中的数字字符或字母字符确定为所述目标字符,并将每一所述目标字符相邻的字符确定为所述容错字符。
  7. 根据权利要求1所述的方法,其中,所述在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符,包括:
    确定所述虚拟键盘的类型;
    在所述虚拟键盘中确定与所述输入场景对应的目标字符;
    根据所述虚拟键盘的类型和所述目标字符,在所述虚拟键盘中将所述目标字符的相邻字符确定为所述容错字符。
  8. 一种输入装置,所述装置包括:
    第一确定单元,配置为调用虚拟键盘时,确定当前的输入场景;
    第二确定单元,配置为在虚拟键盘中确定与所述输入场景对应的目标字符和与所述目标字符对应的容错字符;
    第三确定单元,配置为基于检测到的输入操作,确定待输入字符;
    第四确定单元,配置为根据所述待输入字符、所述目标字符和所述容错字符,确定输入字符。
  9. 一种终端,包括存储器和处理器,所述存储器存储有可在处理器上运行的计算机程序,其中,所述处理器执行所述程序时实现权利要求1至7中任一项输入方法中的步骤。
  10. 一种计算机可读存储介质,其上存储有计算机程序,其中,该计算机程序被处理器执行时实现权利要求1至7中任一项输入方法中的步骤。
PCT/CN2019/107363 2018-09-29 2019-09-23 一种输入方法及装置、终端及存储介质 WO2020063548A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811145603.5 2018-09-29
CN201811145603.5A CN109521889B (zh) 2018-09-29 2018-09-29 一种输入方法及装置、终端及存储介质

Publications (1)

Publication Number Publication Date
WO2020063548A1 true WO2020063548A1 (zh) 2020-04-02

Family

ID=65772000

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/107363 WO2020063548A1 (zh) 2018-09-29 2019-09-23 一种输入方法及装置、终端及存储介质

Country Status (2)

Country Link
CN (1) CN109521889B (zh)
WO (1) WO2020063548A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109521889B (zh) * 2018-09-29 2021-02-09 咪咕音乐有限公司 一种输入方法及装置、终端及存储介质
CN110221708A (zh) * 2019-03-29 2019-09-10 北京理工大学 一种用于虚拟现实的自适应键值显示输入系统
CN110597712B (zh) * 2019-08-27 2023-09-05 北京奇艺世纪科技有限公司 一种组件属性校验方法、装置、终端及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101788855A (zh) * 2010-03-09 2010-07-28 华为终端有限公司 一种获取用户输入信息的方法、装置及通信终端
CN103257886A (zh) * 2012-02-15 2013-08-21 联想(北京)有限公司 一种调用信息输入程序的方法及一种电子设备
CN105446516A (zh) * 2014-08-27 2016-03-30 阿里巴巴集团控股有限公司 一种信息输入的方法和设备
CN105511796A (zh) * 2015-12-30 2016-04-20 努比亚技术有限公司 一种自适应切换输入法界面的信息输入方法及装置
CN107102746A (zh) * 2016-02-19 2017-08-29 北京搜狗科技发展有限公司 候选词生成方法、装置以及用于候选词生成的装置
CN109521889A (zh) * 2018-09-29 2019-03-26 咪咕音乐有限公司 一种输入方法及装置、终端及存储介质

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7030863B2 (en) * 2000-05-26 2006-04-18 America Online, Incorporated Virtual keyboard system with automatic correction
US9552155B2 (en) * 2008-02-04 2017-01-24 Microsoft Technology Liecsnsing, LLC Dynamic soft keyboard
CN101266520B (zh) * 2008-04-18 2013-03-27 上海触乐信息科技有限公司 一种可实现灵活键盘布局的系统
CN102207816B (zh) * 2010-07-16 2017-04-19 北京搜狗科技发展有限公司 一种基于输入环境进行适配输入的方法和输入法系统
US8819574B2 (en) * 2012-10-22 2014-08-26 Google Inc. Space prediction for text input
US8887103B1 (en) * 2013-04-22 2014-11-11 Google Inc. Dynamically-positioned character string suggestions for gesture typing
CN104298672B (zh) * 2013-07-16 2018-09-11 北京搜狗科技发展有限公司 一种输入的纠错方法和装置
CN105404401A (zh) * 2015-11-23 2016-03-16 小米科技有限责任公司 输入处理方法、装置及设备
CN107562222A (zh) * 2017-09-25 2018-01-09 联想(北京)有限公司 一种数据处理方法及系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101788855A (zh) * 2010-03-09 2010-07-28 华为终端有限公司 一种获取用户输入信息的方法、装置及通信终端
CN103257886A (zh) * 2012-02-15 2013-08-21 联想(北京)有限公司 一种调用信息输入程序的方法及一种电子设备
CN105446516A (zh) * 2014-08-27 2016-03-30 阿里巴巴集团控股有限公司 一种信息输入的方法和设备
CN105511796A (zh) * 2015-12-30 2016-04-20 努比亚技术有限公司 一种自适应切换输入法界面的信息输入方法及装置
CN107102746A (zh) * 2016-02-19 2017-08-29 北京搜狗科技发展有限公司 候选词生成方法、装置以及用于候选词生成的装置
CN109521889A (zh) * 2018-09-29 2019-03-26 咪咕音乐有限公司 一种输入方法及装置、终端及存储介质

Also Published As

Publication number Publication date
CN109521889A (zh) 2019-03-26
CN109521889B (zh) 2021-02-09

Similar Documents

Publication Publication Date Title
WO2020063548A1 (zh) 一种输入方法及装置、终端及存储介质
US8798250B1 (en) Autocorrect for phone numbers
US20100070908A1 (en) System and method for accepting or rejecting suggested text corrections
US8898585B2 (en) Electronic device, input method thereof, and computer-readable medium using the method
US10075430B2 (en) Method and system for efficient password input
JP2013238936A (ja) 文字入力装置、電子機器、制御方法、制御プログラムおよび記録媒体
WO2016110217A1 (zh) 通话过程中保存号码的方法和装置、终端、存储介质
WO2017156983A1 (zh) 一种列表的调用方法及装置
US8633895B2 (en) Apparatus and method for improving character input function in mobile terminal
EP2342618B1 (en) Method, computer program, computer readable medium and device for using sound to differentiate keypresses
WO2011017873A1 (zh) 一种移动终端输入法切换方法及装置
WO2019153533A1 (zh) 动态路由控制方法、装置、计算机设备及存储介质
EP3422228A1 (en) Icon processing method and device for applications
CN108737634B (zh) 语音输入方法及装置、计算机装置和计算机可读存储介质
CN106227413A (zh) 一种基于移动终端的应用启动检测方法及系统
CN102902751A (zh) 移动终端中的网页输入方法及装置、移动终端
US20180046224A1 (en) Input Apparatus, Information Processing Method, And Information Processing Apparatus
KR20170118799A (ko) 지문 이벤트 처리 방법, 장치, 및 단말기
JP7142961B2 (ja) 多言語キーボードシステム
US10572693B2 (en) Method for hiding personal information on call screen, and device
US20140208230A1 (en) Autocorrect Highlight and Re-Work
CN105282340A (zh) 单手操作手机时的信息输入方法、装置和手机
CN103853972B (zh) 信息处理的方法及电子设备
CN107770352B (zh) 一种拨号处理方法及装置
WO2024060705A1 (zh) 密码找回方法、终端设备、电子设备及计算机存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19867851

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19867851

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19867851

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 23.12.2021)