CN115220582A - Text input method, equipment, device and storage medium for supporting backspace input method - Google Patents

Text input method, equipment, device and storage medium for supporting backspace input method Download PDF

Info

Publication number
CN115220582A
CN115220582A CN202210856978.2A CN202210856978A CN115220582A CN 115220582 A CN115220582 A CN 115220582A CN 202210856978 A CN202210856978 A CN 202210856978A CN 115220582 A CN115220582 A CN 115220582A
Authority
CN
China
Prior art keywords
character
input
type
backspace
historical
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.)
Pending
Application number
CN202210856978.2A
Other languages
Chinese (zh)
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.)
Xiamen Hanyin Electronic Technology Co Ltd
Original Assignee
Xiamen Hanyin Electronic Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiamen Hanyin Electronic Technology Co Ltd filed Critical Xiamen Hanyin Electronic Technology Co Ltd
Priority to CN202210856978.2A priority Critical patent/CN115220582A/en
Publication of CN115220582A publication Critical patent/CN115220582A/en
Pending legal-status Critical Current

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

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Input From Keyboards Or The Like (AREA)

Abstract

The embodiment of the invention provides a text input method, text input equipment, a text input device and a text input storage medium which support a backspace input method, and relates to the technical field of text input. The text input method comprises the following steps: s1, obtaining a current input character of a text input box. Wherein the text input box is a pure number input box. And S2, judging the type of the current input character. Wherein the types include numeric, backspace, and other character types. And S3, when the type of the current input character is judged to be a backspace type, acquiring the historical input character, and judging the type of the historical input character. Wherein the historical input characters are characters input last time. And S6, setting the current input character as a null value when the type of the historical input character is judged to be other character types. The condition that characters in the text input box are deleted due to backspace generated by a backspace input method under specific conditions can be effectively avoided, and the problem of effective information loss is avoided.

Description

Text input method, equipment, device and storage medium for supporting backspace input method
Technical Field
The invention relates to the technical field of text input, in particular to a text input method, text input equipment, a text input device and a text input storage medium which support a backspace input method.
Background
In some software text entry boxes, it is sometimes set to allow only certain types of character entry, such as only numbers for some fields in the scale management software. For example: the product number, shelf life, etc., which are common practice in the industry. To prevent fool-proofing, scale management software typically makes input restrictions on such text entry boxes to prevent users from entering characters other than digits.
In the prior art, the text input box only allowing to input numbers is processed in the following way: when the keyboard is used for typing a value, the function of only allowing the input of a number is realized by judging whether the current typing value is a number or backspace and if not, setting the typing value to be #0 (namely: a null character). However, the prior art risks losing valid information in the face of input methods that produce a back-delete key.
Taking the vietnamese character as an example, the vietnamese alphabet refers to 5 tones in addition to the commonly known a to Z. For example, the alpha letter has various tones:
Figure BDA0003755941430000011
and the like. A commonly used input method tool in vietnam is unikey, which is done by combining key patterns in inputting letters with special tones. Such as input
Figure BDA0003755941430000012
Is achieved by pressing a two times. Also for example, inputting letters
Figure BDA0003755941430000013
Is achieved by pressing the letters a and w.
Although seemingly, unikey looks like pinyin, the letters are combined and the corresponding value is printed. But in practice unikey is used when inputting letters, e.g.
Figure BDA0003755941430000014
The principle is that when a is pressed for the first time, the input method outputs the key value of a character (namely, a is input in a text box); when pressing a for the second time, the input method firstly outputs the key value of backspace character (backspace) (namely deleting a in the text box), and then outputs
Figure BDA0003755941430000015
Key value of character (i.e. enter in text box)
Figure BDA0003755941430000016
)。
Existing scale management tools are using Unikey inputIn the method input, when only the input number is allowed to input the letter with tone by mistake, an error value is generated, so that the normally input number is deleted. For example: input pressed a two times after 123 (i.e.: error input)
Figure BDA0003755941430000021
) In this process, the Unikey input method will input three ASCII codes into the text input box: #97 (i.e., a), #8 (i.e., backspace), and #226 (i.e.:
Figure BDA0003755941430000022
). Wherein, #97 and #226 would be set to null values without generating an enter action because they do not belong to digits and backspace, and #8 would generate a backspace action to delete 3 of 123 normally entered previously.
In view of the above, the applicant has specifically proposed the present application after studying the existing technologies.
Disclosure of Invention
The present invention provides a text input method, apparatus, device and storage medium supporting a backspace input method to ameliorate at least one of the above technical problems.
The first aspect,
The embodiment of the invention provides a text input method supporting a backspace input method, which comprises steps S1, S2, S3 and S6.
S1, acquiring a current input character of a text input box; wherein the text input box is a pure number input box;
s2, judging the type of the current input character; wherein the types include numeric, backspace, and other character types;
s3, when the type of the current input character is judged to be a backspace type, obtaining a historical input character, and judging the type of the historical input character; wherein, the historical input characters are characters input last time;
and S6, setting the current input character as a null value when judging that the type of the historical input character is other character types.
The second aspect,
The embodiment of the invention provides a text input device supporting a backspace input method, which comprises the following components:
the input acquisition module is used for acquiring the current input character of the text input box; the text input box is a pure digital input box;
the first judging module is used for judging the type of the current input character; wherein the types include numeric, backspace, and other character types;
the second judging module is used for acquiring the historical input characters and judging the types of the historical input characters when judging that the types of the current input characters are backspace types; wherein the historical input characters are characters input last time;
and the first execution module is used for setting the current input character as a null value when judging that the type of the historical input character is other character types.
The third aspect,
The embodiment of the invention provides text input equipment supporting a backspace input method, which comprises a processor, a memory and a computer program stored in the memory; the computer program is executable by the processor to implement a text input method supporting a backspace input method as defined in any of the paragraphs of the first aspect.
The fourth aspect,
An embodiment of the present invention provides a computer-readable storage medium, which includes a stored computer program, where when the computer program runs, a device on which the computer-readable storage medium is located is controlled to execute the text input method supporting the backspace input method according to any one of the paragraphs of the first aspect.
By adopting the technical scheme, the invention can obtain the following technical effects:
by the embodiment of the invention, when the backspace input method is used for inputting the text input box in the pure digital format, the condition that backspace generated by the backspace input method under specific conditions deletes characters in the text input box can be effectively avoided, and the problem of effective information loss is avoided.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a schematic flow chart of a text input method according to a first embodiment of the present invention.
Fig. 2 is a schematic flow chart of another text input method according to the first embodiment of the present invention.
Fig. 3 is a first logic block diagram of a text input method according to a first embodiment of the present invention.
Fig. 4 is a second logic block diagram of the text input method according to the first embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a text input device according to a second embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
In order to better understand the technical scheme of the invention, the following detailed description of the embodiments of the invention is made with reference to the accompanying drawings.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the description of the invention and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
The word "if" as used herein may be interpreted as "at 8230; \8230;" or "when 8230; \8230;" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrase "if determined" or "if detected (a stated condition or event)" may be interpreted as "upon determining" or "in response to determining" or "upon detecting (a stated condition or event)" or "in response to detecting (a stated condition or event)", depending on the context.
In the embodiments, the references to "first \ second" are merely to distinguish similar objects and do not represent a specific ordering for the objects, and it is to be understood that "first \ second" may be interchanged with a specific order or sequence, where permitted. It should be understood that "first \ second" distinguishing objects may be interchanged under appropriate circumstances such that the embodiments described herein may be implemented in sequences other than those illustrated or described herein.
The invention is described in further detail below with reference to the following detailed description and accompanying drawings:
the first embodiment is as follows:
referring to fig. 1 to 4, a text input method supporting a backspace input method according to a first embodiment of the present invention is executed by a text input device (hereinafter, referred to as an input device) supporting a backspace input method. In particular, execution by one or more processors in the input device to implement steps S1, S2, S3, and S6.
S1, obtaining a current input character of a text input box. Wherein the text input box is a pure number input box.
Specifically, the embodiment of the invention starts to execute when the text input box selected by the user is the input box in the pure digital format, and judges and processes the key value output by the input method after the user presses the keyboard, so that the operation executed on the text input box is determined, and the operation of mistakenly deleting the characters in the text input box can be effectively avoided.
It will be appreciated that the input device may be an electronic device with computing capabilities such as a laptop computer, desktop computer, server, smart phone or tablet computer.
And S2, judging the type of the current input character. Wherein the types include numeric, backspace, and other character types.
Specifically, the key value of the current input character is an ASCII code. In this case, the encoding of the backspace is #8, and the encoding of the number is #48 to #57, and in the present embodiment, the ASCII code other than the above-described encoding is set to other character types. In other embodiments, the decimal point, slash, bar, and other symbols may also be included in the numeric type, and the present invention does not limit the specific codes included in the numeric type as long as the present invention can divide the ASCII code into three types, i.e., backspace, text input box supported type, and text input box unsupported type, which belong to the protection scope of the present invention.
In this embodiment, the type of the currently input character is directly determined, so as to determine the type of the currently input character. In other embodiments, this step may be split into two steps, namely: judging whether the currently input character is one of the three types, and judging whether the currently input character is another of the three types after judging that the currently input character is not one of the three types.
Specifically, step S2 is: it is determined whether the currently input character is of the first character type. And when the currently input character is judged not to be the first character type, judging whether the currently input character is the second character type. Wherein the first character type is one of numeric type, backspace type and other character types. The second character type is another one of numeric type, backspace type and other character types.
Preferably, step S2 is: judging whether the current input character is of a backspace type; when judging that the current input character is not of a quit lattice type, judging whether the current input character is of a numeric type or not; or judging whether the current input character is of a numeric type; and when the current input character is judged to be not the numeric type, judging whether the current input character is the backspace type.
It can be understood that the type of the currently input character is judged by steps, so that the instantaneous calculation amount required by the step can be effectively reduced, and the input equipment is prevented from being jammed.
And S3, when the type of the current input character is judged to be a backspace type, acquiring the historical input character, and judging the type of the historical input character. Wherein the historical input characters are characters input last time.
Specifically, like step 2, in this embodiment, the type of the history input character is directly determined, so as to determine the type of the history input character. In other embodiments, this step may be split into two steps, namely: judging whether the currently input character is one of the three types, and judging whether the history input character is another of the three types after judging that the type of the history input character is not one of the three types.
Specifically, step S2 is: it is determined whether the historical input character is of a first character type. When it is judged that the history input character is not the first character type, it is judged whether the history input character is the second character type. Wherein the first character type is one of numeric type, backspace type and other character types. The second character type is another one of numeric type, backspace type and other character types.
Preferably, step S3 is: judging whether the historical input characters are of a backspace type or not; when judging that the historical input character is not in a lattice withdrawing type, judging whether the historical input character is in other character types or not; or judging whether the historical input characters are of a digital type; when the historical input character is judged not to be of a numeric type, judging whether the historical input character is of a lattice withdrawing type.
It can be understood that the instantaneous calculation amount of the input device can be reduced by performing the judgment step by step, so that the text input method provided by the embodiment of the invention can be executed in a text input device with a lower configuration in a smoother manner, and better use experience can be obtained.
As shown in fig. 2, on the basis of the above embodiment, in an optional embodiment of the present invention, step S3 is followed by steps S4 and S5.
And S4, writing the current input character into the text input box when the type of the current input character is judged to be a numeric type.
And S5, setting the current input character as a null value when judging that the type of the current input character is other character types.
It is understood that, in other embodiments, when it is determined that the type of the currently input character is a numeric type or other character type, other artificially defined actions may also be performed, which is not specifically limited by the present invention.
And S6, setting the current input character as a null value when the type of the historical input character is judged to be other character types.
Specifically, in the input method of unikey et al that generates backspace, the action of generating redundant backspace is always in the middle of two letters, which belong to other character classes in the embodiments of the present invention. Therefore, when the type of the current input character is judged to be the backspace type and the type of the historical input character is judged to be other character types, the embodiment of the invention sets the current input character to be a null value, thereby eliminating redundant backspace actions caused by an input method.
By the embodiment of the invention, when the backspace input method is used for inputting the text input box in the pure digital format, the condition that backspace generated by the backspace input method due to specific conditions deletes characters in the text input box can be effectively avoided, and the problem of effective information loss is avoided.
As shown in fig. 2, on the basis of the above embodiment, in an optional embodiment of the present invention, step S7 is further included after step S6.
And S7, deleting the last displayed character in the text input box when the type of the historical input character is judged to be a numeric type or a backspace type.
It is understood that, in other embodiments, when the type of the history input character is determined to be a numeric type or a backspace type, other artificially defined actions may also be performed, which is not specifically limited by the present invention. The present invention is within the protection scope of the present invention, as long as it can set the current input character to null value when the type of the current input character is backspace type and the type of the historical input character is other character type, thereby eliminating redundant backspace actions caused by the input method.
Based on the above embodiments, in an optional embodiment of the present invention, the historical input characters default to null values. Preferably, step S0 is further included before step S1.
And S0, when the text input box is selected, setting the historical input characters to be null values.
Specifically, the text input method of the embodiment of the invention is executed after the user selects the text input box only supporting the numeric type, and the historical input characters are set to be null values when the text input box is just selected, so that the misjudgment of the input of the current text input box caused by the user inputting characters in the last text input box can be avoided.
It will be appreciated that in embodiments of the invention, null values act the same as digit and escape modes. Namely: and deleting the last displayed character in the text input box when the type of the current input character is a backspace type and the type of the historical input character is a null value.
On the basis of the above embodiment, in an optional embodiment of the present invention, step S7 is followed by steps S8 and S9.
And S8, updating the historical input characters into current input characters, and judging whether to exit the current text input box.
And S9, when judging that the current text input box exits, ending the input of the current text input box. Otherwise, the current input character of the text input box is continuously received.
It can be understood that after the processing of the current input character is judged and executed, the judged and executed processed current input character is assigned to the historical input character, so that the historical input character can be quickly acquired when the next character is input, and the method has good practical significance. In other embodiments, the key values of the historical input may be recorded in other manners, and how to obtain the historical input characters is not specifically limited in the present invention.
Example II,
As shown in fig. 5, an embodiment of the present invention provides a text input device supporting a backspace input method, which includes:
the input acquisition module 1 is used for acquiring the current input character of the text input box. Wherein the text input box is a pure number input box.
And the first judging module 2 is used for judging the type of the currently input character. Wherein the types include numeric, backspace, and other character types.
And the second judging module 3 is used for acquiring the historical input characters and judging the types of the historical input characters when judging that the types of the current input characters are backspace types. Wherein the historical input characters are characters input last time.
And the first execution module 6 is used for setting the current input character as a null value when judging that the type of the historical input character is other character types.
On the basis of the foregoing embodiment, in an optional embodiment of the present invention, the first determining module 2 is configured to: it is determined whether the currently input character is of the first character type. And when the currently input character is judged not to be the first character type, judging whether the currently input character is the second character type. Wherein the first character type is one of numeric type, backspace type, and other character types. The second character type is another one of numeric type, backspace type and other character types.
On the basis of the foregoing embodiment, in an optional embodiment of the present invention, the second determining module 3 is configured to: it is determined whether the historical input character is of a first character type. When it is judged that the history input character is not the first character type, it is judged whether the history input character is the second character type. Wherein the first character type is one of numeric type, backspace type, and other character types. The second character type is another one of numeric type, backspace type and other character types.
On the basis of the above embodiments, in an optional embodiment of the present invention, the text input device further includes a second execution module and a third execution module.
And the second execution module is used for writing the current input character into the text input box when the type of the current input character is judged to be a numeric type.
And the third execution module is used for setting the current input character as a null value when judging that the type of the current input character is other character types.
On the basis of the foregoing embodiments, in an optional embodiment of the present invention, the text input device further includes a fourth execution module. And the fourth execution module is used for deleting the last displayed character in the text input box when the type of the historical input character is judged to be a numeric type or a backspace type.
On the basis of the above embodiment, in an optional embodiment of the present invention, the text input device further includes an initial module. And the initial module is used for setting the historical input characters to be null values when the text input box is selected.
On the basis of the foregoing embodiment, in an optional embodiment of the present invention, the text input device further includes an updating module and an exiting module.
And the updating module is used for updating the historical input characters into the current input characters and judging whether to quit the current text input box.
And the exit module is used for ending the input of the current text input box when judging that the current text input box exits. Otherwise, the current input character of the text input box is continuously received.
Example III,
An embodiment of the present invention provides a text input device supporting a backspace input method, which includes a processor, a memory, and a computer program stored in the memory. The computer program can be executed by a processor to implement a text input method that supports backspace input methods as described in any of the paragraphs to the embodiments.
Example four,
An embodiment of the present invention provides a computer-readable storage medium, which includes a stored computer program, where the computer program, when executed, controls an apparatus on the computer-readable storage medium to execute a text input method supporting a backspace input method as described in any one of the embodiments.
In the embodiments provided in the embodiments of the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist alone, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, an electronic device, or a network device) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, and various media capable of storing program codes. It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for inputting text in support of a backspace input method, comprising:
acquiring a current input character of a text input box; wherein the text input box is a pure number input box;
judging the type of the current input character; wherein the types include numeric, backspace, and other character types;
when the type of the current input character is judged to be a backspace type, acquiring a historical input character, and judging the type of the historical input character; wherein the historical input characters are characters input last time;
and when judging that the type of the historical input character is other character types, setting the current input character as a null value.
2. The text input method of claim 1, wherein determining the type of the currently input character comprises:
judging whether the current input character is of a first character type; when the current input character is judged to be not the first character type, judging whether the current input character is a second character type; wherein the first character type is one of numeric, backspace, and other character types; the second character type is another one of numeric type, backspace type and other character types.
3. The text input method supporting a backspace input method of claim 1 wherein determining the type of the historical input characters comprises:
judging whether the historical input characters are of a first character type; when the historical input character is judged not to be the first character type, judging whether the historical input character is a second character type or not; wherein the first character type is one of numeric, backspace, and other character types; the second character type is another one of numeric type, backspace type and other character types.
4. The text input method supporting a backspace input method according to claim 1, further comprising, after determining the type of the currently input character:
when the type of the current input character is judged to be a numeric type, writing the current input character into the text input box;
when the type of the current input character is judged to be other character types, setting the current input character as a null value;
after judging the type of the historical input character, the method further comprises the following steps:
and when the type of the historical input characters is judged to be a numeric type or a quit-lattice type, deleting the last displayed character in the text input box.
5. The text input method supporting a backspace input method according to any one of claims 1 to 4, wherein the historical input characters default to null values;
before obtaining the current input character of the text input box, the method further comprises the following steps:
and when the text input box is selected, setting the historical input characters to be null values.
6. The text input method supporting the backspace input method according to any one of claims 1 to 4, wherein the text input method further comprises:
updating the historical input characters into current input characters, and judging whether to exit from a current text input box;
when judging that the current text input box exits, ending the input of the current text input box; otherwise, continuing to receive the current input character of the text input box.
7. A text input device supporting a backspace input method, comprising:
the input acquisition module is used for acquiring the current input character of the text input box; the text input box is a pure digital input box;
the first judging module is used for judging the type of the current input character; wherein the types include numeric, backspace, and other character types;
the second judging module is used for acquiring the historical input characters and judging the types of the historical input characters when judging that the types of the current input characters are backspace types; wherein the historical input characters are characters input last time;
and the first execution module is used for setting the current input character as a null value when judging that the type of the historical input character is other character types.
8. The text input apparatus supporting a backspace input method according to claim 7, wherein the first determining module is configured to:
judging whether the current input character is of a first character type; when the current input character is judged to be not the first character type, judging whether the current input character is a second character type; wherein the first character type is one of numeric, backspace, and other character types; the second character type is another one of numeric type, backspace type and other character types.
The second judging module is configured to:
judging whether the historical input characters are of a first character type; when the historical input character is judged not to be the first character type, judging whether the historical input character is a second character type; wherein the first character type is one of numeric, backspace, and other character types; the second character type is another one of numeric type, backspace type and other character types.
9. A text input device supporting a backspace input method comprising a processor, a memory, and a computer program stored in the memory; the computer program is executable by the processor to implement a text input method supporting a backspace input method as claimed in any one of claims 1 to 6.
10. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus on which the computer-readable storage medium is located to perform the text input method supporting a backspace input method according to any one of claims 1 to 6.
CN202210856978.2A 2022-07-20 2022-07-20 Text input method, equipment, device and storage medium for supporting backspace input method Pending CN115220582A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210856978.2A CN115220582A (en) 2022-07-20 2022-07-20 Text input method, equipment, device and storage medium for supporting backspace input method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210856978.2A CN115220582A (en) 2022-07-20 2022-07-20 Text input method, equipment, device and storage medium for supporting backspace input method

Publications (1)

Publication Number Publication Date
CN115220582A true CN115220582A (en) 2022-10-21

Family

ID=83614800

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210856978.2A Pending CN115220582A (en) 2022-07-20 2022-07-20 Text input method, equipment, device and storage medium for supporting backspace input method

Country Status (1)

Country Link
CN (1) CN115220582A (en)

Similar Documents

Publication Publication Date Title
US7003725B2 (en) Method and system for normalizing dirty text in a document
US10175776B2 (en) Keyboard mode selection based on input field type
GB1595932A (en) Apparatus for forming hyphenated words
CN112559672B (en) Information detection method, electronic device and computer storage medium
US4181972A (en) Means and methods for automatic hyphenating words
CN104346035A (en) Indicating automatically corrected words
CN115220582A (en) Text input method, equipment, device and storage medium for supporting backspace input method
JPH0365757A (en) Sentence processor
JPS5994131A (en) Word processor
CN114239493A (en) Data interception method and device
CN114462381A (en) Data processing method, device, equipment and storage medium
CN111859901A (en) English repeated text detection method, system, terminal and storage medium
JPH0683812A (en) Kana/kanji converting device for document input device
JP2021018520A (en) Information processor, information processing method, and program
CN116346509B (en) Hard coding certificate detection method, system, equipment and readable storage medium
CN112462953B (en) Dynamic input method and device
US5600556A (en) Word processor that automatically capitalizes the first letter of sentence
JP5315712B2 (en) Electronic device having arithmetic function and arithmetic processing program
CN113504836B (en) Information input method and electronic equipment
JP7268316B2 (en) Information processing device and program
JP2023002091A (en) Information processing system, method and program
JPH0721171A (en) Key input correcting device
JP2014026514A (en) Character input support program, character input support method, and character input support device
CN113553832A (en) Word processing method and device, electronic equipment and computer readable storage medium
CN115617392A (en) Version number determination method and device

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