WO2012083719A1 - 基于方向键的文字输入方法及装置 - Google Patents

基于方向键的文字输入方法及装置 Download PDF

Info

Publication number
WO2012083719A1
WO2012083719A1 PCT/CN2011/078979 CN2011078979W WO2012083719A1 WO 2012083719 A1 WO2012083719 A1 WO 2012083719A1 CN 2011078979 W CN2011078979 W CN 2011078979W WO 2012083719 A1 WO2012083719 A1 WO 2012083719A1
Authority
WO
WIPO (PCT)
Prior art keywords
key
letter
letters
direction key
text input
Prior art date
Application number
PCT/CN2011/078979
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 华为技术有限公司
Priority to CN201180001483.1A priority Critical patent/CN103026319B/zh
Priority to PCT/CN2011/078979 priority patent/WO2012083719A1/zh
Publication of WO2012083719A1 publication Critical patent/WO2012083719A1/zh
Priority to US14/143,445 priority patent/US9201509B2/en

Links

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
    • G06F3/0236Character input methods using selection techniques to select from displayed items
    • 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/002Specific input/output arrangements not covered by G06F3/01 - G06F3/16
    • G06F3/005Input arrangements through a video camera
    • 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/018Input/output arrangements for oriental characters
    • 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
    • G06F3/0234Character input methods using switches operable in different directions
    • 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
    • G06F3/0237Character input methods using prediction or retrieval techniques

Definitions

  • the present invention relates to the field of terminal technologies, and in particular, to a character input method and apparatus based on a direction key. Background technique
  • the commonly used arrow-based text input method is to select a character by moving the cursor.
  • a soft keyboard containing 26 letters is displayed on the display screen, and a cursor is provided in the default position for use in the soft keyboard. Identify the currently selected letter; trigger the corresponding moving cursor according to the up, down, left, and right direction keys; When receiving the trigger of the OK key, input the letter of the cursor position into the text.
  • Embodiments of the present invention provide a text input method and apparatus based on a direction key, which can simplify a text input operation and improve input efficiency and user experience.
  • a text input method based on a direction key comprising:
  • the letter identified by the selection cursor is input to the text input area in accordance with a predetermined selection rule.
  • a text input interface based on a direction key including:
  • the letter set corresponding to the up direction key is arranged and displayed in a direction from bottom to top, and an alphabet selection cursor is displayed in a default position;
  • the letter set corresponding to the down arrow key is arranged and displayed in a direction from top to bottom, and the letter selection cursor is displayed in the default position;
  • the letter set corresponding to the left arrow key is arranged and displayed in a left-to-right direction, and the letter selection cursor is displayed in the default position;
  • the letter set corresponding to the right direction key is arranged and displayed in a right-to-left direction, and the letter selection cursor is displayed in the default position.
  • a text input device based on a direction key comprising:
  • An obtaining unit configured to query a letter database according to a trigger of a direction key, and obtain a letter set corresponding to the direction key;
  • a display unit configured to arrange the set of letters corresponding to the direction key according to a predetermined rule and partially or completely expand and display the display in the display area;
  • a cursor display unit configured to display a selection cursor in a default position in the display area, wherein the selection cursor is used to identify a currently selected letter
  • an input unit configured to input the letter identified by the selection cursor to the text input area according to a predetermined selection rule.
  • the method and device for inputting a text based on a direction key can call up a corresponding letter set according to triggering of different direction keys, and is reduced compared with a method in which 26 letters are displayed on a screen in the prior art.
  • the range of letter selection reduces the movement of the cursor and avoids occlusion of the screen.
  • the selection of the letters is made.
  • Simply moving the cursor in one direction eliminates the need to repeatedly switch between multiple arrow keys or move the cursor back and forth in a two-dimensional soft keyboard, simplifying text input operations and improving input efficiency and user experience.
  • FIG. 1 is a flowchart of a method for inputting characters based on a direction key according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of a method for inputting characters based on a direction key according to Embodiment 2 of the present invention
  • FIG. 3 is a flowchart of Embodiment 2 of the present invention
  • a method for classifying alphabetic sets
  • Embodiment 4 is a display effect diagram of Embodiment 2 of the present invention.
  • FIG. 5 is another display effect diagram of Embodiment 2 of the present invention.
  • FIG. 6 is another display effect diagram of Embodiment 2 of the present invention.
  • Figure 7 is another display effect diagram of Embodiment 2 of the present invention.
  • FIG. 8 is a schematic diagram of a text input interface based on a direction key according to Embodiment 3 of the present invention
  • FIG. 9 is a schematic diagram of another text input interface based on a direction key according to Embodiment 3 of the present invention
  • FIG. 1 is a schematic diagram of another character input interface based on a direction key according to Embodiment 3 of the present invention
  • FIG. 12 is another schematic diagram of a character input interface according to Embodiment 3 of the present invention
  • FIG. 13 is a schematic diagram of a composition of a text input device based on a direction key according to Embodiment 4 of the present invention
  • FIG. 14 is a schematic diagram showing another composition of a character input device based on a direction key in Embodiment 4 of the present invention.
  • FIG. 15 is a schematic diagram showing another composition of a character input device based on a direction key according to Embodiment 4 of the present invention.
  • FIG. 16 is a schematic diagram showing the composition of another character input device based on a direction key in Embodiment 4 of the present invention. detailed description
  • An embodiment of the present invention provides a text input method based on a direction key. As shown in FIG. 1, the method includes: 101. Query a letter database according to a trigger of a direction key, and obtain a set of letters corresponding to the direction key.
  • the letter database is pre-defined, and the arrow keys and corresponding letter sets are included in the letter database.
  • the set of letters corresponding to the direction key is arranged according to a predetermined rule and partially or completely expanded to be displayed in the display area.
  • the selection cursor may be in the form of a box, highlighting the current item or bolding, etc.
  • the form of the selection cursor includes, but is not limited to, the above-mentioned form, and other forms of selection cursors are not described herein again.
  • the method for selecting a letter may be to move the cursor by a continuous trigger of the same direction key, or to move the cursor through the volume key, and to select a letter or the like by using a numeric key.
  • the method for moving the cursor or selecting a letter in the embodiment of the present invention includes However, it is not limited to the above method, and other methods for moving the cursor or selecting a letter will not be repeated here.
  • the terminal can input the Chinese characters according to the pinyin input by the user.
  • the Chinese character database is searched according to the alphabetic pinyin of the text input area, and the Chinese character corresponding to the alphabetic pinyin is obtained.
  • the text The letter of the input area is deleted, and the Chinese character corresponding to the letter pinyin is input to the text input area.
  • the method for inputting characters based on the direction key according to the embodiment of the present invention can trigger the corresponding letter set according to the triggering of different direction keys, and the letter is reduced compared with the method of displaying 26 letters on the screen in the prior art.
  • the range of selection reduces the movement of the cursor and avoids occlusion of the screen.
  • the selection of the letters only needs to move the cursor in one direction, and it is not necessary to repeatedly switch among the plurality of direction keys or move the cursor back and forth in the two-dimensional soft keyboard, simplifying the text input operation. , improved input efficiency and user experience.
  • An embodiment of the present invention provides a text input method based on a direction key. As shown in FIG. 2, the method includes: 201. Query a letter database according to a trigger of a direction key, and obtain a set of letters corresponding to the direction key.
  • the set of letters corresponding to the direction key may be formed by pre-defining: according to the law of human perception of the pattern and the geometric features of the handwritten characters of the alphabet, 26 English letters are classified to obtain a set of letters having similar characteristics, and The divided sets of letters are associated with each of the direction keys. Specifically, as shown in FIG. 3, according to the human's intuitive feeling of the graphic direction, the 26-letter handwriting is classified according to the different opening directions, the circular arc orientation, whether there is a tip sharp point, or whether a symmetric form is present. classification. Since each letter contains different geometric features, a letter may also contain multiple geometric features. Therefore, each letter is selected with an opening higher than the arc, an arc higher than the sharp point, and a sharp point higher than the symmetric priority.
  • the set of letters corresponding to the up arrow key is: f, i, j, t, u, v, w; the set of letters corresponding to the down arrow key is: h, m, n; the set of letters corresponding to the left arrow key
  • the set of letters corresponding to the center key is: 1, o, s, x.
  • the method for classifying letters includes, but is not limited to, the above methods, and other reasonable classification methods may also be applied to the embodiments of the present invention.
  • the direction key includes an up, down, left, and right direction keys and a center key.
  • the terminal device to which the present invention can be applied includes, but is not limited to, a TV remote control input device, a mobile phone, a computer, etc., any device including a direction key and a center key, or a device that can replace the direction key and the center key with other keys.
  • the text input method of the present invention is used.
  • the set of letters corresponding to the direction key is arranged according to a predetermined rule and partially or completely expanded and displayed in the display area.
  • the predetermined rule of the alphabetic arrangement may be arranged in descending order of alphabetic use frequency, in alphabetical order in alphabets, or in random order, and the alphabet set may also take other predetermined rules. Arrangement, the embodiment of the present invention is no longer described.
  • the letter set is displayed, some or all of the letters in the letter set can be displayed in the display area according to the display condition of the text input device.
  • Steps 202 and 203 the alphabet set corresponding to the direction key is arranged according to a predetermined rule and partially or completely expanded, and displayed in the display area, and the method of displaying the selection cursor in the default position in the display area may be displayed.
  • the trigger of the direction key is the trigger of the up direction key
  • the letter set corresponding to the up direction key is arranged and displayed in a direction from bottom to top
  • the first letter position is displayed from bottom to top.
  • Select the cursor When the trigger of the direction key is the trigger of the downward direction key, the letter set corresponding to the downward direction key is arranged and displayed in a direction from top to bottom, and is displayed in the first letter position from top to bottom.
  • the selection cursor is the trigger of the direction key.
  • the letter set corresponding to the left direction key is arranged and displayed in a left-to-right direction, and is displayed in the first letter position from left to right.
  • the selection cursor When the trigger of the direction key is the trigger of the right direction key, the set of letters corresponding to the right direction key is arranged and displayed in a right-to-left direction, and displayed in the first letter position from right to left.
  • the selection cursor When the trigger of the direction key is the trigger of the center key, the letter set corresponding to the direction key is arranged and displayed in a clockwise/counterclockwise direction, and the first letter position in the forward/counterclockwise direction starts at 0 o'clock.
  • the selection cursor is displayed.
  • the letter set "h, m, n" corresponding to the down arrow key is arranged and displayed in the direction from top to bottom, and is displayed first.
  • the letter h position shows the selection cursor.
  • step 204 Determine whether a re-trigger of the direction key is received within a predetermined time; if the re-trigger of the direction key is received within a predetermined time, perform step 205; if the direction key is not received within a predetermined time If it is triggered again, step 206 is performed.
  • the method for inputting the letter identified by the selection cursor to the text input area according to a predetermined selection rule may be: if the re-trigger of the direction key is received within a predetermined time, the selection cursor is as described The direction direction of the arrow keys is sequentially moved to the next letter in the alphabet arrangement. If the re-trigger of the direction key is not received within a predetermined time, the letter of the selected cursor position is input to the text input area, and the letter arrangement is hidden.
  • the method of inputting the letter identified by the selection cursor to the text input area according to a predetermined selection rule may also be: inputting the letter identified by the selection cursor into the text input area according to the selection instruction. For example, by selecting a selection command such as a button or a numeric button, the letter identified by the selection cursor is input to the text input area.
  • the next letter is the first letter of the alphabet arrangement, so that the cursor can be cyclically moved on the alphabet arrangement by continuous triggering of the same direction key.
  • step 203 the corresponding letter arrangement is obtained by triggering the down arrow key and the selection cursor is displayed in the letter h position, if the trigger of the down arrow key is received again within a predetermined time. , then move the selection cursor order to the next letter m .
  • FIG. 5 after the state of FIG. 4 is presented, the selection cursor position obtained by triggering the downward direction key twice is received.
  • the cursor is located at the last letter in the alphabet arrangement currently displayed on the screen, so when the departure of the down arrow key is received again, the next letter of the cursor movement is selected as the first letter of the current arrangement, that is, the letter h position. , return to the state shown in Figure 4.
  • the letter of the selected cursor position is input to the text input area, and the letter arrangement is hidden. Still taking the input state in FIG. 4 as an example, if the trigger of the down arrow key is not received again within the predetermined time, the letter h is input to the text input area, and the previously displayed letter arrangement is hidden, as shown in the figure. 6 is shown.
  • the Chinese character database is searched according to the alphabetic pinyin "hao" that has been input in the text input area, and the Chinese character set "good, number, ho, ho", etc., which is matched with the pinyin "hao", is obtained.
  • the Chinese character set is displayed in a predetermined display rule.
  • the specific display rule may be determined according to the specific situation of the display screen or the input terminal, and is not limited herein.
  • the selected one of the Chinese character sets obtained in step 207 is input into the text input area, and the letter area is matched with the alphabetic pinyin, and the display column of the Chinese character set is hidden.
  • the Chinese character "good” can be input to the text input area by the number key 1.
  • the method for selecting or inputting a Chinese character includes, but is not limited to, the above method, and may be determined according to the specific conditions of the input device, for example, moving the cursor through a volume key, etc., and the embodiment of the present invention will not be described again here.
  • the method for inputting characters based on the direction key according to the embodiment of the present invention can trigger the corresponding letter set according to the triggering of different direction keys, and the letter is reduced compared with the method of displaying 26 letters on the screen in the prior art.
  • the range of selection reduces the movement of the cursor and avoids occlusion of the screen.
  • the selection of the letters only needs to move the cursor in one direction, and it is not necessary to repeatedly switch among the plurality of direction keys or move the cursor back and forth in the two-dimensional soft keyboard, simplifying the text input operation. , improved input efficiency and user experience.
  • the embodiment of the invention provides a text input interface based on a direction key, including:
  • the letter set corresponding to the up arrow key is arranged and displayed in the direction from bottom to top, and the letter selection cursor is displayed in the default position.
  • the letter set corresponding to the down arrow key is arranged and displayed in a top-down direction, and the letter selection cursor is displayed in the default position.
  • the letter sets corresponding to the left direction key are arranged and displayed in a left-to-right direction, and the letter selection cursor is displayed in the default position.
  • the letter set corresponding to the rightward direction key is arranged and displayed in a right-to-left direction, and the letter selection cursor is displayed in the default position.
  • the center key triggers the text input interface
  • the letter set corresponding to the direction key is arranged and displayed in a clockwise/counterclockwise direction, and the letter selection cursor is displayed in the default position.
  • the set of letters corresponding to the up arrow key is: f, i, j, t, u, v, w.
  • the set of letters corresponding to the down arrow key is: h, m, n.
  • the set of letters corresponding to the left arrow key is: a, d, g, q, y, z.
  • the set of letters corresponding to the right arrow key is: b, c, e, k, p, r.
  • the set of letters corresponding to the center key is: 1, o, s, x.
  • the letter sets corresponding to the up direction key, the down direction key, the left direction key, the right direction key, and the center key are arranged in descending order of alphabet use frequency, according to letters in the alphabet. Arrange sequentially, or in random order.
  • the text input interface based on the direction key provided by the embodiment of the present invention can trigger the corresponding letter set according to the triggering of different direction keys, and the method of displaying 26 letters on the screen in the prior art.
  • the range of letter selection is reduced, the movement of the cursor is reduced, and the occlusion of the screen is avoided.
  • the selection of the letters only needs to move the cursor in one direction, and it is not necessary to repeatedly switch among the plurality of direction keys or move the cursor back and forth in the two-dimensional soft keyboard, simplifying the text input operation. , improved input efficiency and user experience.
  • the embodiment of the present invention provides a text input device based on a direction key. As shown in FIG. 13, the method includes: an obtaining unit 31, a display unit 32, a cursor display unit 33, and an input unit 34.
  • the obtaining unit 31 is configured to query the letter database according to the trigger of the direction key, and obtain a letter set corresponding to the direction key.
  • the display unit 32 is configured to arrange the letter sets corresponding to the direction keys according to a predetermined rule and partially or completely expand them to be displayed in the display area.
  • the cursor display unit 33 is configured to display a selection cursor in a default position in the display area, wherein the selection cursor is used to identify the currently selected letter.
  • the input unit 34 is configured to input the letter identified by the selection cursor to the text input area according to a predetermined selection rule.
  • the letter set corresponding to the direction key is: a set of letters corresponding to each direction key obtained by classifying 26 English letters according to a law of human perception of graphics.
  • the direction keys include up, down, left, right arrow keys and a center key.
  • the set of letters corresponding to the direction key is formed by pre-defining, wherein predefining the set of letters comprises: a set of letters having similar features divided according to geometric features of handwritten characters of the alphabet, and dividing the The resulting set of letters is associated with the corresponding arrow key.
  • the set of letters having similar features divided by the geometric features of the handwritten characters of the alphabet, and associating the divided sets of letters with the corresponding direction keys comprises: the handwriting of the letters is according to the following rules: The direction is different, the direction of the arc is different, whether there is a tip point, and whether it is symmetrically classified.
  • the corresponding classification method is selected for each letter, and the priority principle of the classification method is: the opening is higher than the arc, the arc is higher than the sharp point, and the sharp point is higher than the symmetry.
  • the set of letters having similar features divided by the geometric features of the handwritten characters of the alphabet, and associating the separated set of letters with the corresponding direction keys further includes:
  • the set of letters corresponding to the up arrow key is: f, i, j, t, u, v, w.
  • the set of letters corresponding to the down arrow key is: h, m, n.
  • the set of letters corresponding to the left arrow key is: a, d, g, q, y, z.
  • the set of letters corresponding to the right arrow key is: b, c, e, k, p, r.
  • the set of letters corresponding to the center key is: 1, o, s, x.
  • the display unit 32 is further configured to: arrange the frequency of the letters in descending order according to the alphabetic order, arrange the letters in the order of the alphabets, or arrange them in a random order.
  • the display unit 32 includes: an upward arrangement module 321, a downward arrangement module 322, a left alignment module 323, a right alignment module 324, and a rotation alignment module 325.
  • the downward arrangement module 322 is configured to: when the trigger of the direction key is a trigger of a downward direction key, arrange and display the letter set corresponding to the downward direction key in a direction from top to bottom, and in a default position The selection cursor is displayed.
  • the alphabet set corresponding to the left direction key is arranged and displayed in a left-to-right direction, and is in the default position.
  • the selection cursor is displayed.
  • the alphabet set corresponding to the right direction key is arranged and displayed in a right-to-left direction, and is in the default position.
  • the selection cursor is displayed.
  • a rotation arrangement module 325 configured to: when the trigger of the direction key is a trigger of the center key, arrange and display the letter set corresponding to the direction key in a clockwise/counterclockwise direction, and display the selection cursor in a default position.
  • the input unit 34 is further configured to: when the selection cursor maintains a correspondence relationship with the letter identified by the selection cursor or the relative position does not change within a specific time period, The letter identified by the cursor is input into the text input area; or the letter identified by the selection cursor is input into the text input area according to the selection instruction.
  • the input unit 34 includes: a mobile module 341 and an input module 342.
  • the moving module 341 is configured to, when receiving the re-triggering of the direction key within a predetermined time, move the selection cursor to the next letter in the alphabetical arrangement in the direction corresponding to the direction key.
  • the moving module 341 is further configured to move the selection cursor to the first letter of the alphabet arrangement when the selection cursor is at the last letter position of the alphabet arrangement.
  • the input module 342 is configured to input the letter of the selection cursor position to the text input area when the re-trigger of the direction key is not received within a predetermined time.
  • the arrow key-based text input device further includes: a Chinese character acquisition unit 35.
  • the Chinese character acquisition unit 35 is configured to query the Chinese character database according to the alphabetic pinyin of the text input area, and obtain a Chinese character corresponding to the alphabetic pinyin.
  • the input unit 34 is further configured to delete the letter of the text input area, and input the Chinese character corresponding to the letter pinyin into the text input area according to the user's selection.
  • the text input device based on the direction key provided by the embodiment of the present invention can trigger the corresponding letter set according to the triggering of different direction keys, and the letter is reduced compared with the method of displaying 26 letters on the screen in the prior art.
  • the range of selection reduces the movement of the cursor and avoids occlusion of the screen.
  • the selection of the letters only needs to move the cursor in one direction, and it is not necessary to repeatedly switch among the plurality of direction keys or move the cursor back and forth in the two-dimensional soft keyboard, simplifying the text input operation. , improved input efficiency and user experience.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a readable storage medium, such as a floppy disk of a computer.
  • a hard disk or optical disk or the like includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in various embodiments of the present invention.

Description

基于方向键的文字输入方法及装置 技术领域
本发明涉及终端技术领域, 尤其涉及一种基于方向键的文字输入方法及 装置。 背景技术
随着数字技术的发展, 终端设备上的功能和应用种类越来越多, 其中文 字输入作为一项重要的辅助功能, 在众多终端和应用中得到广泛的运用。 然 而终端设备为了提高性能和精简按键, 通常在输入终端上只提供方向键及少 量其他按键, 因此在这样的终端上主要通过方向键实现文字的输入。
目前常用的基于方向键的文字输入方法为, 通过移动光标来选择字符, 具体的: 将包含 26个字母的软键盘呈现在显示屏上, 并在默认位置提供一个 光标, 用于在软键盘中标识当前选定的字母; 根据上下左右四个方向键的触 发相应的移动光标; 当接收到确定键的触发时, 将光标位置的字母输入到文 本中。
在实现上述基于方向键的文字输入的过程中, 发明人发现现有技术中至 少存在如下问题: 通过方向键移动光标来选取字符, 在移动光标时需要在各 个方向键之间反复转换并来回移动光标, 导致文字输入的操作复杂, 输入效 率较低, 降低了用户体验。 发明内容
本发明的实施例提供一种基于方向键的文字输入方法及装置, 能够简化 文字输入操作, 提高了输入效率和用户体验。
一种基于方向键的文字输入方法, 包括:
根据方向键的触发查询字母数据库, 并得到与所述方向键对应的字母集 合;
将所述与所述方向键对应的字母集合按照预定规律排列并部分或者全部 展开后显示于显示区域内;
在所述显示区域内的默认位置显示选择光标, 其中所述选择光标用于标 识当前选定的字母;
根据预定的选择规则将由所述选择光标所标识的字母输入到文字输入区 域。
一种基于方向键的文字输入界面, 包括:
当向上方向键触发文字输入界面时, 将所述向上方向键对应的字母集合 按照从下向上的方向排列并显示, 并在默认位置显示字母选择光标;
当向下方向键触发文字输入界面时, 将所述向下方向键对应的字母集合 按照从上向下的方向排列并显示, 并在默认位置显示字母选择光标;
当向左方向键触发文字输入界面时, 将所述向左方向键对应的字母集合 按照从左向右的方向排列并显示, 并在默认位置显示字母选择光标;
当向右方向键触发文字输入界面时, 将所述向右方向键对应的字母集合 按照从右向左的方向排列并显示, 并在默认位置显示字母选择光标。
一种基于方向键的文字输入装置, 包括:
获取单元, 用于根据方向键的触发查询字母数据库, 并得到与所述方向 键对应的字母集合;
显示单元, 用于将所述与所述方向键对应的字母集合按照预定规律排列 并部分或者全部展开后显示于显示区域内;
光标显示单元, 用于在所述显示区域内的默认位置显示选择光标, 其中 所述选择光标用于标识当前选定的字母;
输入单元, 用于根据预定的选择规则将由所述选择光标所标识的字母输 入到文字输入区域。
本发明实施例提供的基于方向键的文字输入方法及装置, 能够根据不同 方向键的触发调出对应的字母集合, 与现有技术中将 26个字母均显示在屏幕 上的方法相比, 缩小了字母选择的范围, 减少了光标的移动操作, 并避免了 对屏幕的遮挡。 并且, 通过将字母集合进行单线排列显示, 使得字母的选择 只需在一个方向上移动光标, 无需在多个方向键中反复切换或在二维的软键 盘中来回移动光标, 简化了文字输入操作, 提高了输入效率和用户体验。 附图说明 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1为本发明实施例 1中的基于方向键的文字输入方法流程图; 图 2为本发明实施例 2中的基于方向键的文字输入方法流程图; 图 3为本发明实施例 2中的一种字母集合分类方法;
图 4为本发明实施例 2中的一种显示效果图;
图 5为本发明实施例 2中的另一种显示效果图;
图 6为本发明实施例 2中的另一种显示效果图;
图 7为本发明实施例 2中的另一种显示效果图;
图 8为本发明实施例 3中的一种基于方向键的文字输入界面示意图; 图 9为本发明实施例 3中的另一种基于方向键的文字输入界面示意图; 图 1 0为本发明实施例 3中的另一种基于方向键的文字输入界面示意图; 图 1 1为本发明实施例 3中的另一种基于方向键的文字输入界面示意图; 图 12为本发明实施例 3中的另一种基于方向键的文字输入界面示意图; 图 1 3 为本发明实施例 4 中的一种基于方向键的文字输入装置组成示意 图;
图 14为本发明实施例 4中的另一种基于方向键的文字输入装置组成示意 图;
图 1 5为本发明实施例 4中的另一种基于方向键的文字输入装置组成示意 图;
图 1 6为本发明实施例 4中的另一种基于方向键的文字输入装置组成示意 图。 具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作 出创造性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
实施例 1
本发明实施例提供一种基于方向键的文字输入方法, 如图 1所示, 包括: 101、 根据方向键的触发查询字母数据库, 并得到与所述方向键对应的字 母集合。
其中, 所述字母数据库为预先定义的, 在字母数据库中包含方向键及对 应的字母集合。
102、 将所述与所述方向键对应的字母集合按照预定规律排列并部分或者 全部展开后显示于显示区域内。
103、 在所述显示区域内的默认位置显示选择光标, 其中所述选择光标用 于标识当前选定的字母。
其中, 选择光标的形式可以为选框、 高亮显示当前项或加粗等等, 选择 光标的形式包括但不局限于上述形式, 其他形式的选择光标本发明实施例这 里不再——赘述。
104、 根据预定的选择规则将由所述选择光标所标识的字母输入到文字输 入区域。
其中, 选择字母的方法可以为通过同一方向键的连续触发移动光标, 也 可以为通过音量键移动光标, 还可以为通过数字键选择字母等等, 本发明实 施例中移动光标或选择字母的方法包括但不局限于以上方法, 其他移动光标 或选择字母的方法本发明实施例这里将不再——赘述。
另外, 当本发明提供的文字输入方法被设置为汉字模式时, 终端可以根 据用户已输入的字母拼音实现汉字的输入。 具体的, 根据所述文字输入区域 的字母拼音查询汉字数据库, 得到与所述字母拼音对应的汉字。 将所述文字 输入区域的字母删除, 并将所述字母拼音对应的汉字输入到所述文字输入区 域。
本发明实施例提供的基于方向键的文字输入方法, 能够根据不同方向键 的触发调出对应的字母集合, 与现有技术中将 26个字母均显示在屏幕上的方 法相比, 缩小了字母选择的范围, 减少了光标的移动操作, 并避免了对屏幕 的遮挡。 并且, 通过将字母集合进行单线排列显示, 使得字母的选择只需在 一个方向上移动光标, 无需在多个方向键中反复切换或在二维的软键盘中来 回移动光标, 简化了文字输入操作, 提高了输入效率和用户体验。
实施例 2
本发明实施例提供一种基于方向键的文字输入方法, 如图 2所示, 包括: 201、 根据方向键的触发查询字母数据库, 并得到与所述方向键对应的字 母集合。
其中, 所述方向键对应的字母集合可以通过预定义形成: 按照人类对图 形感知的规律和字母的手写体的几何形状特征, 将 26个英文字母进行分类得 到具有类似特征的字母集合, 并将所划分出的字母集合分别与各个方向键相 关联。 具体的, 如图 3所示, 根据人类对图形方向的直观感受, 将 26个字母 的手写体按照开口方向的不同、 圓弧朝向的不同、 是否有顶端尖点、 是否呈 现对称形式等分类方法进行分类。 由于每个字母包含的几何形状特征不同, 一个字母也可能包含多个几何形状特征, 因此以开口高于圓弧, 圓弧高于尖 点, 尖点高于对称的优先级原则选择每个字母的分类方法。 例如, 字母 b 既 有顶端尖点又有圓弧, 则优先按照圓弧的朝向进行分类, 将字母 b 划分到圓 弧朝右的字母集合中。 因此, 得到图 3 中的字母分类方法。 与向上方向键对 应的字母集合为: f、 i、 j、 t、 u、 v、 w; 与向下方向键对应的字母集合为: h、 m、 n; 与向左方向键对应的字母集合为: a、 d、 g、 q 、 y、 z ; 与向右方 向键对应的字母集合为: b、 c、 e、 k、 p、 r ; 与中心键对应的字母集合为: 1、 o、 s、 x。 需要说明的是, 对于字母的分类方法包括但不局限于上述方法, 其 他合理的分类方法也可以应用到本发明实施例中。 其中, 所述方向键包含向上、 向下、 向左、 向右方向键以及中心键。 需 要说明的是, 本发明可以应用的终端设备包括但不仅限于电视遥控输入装置、 手机、 电脑等, 任何包含方向键及中心键的设备或可以将其他按键代替方向 键及中心键的设备均可釆用本发明的文字输入方法。
202、 将所述与所述方向键对应的字母集合按照预定规律排列并部分或者 全部展开后显示于显示区域内。
其中, 字母集合排列的预定规律可以为按照字母使用频率由高到低顺序 排列、 按照字母在字母表中的先后顺序依次排列, 或者按照随机的顺序排列, 字母集合还可以釆取其他的预定规律排列, 本发明实施例不再——赘述。 在 将字母集合显示时, 可以根据文字输入设备的显示情况, 将字母集合中的部 分或者全部字母显示于显示区域内。
203、 在所述显示区域内的默认位置显示选择光标, 其中所述选择光标用 于标识当前选定的字母。
其中, 通过步骤 202与步骤 203 , 将所述方向键对应的字母集合按照预定 规律排列并部分或者全部展开后显示于显示区域内, 并在所述显示区域内的 默认位置显示选择光标的方法可以为: 当所述方向键的触发为向上方向键的 触发时, 将所述向上方向键对应的字母集合按照从下向上的方向排列并显示, 并在从下向上第一个字母位置显示所述选择光标。 当所述方向键的触发为向 下方向键的触发时, 将所述向下方向键对应的字母集合按照从上向下的方向 排列并显示, 并在从上向下第一个字母位置显示所述选择光标。 当所述方向 键的触发为向左方向键的触发时, 将所述向左方向键对应的字母集合按照从 左向右的方向排列并显示, 并在从左向右第一个字母位置显示所述选择光标。 当所述方向键的触发为向右方向键的触发时, 将所述向右方向键对应的字母 集合按照从右向左的方向排列并显示, 并在从右向左第一个字母位置显示所 述选择光标。 当所述方向键的触发为中心键的触发时, 将所述方向键对应的 字母集合按照顺 /逆时针方向环绕排列并显示, 并在 0点开始顺 /逆时针方向 的第一个字母位置显示所述选择光标。 例如, 当接收到向下方向键的触发时, 如图 4 所示, 将向下方向键对应 的字母集合 "h、 m、 n" 按照从上向下的方向排列并显示, 并在第一个字母 h 位置显示选择光标。
204、 确定在预定时间内是否接收到所述方向键的再次触发; 若在预定时 间内接收到所述方向键的再次触发, 则执行步骤 205 ; 若在预定时间内没有接 收到所述方向键的再次触发, 则执行步骤 206。
其中, 根据预定的选择规则将由所述选择光标所标识的字母输入到文字 输入区域的方法可以为: 若在预定时间内接收到所述方向键的再次触发, 则 将所述选择光标按照所述方向键对应的方向顺序移动到字母排列中的后一个 字母。 若在预定时间内没有接收到所述方向键的再次触发, 则将所述选择光 标位置的字母输入到文字输入区域, 并隐藏所述字母排列。 根据预定的选择 规则将由所述选择光标所标识的字母输入到文字输入区域的方法也可以为: 根据选择指令将所述由所述选择光标所标识的字母输入到文字输入区域中。 例如, 通过确定按键或数字按键等选择指令, 将选择光标所标识的字母输入 到文字输入区域。
205、 将所述选择光标按照所述方向键对应的方向顺序移动到字母排列中 的后一个字母。
其中, 当选择光标位于字母排列的最后一个字母位置时, 所述下一个字 母为所述字母排列的第一个字母, 因此通过同一方向键的连续触发可以实现 光标在字母排列上循环移动。 仍以图 4 中的输入状态为例, 在步骤 203中通 过向下方向键的触发得到对应的字母排列并在字母 h位置显示选择光标, 若 在预定时间内再次接收到向下方向键的触发, 则将选择光标顺序移动到后一 字母 m上。 如图 5所示为呈现图 4的状态后, 再接收到两次向下方向键的触 发得到的选择光标位置。 此时选择光标位于屏幕当前显示的字母排列中的最 后一个字母, 因此当再次接收到向下方向键的出发时, 选择光标移动的后一 个字母为当前排列的第一个字母, 即字母 h位置, 回到图 4显示的状态。
206、 将所述选择光标位置的字母输入到文字输入区域, 并隐藏所述字母 排列。
其中, 当预定时间内没有接收到同一方向键的触发时, 则将所述选择光 标位置的字母输入到文字输入区域, 并隐藏所述字母排列。 仍以图 4 中的输 入状态为例, 若在预定时间内没有再次接收到向下方向键的触发, 则将字母 h 输入到文字输入区域, 并将之前显示的所述字母排列隐藏, 如图 6所示。
207、 根据所述文字输入区域的字母拼音查询汉字数据库, 得到与所述字 母拼音对应的汉字。
其中, 根据所述文字输入区域已输入的字母拼音, 查询预定的汉字数据 库, 得到与所述字母拼音匹配的汉字集合, 并将获取到的汉字集合显示。 例 如, 如图 7所示, 根据文字输入区域已输入的字母拼音 "hao" 查询汉字数据 库, 得到与拼音 "hao" 匹配的汉字集合 "好、 号、 豪、 浩" 等等, 将获取到 的汉字集合以预定的显示规则显示。 其中具体的显示规则可以根据显示屏或 输入终端的具体情况而定, 本发明实施例这里不做限制。
208、 将所述文字输入区域的字母删除, 并根据用户的选择将所述字母拼 音对应的汉字输入到所述文字输入区域。
其中, 根据用户的选择将步骤 207 中获取到的汉字集合中被选择的一个 输入到文字输入区域中, 并将文字区域进行匹配的字母拼音删除, 同时隐藏 汉字集合的显示栏。 仍以图 7 中的输入状态为例, 可以通过数字键 1将汉字 "好" 输入到文字输入区域。 其中汉字选择或输入的方法包括但不仅限于上 述方法, 可以根据输入装置的具体情况而定, 例如通过音量键移动光标等等, 本发明实施例这里将不再——赘述。
本发明实施例提供的基于方向键的文字输入方法, 能够根据不同方向键 的触发调出对应的字母集合, 与现有技术中将 26个字母均显示在屏幕上的方 法相比, 缩小了字母选择的范围, 减少了光标的移动操作, 并避免了对屏幕 的遮挡。 并且, 通过将字母集合进行单线排列显示, 使得字母的选择只需在 一个方向上移动光标, 无需在多个方向键中反复切换或在二维的软键盘中来 回移动光标, 简化了文字输入操作, 提高了输入效率和用户体验。 实施例 3
本发明实施例提供一种基于方向键的文字输入界面, 包括:
如图 8 所示, 当向上方向键触发文字输入界面时, 将所述向上方向键对 应的字母集合按照从下向上的方向排列并显示, 并在默认位置显示字母选择 光标。
如图 9 所示, 当向下方向键触发文字输入界面时, 将所述向下方向键对 应的字母集合按照从上向下的方向排列并显示, 并在默认位置显示字母选择 光标。
如图 10所示, 当向左方向键触发文字输入界面时, 将所述向左方向键对 应的字母集合按照从左向右的方向排列并显示, 并在默认位置显示字母选择 光标。
如图 11所示, 当向右方向键触发文字输入界面时, 将所述向右方向键对 应的字母集合按照从右向左的方向排列并显示, 并在默认位置显示字母选择 光标。
如图 12所示, 当中心键触发文字输入界面时, 将所述方向键对应的字母 集合按照顺 /逆时针方向环绕排列并显示, 并在默认位置显示字母选择光标。
进一步的, 如图 3所示, 在该基于方向键的文字输入界面中:
与向上方向键对应的字母集合为: f、 i、 j、 t、 u、 v、 w。
与向下方向键对应的字母集合为: h、 m、 n。
与向左方向键对应的字母集合为: a、 d、 g、 q、 y、 z。
与向右方向键对应的字母集合为: b、 c、 e、 k、 p、 r。
与中心键对应的字母集合为: 1、 o、 s、 x。
进一步的, 将与所述向上方向键、 向下方向键、 向左方向键、 向右方向 键及中心键对应的字母集合按照字母使用频率由高到低顺序排列, 按照字母 在字母表中的先后顺序依次排列, 或者按照随机的顺序排列。
本发明实施例提供的基于方向键的文字输入界面, 能够根据不同方向键 的触发调出对应的字母集合, 与现有技术中将 26个字母均显示在屏幕上的方 法相比, 缩小了字母选择的范围, 减少了光标的移动操作, 并避免了对屏幕 的遮挡。 并且, 通过将字母集合进行单线排列显示, 使得字母的选择只需在 一个方向上移动光标, 无需在多个方向键中反复切换或在二维的软键盘中来 回移动光标, 简化了文字输入操作, 提高了输入效率和用户体验。
实施例 4
本发明实施例提供一种基于方向键的文字输入装置,如图 13所示, 包括: 获取单元 31、 显示单元 32、 光标显示单元 33、 输入单元 34。
获取单元 31 , 用于根据方向键的触发查询字母数据库, 并得到与所述方 向键对应的字母集合.
显示单元 32 , 用于将与所述方向键对应的字母集合按照预定规律排列并 部分或者全部展开后显示于显示区域内。
光标显示单元 33 , 用于在所述显示区域内的默认位置显示选择光标, 其 中所述选择光标用于标识当前选定的字母。
输入单元 34 , 用于根据预定的选择规则将由所述选择光标所标识的字母 输入到文字输入区域。
其中, 所述方向键对应的字母集合为: 按照人类对图形感知的规律, 将 26个英文字母进行分类得到的分别与各个方向键对应的字母集合。 所述方向 键包含向上、 向下、 向左、 向右方向键以及中心键。
进一步的, 所述方向键对应的字母集合通过预定义形成, 其中, 预定义 所述的字母集合包括: 按照字母的手写体的几何形状特征所划分出的具有类 似特征的字母集合, 并将所划分出的字母集合与对应的方向键相关联。
进一步的, 所述按照字母的手写体的几何形状特征所划分出的具有类似 特征的字母集合, 并将所划分出的字母集合与对应的方向键相关联包括: 将 字母的手写体按照如下规则: 开口方向的不同、 圓弧朝向的不同、 是否有顶 端尖点、 是否呈现对称形式进行分类。
进一步的, 将字母进行分类时, 各个字母选取对应的分类方法, 分类方 法的优先级原则为: 开口高于圓弧, 圓弧高于尖点, 尖点高于对称。 进一步的, 所述的按照字母的手写体的几何形状特征所划分出的具有类 似特征的字母集合, 并将所划分出的字母集合与对应的方向键相关联, 还包 括:
与向上方向键对应的字母集合为: f、 i、 j、 t、 u、 v、 w。
与向下方向键对应的字母集合为: h、 m、 n。
与向左方向键对应的字母集合为: a、 d、 g、 q、 y、 z。
与向右方向键对应的字母集合为: b、 c、 e、 k、 p、 r。
与中心键对应的字母集合为: 1、 o、 s、 x。
进一步的, 所述显示单元 32还用于: 按照字母使用频率由高到低顺序排 列, 按照字母在字母表中的先后顺序依次排列, 或者按照随机的顺序排列。
进一步的, 如图 14所示, 所述显示单元 32包括: 向上排列模块 321、 向 下排列模块 322、 向左排列模块 323、 向右排列模块 324、 旋转排列模块 325。
向上排列模块 321 , 用于当所述方向键的触发为向上方向键的触发时, 将 所述向上方向键对应的字母集合按照从下向上的方向排列并显示, 并在默认 位置显示所述选择光标。
向下排列模块 322 , 用于当所述方向键的触发为向下方向键的触发时, 将 所述向下方向键对应的字母集合按照从上向下的方向排列并显示, 并在默认 位置显示所述选择光标。
向左排列模块 323 , 用于当所述方向键的触发为向左方向键的触发时, 将 所述向左方向键对应的字母集合按照从左向右的方向排列并显示, 并在默认 位置显示所述选择光标。
向右排列模块 324 , 用于当所述方向键的触发为向右方向键的触发时, 将 所述向右方向键对应的字母集合按照从右向左的方向排列并显示, 并在默认 位置显示所述选择光标。
旋转排列模块 325 , 用于当所述方向键的触发为中心键的触发时, 将所述 方向键对应的字母集合按照顺 /逆时针方向环绕排列并显示, 并在默认位置显 示所述选择光标。 进一步的, 所述输入单元 34还用于: 当选择光标与所述由所述选择光标 标识的字母之间保持对应关系或者相对位置在特定的时间段内不变, 则将所 述由所述选择光标所标识的字母输入到文字输入区域中; 或者根据选择指令 将所述由所述选择光标所标识的字母输入到文字输入区域中。
进一步的, 如图 15所示, 所述输入单元 34包括: 移动模块 341、 输入模 块 342。
移动模块 341 , 用于在预定时间内接收到所述方向键的再次触发时, 将所 述选择光标按照所述方向键对应的方向顺序移动到字母排列中的后一个字 母。 所述移动模块 341 还用于, 在选择光标位于字母排列的最后一个字母位 置时, 将选择光标移动到所述字母排列的第一个字母。
输入模块 342 , 用于在预定时间内没有接收到所述方向键的再次触发时, 将所述选择光标位置的字母输入到文字输入区域。
进一步的, 如图 16所示, 该基于方向键的文字输入装置还包括: 汉字获 取单元 35。
汉字获取单元 35 , 用于根据所述文字输入区域的字母拼音查询汉字数据 库, 得到与所述字母拼音对应的汉字。
所述输入单元 34还用于, 将所述文字输入区域的字母删除, 并根据用户 的选择将所述字母拼音对应的汉字输入在所述文字输入区域。
需要说明的是, 本发明实施例中各功能模块的描述可以参考实施例 1-实 施例 3中对应的内容, 本发明实施例这里将不再赘述。
本发明实施例提供的基于方向键的文字输入装置, 能够根据不同方向键 的触发调出对应的字母集合, 与现有技术中将 26个字母均显示在屏幕上的方 法相比, 缩小了字母选择的范围, 减少了光标的移动操作, 并避免了对屏幕 的遮挡。 并且, 通过将字母集合进行单线排列显示, 使得字母的选择只需在 一个方向上移动光标, 无需在多个方向键中反复切换或在二维的软键盘中来 回移动光标, 简化了文字输入操作, 提高了输入效率和用户体验。
通过以上的实施方式的描述, 所属领域的技术人员可以清楚地了解到本 发明可借助软件加必需的通用硬件的方式来实现, 当然也可以通过硬件, 但 很多情况下前者是更佳的实施方式。 基于这样的理解, 本发明的技术方案本 质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来, 该 计算机软件产品存储在可读取的存储介质中, 如计算机的软盘, 硬盘或光盘 等, 包括若干指令用以使得一台计算机设备(可以是个人计算机, 服务器, 或者网络设备等)执行本发明各个实施例所述的方法。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应以所述权利要求的保护范围为准。

Claims

权利要求 书
1、 一种基于方向键的文字输入方法, 其特征在于, 包括:
根据方向键的触发查询字母数据库, 并得到与所述方向键对应的字母集合; 将所述与所述方向键对应的字母集合按照预定规律排列并部分或者全部展 开后显示于显示区域内;
在所述显示区域内的默认位置显示选择光标, 其中所述选择光标用于标识 当前选定的字母;
根据预定的选择规则将由所述选择光标所标识的字母输入到文字输入区 域。
2、 根据权利要求 1所述的基于方向键的文字输入方法, 其特征在于, 所述 方向键对应的字母集合通过预定义形成, 其中, 预定义所述的字母集合包括: 按照字母的手写体的几何形状特征所划分出的具有相似特征的字母集合, 并将 所划分出的字母集合与对应的方向键相关联。
3、 根据权利要求 2所述的基于方向键的文字输入方法, 其特征在于, 所述 的按照字母的手写体的几何形状特征所划分出的具有相似特征的字母集合包 括:
将字母的手写体按照如下规则: 开口方向的不同、 圓弧朝向的不同、 是否 有顶端尖点、 是否呈现对称形式进行划分形成具有相似特征的字母集合。
4、 根据权利要求 3所述的基于方向键的文字输入方法, 其特征在于, 所述 的将字母的手写体按照如下规则: 开口方向的不同、 圓弧朝向的不同、 是否有 顶端尖点、 是否呈现对称形式进行分类的优先级顺序依次为, 开口高于圓弧, 圓弧高于尖点, 尖点高于对称。
5、 根据权利要求 4所述的基于方向键的文字输入方法, 其特征在于, 所述 的按照字母的手写体的几何形状特征所划分出的具有相似特征的字母集合, 并 将所划分出的字母集合与对应的方向键相关联, 包括:
将 f、 i、 j、 t、 u、 v、 w划分为一组字母集合, 并将该字母组合与向上的 方向键相关联; 将 h、 m、 n划分为一组字母集合, 并将该字母组合与向下方向键相关联; 将 a、 d、 g、 q 、 y、 z 划分为一组字母集合, 并将该字母组合与向左方向 键相关联;
将!)、 c、 e、 k、 p、 r划分为一组字母集合, 并将该字母组合与向右方向键 相关联;
将 1、 o、 s、 X划分为一组字母集合, 并将该字母组合与向中心键相关联。
6、 根据权利要求 1所述的基于方向键的文字输入方法, 其特征在于, 所述 将所述与所述方向键对应的字母集合按照预定规律排列并部分或者全部展开后 显示于显示区域内中的所述预定规律包括: 按照字母使用频率由高到低顺序排 列, 按照字母在字母表中的先后顺序依次排列, 或者按照随机的顺序排列。
7、 根据权利要求 1所述的基于方向键的文字输入方法, 其特征在于, 所述 将所述与所述方向键对应的字母集合按照预定规律排列并部分或者全部展开后 显示于显示区域内包括:
当所述方向键的触发为向上方向键的触发时, 将所述向上方向键对应的字 母集合按照从下向上的方向排列并显示于显示区域内;
当所述方向键的触发为向下方向键的触发时, 将所述向下方向键对应的字 母集合按照从上向下的方向排列并显示于显示区域内;
当所述方向键的触发为向左方向键的触发时, 将所述向左方向键对应的字 母集合按照从左向右的方向排列并显示于显示区域内;
当所述方向键的触发为向右方向键的触发时, 将所述向右方向键对应的字 母集合按照从右向左的方向排列并显示于显示区域内;
当所述方向键的触发为中心键的触发时, 将所述方向键对应的字母集合按 照顺 /逆时针方向环绕排列并显示于显示区域内。
8、 根据权利要求 1所述的基于方向键的文字输入方法, 其特征在于, 所述 的根据预定的选择规则将由所述选择光标所标识的字母输入到文字输入区域中 的所述预定的选择规则包括: 当选择光标与所述由所述选择光标标识的字母之 间保持对应关系或者相对位置在特定的时间段内不变, 则将所述由所述选择光 标所标识的字母输入到文字输入区域中; 或根据选择指令将所述由所述选择光 标所标识的字母输入到文字输入区域中。
9、 根据权利要求 1所述的基于方向键的文字输入方法, 其特征在于, 所述 根据预定的选择规则将由所述选择光标所标识的字母输入到文字输入区域包 括:
若在预定时间内接收到所述方向键的再次触发, 则将所述选择光标按照所 述方向键对应的方向顺序移动到字母排列中的后一个字母;
若在预定时间内没有接收到所述方向键的再次触发, 则将所述选择光标位 置的字母输入到文字输入区域。
10、 根据权利要求 9 所述的基于方向键的文字输入方法, 其特征在于, 所 述将所述选择光标按照所述方向键对应的方向顺序移动到下一个字母包括: 当 选择光标位于字母排列的最后一个字母位置时, 所述下一个字母为所述字母排 列的第一个字母。
11、 根据权利要求 1-10任一项所述的基于方向键的文字输入方法, 其特征 在于, 还包括:
根据所述文字输入区域的字母拼音查询汉字数据库, 得到与所述字母拼音 对应的汉字;
将所述文字输入区域的字母删除, 并根据用户的选择将所述字母拼音对应 的汉字输入到所述文字输入区域。
12、 一种基于方向键的文字输入界面, 其特征在于,
当向上方向键触发文字输入界面时, 将所述向上方向键对应的字母集合按 照从下向上的方向排列并显示, 并在默认位置显示字母选择光标;
当向下方向键触发文字输入界面时, 将所述向下方向键对应的字母集合按 照从上向下的方向排列并显示, 并在默认位置显示字母选择光标;
当向左方向键触发文字输入界面时, 将所述向左方向键对应的字母集合按 照从左向右的方向排列并显示, 并在默认位置显示字母选择光标;
当向右方向键触发文字输入界面时, 将所述向右方向键对应的字母集合按 照从右向左的方向排列并显示, 并在默认位置显示字母选择光标。
1 3、 根据权利要求 12所述的基于方向键的文字输入界面, 其特征在于, 当中心键触发文字输入界面时, 将所述方向键对应的字母集合按照顺 /逆时 针方向环绕排列并显示, 并在默认位置显示字母选择光标。
14、 根据权利要求 12或 1 3所述的基于方向键的文字输入界面, 其特征在 于,
与向上方向键对应的字母集合为: f、 i、 j、 t、 u、 v、 w;
与向下方向键对应的字母集合为: h、 m、 n;
与向左方向键对应的字母集合为: a、 d、 g、 q、 y、 z;
与向右方向键对应的字母集合为: b、 c、 e、 k、 p、 r;
与中心键对应的字母集合为: 1、 o、 s、 x。
15、 根据权利要求 12-14任一项所述的基于方向键的文字输入界面, 其特 征在于,
将与所述向上方向键、 向下方向键、 向左方向键、 向右方向键及中心键对 应的字母集合按照字母使用频率由高到低顺序排列, 按照字母在字母表中的先 后顺序依次排列, 或者按照随机的顺序排列。
16、 一种基于方向键的文字输入装置, 其特征在于, 包括:
获取单元, 用于根据方向键的触发查询字母数据库, 并得到与所述方向键 对应的字母集合;
显示单元, 用于将所述与所述方向键对应的字母集合按照预定规律排列并 部分或者全部展开后显示于显示区域内;
光标显示单元, 用于在所述显示区域内的默认位置显示选择光标, 其中所 述选择光标用于标识当前选定的字母;
输入单元, 用于根据预定的选择规则将由所述选择光标所标识的字母输入 到文字输入区域。
17、 根据权利要求 16所述的基于方向键的文字输入装置, 其特征在于, 所 述方向键对应的字母集合通过预定义形成, 其中, 预定义所述的字母集合包括: 按照字母的手写体的几何形状特征所划分出的具有类似特征的字母集合, 并将 所划分出的字母集合与对应的方向键相关联。
18、 根据权利要求 17所述的基于方向键的文字输入装置, 其特征在于, 所 述方向键对应的字母集合通过预定义形成, 其中, 预定义所述的字母集合包括: 按照字母的手写体的几何形状特征所划分出的具有类似特征的字母集合, 并将 所划分出的字母集合与对应的方向键相关联。
19、 根据权利要求 18所述的基于方向键的文字输入方法, 其特征在于, 所 述的按照字母的手写体的几何形状特征所划分出的具有类似特征的字母集合, 并将所划分出的字母集合与对应的方向键相关联包括:
将字母的手写体按照如下规则: 开口方向的不同、 圓弧朝向的不同、 是否 有顶端尖点、 是否呈现对称形式进行分类。
20、 根据权利要求 19所述的基于方向键的文字输入装置, 其特征在于, 所 述的将字母的手写体按照如下规则: 开口方向的不同、 圓弧朝向的不同、 是否 有顶端尖点、 是否呈现对称形式进行分类的优先级原则为, 开口高于圓弧, 圓 弧高于尖点, 尖点高于对称。
21、 根据权利要求 20所述的基于方向键的文字输入装置, 其特征在于, 所 述的按照字母的手写体的几何形状特征所划分出的具有类似特征的字母集合, 并将所划分出的字母集合与对应的方向键相关联, 还包括:
将 f、 i、 j、 t、 u、 v、 w划分为一组字母集合, 并将该字母组合与向上的 方向键相关联;
将 h、 m、 n划分为一组字母集合, 并将该字母组合与向下方向键相关联; 将&、 d、 g、 q、 y、 z划分为一组字母集合, 并将该字母组合与向左方向键 相关联;
将!)、 c、 e、 k、 p、 r划分为一组字母集合, 并将该字母组合与向右方向键 相关联;
将 1、 o、 s、 X划分为一组字母集合, 并将该字母组合与向中心键相关联。
22、 根据权利要求 16所述的基于方向键的文字输入装置, 其特征在于, 所 述显示单元还用于: 按照字母使用频率由高到低顺序排列, 按照字母在字母表 中的先后顺序依次排列, 或者按照随机的顺序排列。
23、 根据权利要求 16所述的基于方向键的文字输入装置, 其特征在于, 所 述显示单元包括:
向上排列模块, 用于当所述方向键的触发为向上方向键的触发时, 将所述 向下排列模块, 用于当所述方向键的触发为向下方向键的触发时, 将所述 向左排列模块, 用于当所述方向键的触发为向左方向键的触发时, 将所述 向右排列模块, 用于当所述方向键的触发为向右方向键的触发时, 将所述 旋转排列模块, 用于当所述方向键的触发为中心键的触发时, 将所述方向
24、 根据权利要求 16所述的基于方向键的文字输入装置, 其特征在于, 所 述输入单元还用于: 当选择光标与所述由所述选择光标标识的字母之间保持对 应关系或者相对位置在特定的时间段内不变, 则将所述由所述选择光标所标识 的字母输入到文字输入区域中; 或者根据选择指令将所述由所述选择光标所标 识的字母输入到文字输入区域中。
25、 根据权利要求 16所述的基于方向键的文字输入装置, 其特征在于, 所 述输入单元包括:
移动模块, 用于在预定时间内接收到所述方向键的再次触发时, 将所述选 择光标按照所述方向键对应的方向顺序移动到字母排列中的后一个字母;
输入模块, 用于在预定时间内没有接收到所述方向键的再次触发时, 将所 述选择光标位置的字母输入到文字输入区域。
26、 根据权利要求 25所述的基于方向键的文字输入装置, 其特征在于, 所 述移动模块还用于, 在选择光标位于字母排列的最后一个字母位置时, 将选择 光标移动到所述字母排列的第一个字母。
27、 根据权利要求 16-26任一项所述的基于方向键的文字输入装置, 其特 征在于, 还包括:
汉字获取单元, 用于根据所述文字输入区域的字母拼音查询汉字数据库, 得到与所述字母拼音对应的汉字;
所述输入单元还用于, 将所述文字输入区域的字母删除, 并根据用户的选 择将所述字母拼音对应的汉字输入在所述文字输入区域。
PCT/CN2011/078979 2011-08-26 2011-08-26 基于方向键的文字输入方法及装置 WO2012083719A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201180001483.1A CN103026319B (zh) 2011-08-26 2011-08-26 基于方向键的文字输入方法及装置
PCT/CN2011/078979 WO2012083719A1 (zh) 2011-08-26 2011-08-26 基于方向键的文字输入方法及装置
US14/143,445 US9201509B2 (en) 2011-08-26 2013-12-30 Character input method and device based on arrow key

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/078979 WO2012083719A1 (zh) 2011-08-26 2011-08-26 基于方向键的文字输入方法及装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/143,445 Continuation US9201509B2 (en) 2011-08-26 2013-12-30 Character input method and device based on arrow key

Publications (1)

Publication Number Publication Date
WO2012083719A1 true WO2012083719A1 (zh) 2012-06-28

Family

ID=46313111

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/078979 WO2012083719A1 (zh) 2011-08-26 2011-08-26 基于方向键的文字输入方法及装置

Country Status (3)

Country Link
US (1) US9201509B2 (zh)
CN (1) CN103026319B (zh)
WO (1) WO2012083719A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015141102A1 (ja) * 2014-03-20 2015-09-24 日本電気株式会社 情報処理装置、情報処理方法および情報処理プログラム
US9354785B1 (en) * 2015-07-13 2016-05-31 Peigen Jiang Text entering with remote control system
CN106371622B (zh) * 2015-07-23 2021-06-08 上海果壳电子有限公司 输入法及输入设备
US10254900B2 (en) * 2016-02-18 2019-04-09 Tufts University Drifting keyboard
CN115167727A (zh) * 2016-03-25 2022-10-11 华为技术有限公司 字符输入方法、装置及终端

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1529530A (zh) * 2003-10-17 2004-09-15 菁 尹 快文智能手机输入法
CN1581029A (zh) * 2003-08-15 2005-02-16 漆波 手机字母软键盘
CN1584797A (zh) * 2003-08-23 2005-02-23 王北明 一种字符输入法
CN1936787A (zh) * 2005-09-19 2007-03-28 乐金电子(昆山)电脑有限公司 移动电话的文字输入装置及其输入方法
WO2011010835A2 (ko) * 2009-07-23 2011-01-27 Yoon Ki-Sup 이동통신단말기의 영문자 입력장치 및 그 방법

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AUPR270201A0 (en) * 2001-01-25 2001-02-22 Easykeys Limited Character generation system
US6765556B2 (en) * 2001-11-16 2004-07-20 International Business Machines Corporation Two-key input per character text entry apparatus and method
US7362243B2 (en) * 2001-11-16 2008-04-22 International Business Machines Corporation Apparatus and method using color-coded or pattern-coded keys in two-key input per character text entry
US7710292B2 (en) * 2005-09-12 2010-05-04 Jeffrey John Davies System and method for improved data entry

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1581029A (zh) * 2003-08-15 2005-02-16 漆波 手机字母软键盘
CN1584797A (zh) * 2003-08-23 2005-02-23 王北明 一种字符输入法
CN1529530A (zh) * 2003-10-17 2004-09-15 菁 尹 快文智能手机输入法
CN1936787A (zh) * 2005-09-19 2007-03-28 乐金电子(昆山)电脑有限公司 移动电话的文字输入装置及其输入方法
WO2011010835A2 (ko) * 2009-07-23 2011-01-27 Yoon Ki-Sup 이동통신단말기의 영문자 입력장치 및 그 방법

Also Published As

Publication number Publication date
US20140111434A1 (en) 2014-04-24
CN103026319B (zh) 2016-06-08
CN103026319A (zh) 2013-04-03
US9201509B2 (en) 2015-12-01

Similar Documents

Publication Publication Date Title
US10552037B2 (en) Software keyboard input method for realizing composite key on electronic device screen with precise and ambiguous input
JP6431119B2 (ja) 携帯式端末設備における摺接操作による入力補助制御のシステム及び方法
US9274685B2 (en) Systems and methods for predictive text entry for small-screen devices with touch-based two-stage text input
US8319733B1 (en) Electronic device system utilizing a character input method
US9256366B2 (en) Systems and methods for touch-based two-stage text input
US8370393B2 (en) Process and apparatus for selecting an item from a database
JP2004213269A (ja) 文字入力装置
JP2005521969A (ja) Qwerty型マッピングおよびタイピングをエミュレートする縮小キーボード・システム
EP2765473A1 (en) Input processing method and apparatus
WO2012083719A1 (zh) 基于方向键的文字输入方法及装置
JP5102894B1 (ja) 文字入力装置及び携帯端末装置
CN102141886A (zh) 文本编辑方法和设备及计算机程序产品和计算机可读介质
WO2014094416A1 (zh) 一种触摸屏电子设备的输入方法和装置
US20150113467A1 (en) Device and method for inputting letters in a mobile terminal
CN106066706B (zh) 一种数据处理方法以及智能终端
KR101671797B1 (ko) 핸드헬드 장치 및 그 입력방법
CN108536653A (zh) 一种输入方法、装置和用于输入的装置
EP1602221A1 (en) Apparatus for and method of inputting alphabets using a reduced keypad
JP2010165226A (ja) 名称入力装置および名称入力方法
US20150278176A1 (en) Providing for text entry by a user of a computing device
KR20130019497A (ko) 한글 문자입력방법
KR101477639B1 (ko) 리모콘을 이용하여 전광판에 중국어를 입력하는 방법
KR102119482B1 (ko) 스마트폰 한손 자판 화면 배치 방법 및 문자 입력 방법
KR101207440B1 (ko) 한글 어미 입력 방법 및 이를 활용한 단말기
CN112711685A (zh) 对象显示方法、装置和电子设备

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180001483.1

Country of ref document: CN

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

Ref document number: 11850162

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: 11850162

Country of ref document: EP

Kind code of ref document: A1