JP3521870B2 - Cellular phone, character input method used therefor, and recording medium recording control program therefor - Google Patents

Cellular phone, character input method used therefor, and recording medium recording control program therefor

Info

Publication number
JP3521870B2
JP3521870B2 JP2000347390A JP2000347390A JP3521870B2 JP 3521870 B2 JP3521870 B2 JP 3521870B2 JP 2000347390 A JP2000347390 A JP 2000347390A JP 2000347390 A JP2000347390 A JP 2000347390A JP 3521870 B2 JP3521870 B2 JP 3521870B2
Authority
JP
Japan
Prior art keywords
key
character
input
assigned
characters
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.)
Expired - Fee Related
Application number
JP2000347390A
Other languages
Japanese (ja)
Other versions
JP2002149314A (en
Inventor
敏之 渋谷
和也 尾崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2000347390A priority Critical patent/JP3521870B2/en
Publication of JP2002149314A publication Critical patent/JP2002149314A/en
Application granted granted Critical
Publication of JP3521870B2 publication Critical patent/JP3521870B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Telephone Function (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は携帯電話機及びそれ
に用いる文字入力方法並びにその制御プログラムを記録
した記録媒体に関し、特に携帯電話機における電子メー
ルや電話帳等の文字入力方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a mobile phone, a character input method used for the mobile phone, and a recording medium having a control program recorded therein, and more particularly to a character input method for an electronic mail or a telephone directory in the mobile phone.

【0002】[0002]

【従来の技術】携帯電話機における文字入力機能におい
ては、図8に示すように、「1」〜「0」の数字キーや
「*」、及び「#」等のキーにグループ分けした複数の
文字を割り当てている。
2. Description of the Related Art In the character input function of a mobile phone, as shown in FIG. 8, a plurality of characters grouped into numeric keys "1" to "0" and keys such as "*" and "#". Have been assigned.

【0003】この文字入力機能では、図9に示すよう
に、数字キーを複数回押下する操作で必要とする文字を
選択し、違った数字キーを押下またはカーソルを1文字
右(次入力位置)に操作することで入力している。この
ため、違う子音の文字を入力する場合には違った数字キ
ーを押下するだけで入力することができるが、同じ子音
の文字を続けて入力する場合には、必ずカーソルを1文
字右に更新するボタンを操作しないと入力することがで
きない。
In this character input function, as shown in FIG. 9, a desired character is selected by pressing the number keys a plurality of times, and a different number key is pressed or the cursor is moved to the right one character (the next input position). You are typing by operating. For this reason, when inputting different consonant characters, you can simply press different number keys, but when you continue to input the same consonant character, be sure to update the cursor to the right by one character. Input cannot be done without operating the button.

【0004】従来の文字入力機能の動作について図13
〜図15を参照して説明する。例えば、「す」、「し」
という順序で入力する場合、ユーザがまず「ひらがな入
力」を選択すると、ソフトウェアは文字コードバッファ
に“0000”を設定して初期化する(図13ステップ
S31)。この値“0000”には文字や機能が割り当
てられていない。
Operation of the conventional character input function is shown in FIG.
~ It demonstrates with reference to FIG. For example, "su", "shi"
In this case, when the user first selects "Hiragana input", the software sets "0000" in the character code buffer for initialization (step S31 in FIG. 13). No character or function is assigned to this value “0000”.

【0005】初期化終了後、ソフトウェアは表示部の入
力位置にカーソルを表示し(図13ステップS32)、
キーの押下の監視する(図13ステップS33)。例え
ば、ユーザが「す」を入力するために数字キーの「3」
を押下した場合、数字キーであることを認識し(図13
ステップS34)、直前に押下された数字キーと同じで
あるかどうかを判断する(図14ステップS40)。
After the initialization, the software displays a cursor at the input position on the display unit (step S32 in FIG. 13),
The key press is monitored (step S33 in FIG. 13). For example, the user presses the numeric key "3" to enter "su".
When is pressed, it is recognized as a numeric key (see FIG. 13).
In step S34), it is determined whether or not it is the same as the numeric key pressed immediately before (step S40 in FIG. 14).

【0006】直前に押下された数字キーと同じでない場
合には、直前に選択されている文字コードバッファの値
を文字データメモリにコピーし(図14ステップS4
6)、入力位置のカーソルを一文字右に更新する(図1
4ステップS47)。しかしながら、文字コードバッフ
ァの値が“0000”の場合には(図14ステップS4
5)、文字コードバッファの値を文字データメモリにコ
ピーせずに押下されている数字キーに割り当てられてい
る先頭の文字コードを文字コードバッファに設定する
(図14ステップS48)。
If it is not the same as the previously pressed numeric key, the value of the character code buffer selected immediately before is copied to the character data memory (step S4 in FIG. 14).
6), the cursor at the input position is updated to the right by one character (Fig. 1
4 step S47). However, when the value of the character code buffer is “0000” (step S4 in FIG. 14).
5), the value of the character code buffer is not copied to the character data memory, and the first character code assigned to the pressed numeric key is set in the character code buffer (step S48 in FIG. 14).

【0007】この場合には「3」キーに割り当てられて
いる先頭の文字「さ」の文字コードを文字コードバッフ
ァに設定し(図14ステップS48)、文字「さ」を表
示し(図14ステップS43)、キー押下の監視に戻る
(図13ステップS33)。
In this case, the character code of the first character "sa" assigned to the "3" key is set in the character code buffer (step S48 in FIG. 14), and the character "sa" is displayed (step S14 in FIG. 14). S43), and returns to the monitoring of key depression (step S33 in FIG. 13).

【0008】ユーザが2度目に「3」キーを押下する
と、直前のキーと同じであるため(図14ステップS4
0)、文字コードバッファの値が押下されている数字キ
ーに割り当てられている最後の文字の文字コードかどう
かを判断し(図14ステップS41)、最後の文字であ
れば文字コードバッファに先頭の文字コードを設定し
(図14ステップS44)、最後の文字以外では文字コ
ードバッファの文字コードを更新する(図14ステップ
S42)。
When the user presses the "3" key for the second time, it is the same as the previous key (step S4 in FIG. 14).
0), it is determined whether or not the value of the character code buffer is the character code of the last character assigned to the pressed numeric key (step S41 in FIG. 14). The character code is set (step S44 in FIG. 14), and the character code in the character code buffer is updated except for the last character (step S42 in FIG. 14).

【0009】この場合には文字コードバッファの値が
「3」キーに割り当てられている最後の文字「そ」の文
字コードかどうかを判断し(図14ステップS41)、
文字コードバッファの値が「さ」の文字コードであるた
め、文字コードバッファの値を「し」の文字コードに更
新し(図14ステップS42)、「し」を表示し(図1
4ステップS43)、キー押下の監視に戻る(図13ス
テップS33)。
In this case, it is judged whether the value of the character code buffer is the character code of the last character "so" assigned to the "3" key (step S41 in FIG. 14),
Since the value of the character code buffer is the character code of “sa”, the value of the character code buffer is updated to the character code of “shi” (step S42 in FIG. 14) and “shi” is displayed (FIG. 1).
4 step S43), and returns to the monitoring of key press (step S33 in FIG. 13).

【0010】ユーザが3度目に「3」キーを押下する
と、2度目と同様の手順で、直前のキーと同じであるた
め(図14ステップS40)、文字コードバッファの値
が最後の文字「そ」の文字コードかどうかを判断し(図
14ステップS41)、文字コードバッファの値が
「し」の文字コードであるため、文字コードバッファの
値を「す」の文字コードに更新し(図14ステップS4
2)、「す」を表示し(図14ステップS43)、キー
押下の監視に戻る(図13ステップS33)。
When the user presses the "3" key for the third time, the procedure is the same as that for the second time and the same as the previous key (step S40 in FIG. 14). It is determined whether the character code is “” (step S41 in FIG. 14). Since the value of the character code buffer is the character code of “shi”, the value of the character code buffer is updated to the character code of “su” (FIG. 14). Step S4
2), “S” is displayed (step S43 in FIG. 14), and the process returns to the monitoring of key press (step S33 in FIG. 13).

【0011】続けて、「し」を入力する前に、ユーザが
数字キーではなく「右」キーを押下すると(図13ステ
ップS35)、文字コードバッファの値を未使用の文字
データメモリにコピーし(図16ステップS49)、入
力位置のカーソルを一文字右に更新し(図16ステップ
S50)、キー押下の監視に戻る(図13ステップS3
3)。そして、数字キーの「3」を押下し、1文字目と
同様にして、「さ」を表示させることから始める。
If the user presses the "right" key instead of the number key before inputting "shi" (step S35 in FIG. 13), the value of the character code buffer is copied to the unused character data memory. (Step S49 in FIG. 16), the cursor at the input position is updated by one character to the right (Step S50 in FIG. 16), and the process returns to the monitoring of key press (Step S3 in FIG. 13).
3). Then, the number key "3" is pressed to start displaying "sa" in the same manner as the first character.

【0012】[0012]

【発明が解決しようとする課題】上述した従来の携帯電
話機の文字入力機能では、同じ子音の文字を続けて入力
する際に、カーソル位置を1文字右に更新するキー操作
を必ず行ってから数字キーを操作しないと、同じ子音の
文字を入力することができないという問題がある。
In the character input function of the above-mentioned conventional mobile phone, when the characters of the same consonant are successively input, the key operation for updating the cursor position to the right by one character is always performed, and then the numeral is input. There is a problem that the characters of the same consonant cannot be input unless the key is operated.

【0013】キー操作の回数を削減する方法としては、
文字コード更新の順番をキー操作で正逆切替えられる方
法が、特開2000−115323号公報に記載されて
いる。しかしながら、この方法では文字コード更新の順
番を切替える度に文字入力以外のキー操作が一回ずつ発
生する。
As a method of reducing the number of key operations,
Japanese Patent Laid-Open No. 2000-115323 describes a method in which the order of updating character codes can be switched between normal and reverse by key operation. However, in this method, every time the order of updating the character code is switched, a key operation other than character input occurs once.

【0014】また、特開2000−112895号公報
には、文字コード更新の順番を50音順ではなく、使用
頻度の多い順に並べることで、キー操作を削減するとい
う方法が開示されている。しかしながら、この方法では
使用頻度の低い文字を入力する際に、キー操作が増えて
しまうため、文字列によっては逆効果となる場合があ
る。
Further, Japanese Unexamined Patent Publication No. 2000-112895 discloses a method of reducing key operations by arranging character code updates in order of frequency of use rather than in the order of the Japanese syllabary. However, in this method, key operations are increased when inputting a character that is rarely used, so that it may have an adverse effect depending on the character string.

【0015】そこで、本発明の目的は上記の問題点を解
消し、同一キーに割り当ててある文字を続けて入力する
際に、キーの操作回数の削減と文字入力に要する時間の
短縮とを図ることができる携帯電話機及びそれに用いる
文字入力方法並びにその制御プログラムを記録した記録
媒体を提供することにある。
Therefore, an object of the present invention is to solve the above problems and to reduce the number of key operations and the time required to input characters when successively inputting characters assigned to the same key. (EN) Provided is a mobile phone, a character input method used for the mobile phone, and a recording medium having a control program therefor.

【0016】[0016]

【課題を解決するための手段】本発明による携帯電話機
は、キーにそれぞれグループ分けされている複数の文字
が割り当てられかつ少なくとも前記キーを用いた電子メ
ールや電話帳に対する文字入力機能を搭載する携帯電話
機であって、予め設定された所定キーの押下に応答して
同一のキーに割り当てられた文字を連続して入力する際
に1回目の押下で直前の文字の入力と表示画面上のカー
ソルの次入力位置への移動と直前に入力した文字と同一
のキーに割り当てられた先頭の文字の表示とを行う手段
を備えている。
A mobile phone according to the present invention is a mobile phone having a key to which a plurality of characters, each of which is grouped, is assigned and which has at least a character input function for an electronic mail or a telephone directory using the key. On a telephone, when continuously inputting characters assigned to the same key in response to pressing a preset key, pressing the first time will input the previous character and move the cursor on the display screen. Means for moving to the next input position and displaying the first character assigned to the same key as the character input immediately before are provided.

【0017】本発明による携帯電話機の文字入力方法
は、キーにそれぞれグループ分けされている複数の文字
が割り当てられかつ少なくとも前記キーを用いた電子メ
ールや電話帳に対する文字入力機能を搭載する携帯電話
機の文字入力方法であって、予め設定された所定キーの
押下に応答して同一のキーに割り当てられた文字を連続
して入力する際に1回目の押下で直前の文字の入力と表
示画面上のカーソルの次入力位置への移動と直前に入力
した文字と同一のキーに割り当てられた先頭の文字の表
示とを行うステップを備えている。
The character input method for a mobile phone according to the present invention is a method for a mobile phone in which a plurality of characters grouped into keys are assigned and at least a character input function for an electronic mail or a telephone directory using the keys is installed. A character input method, in which when the characters assigned to the same key are continuously input in response to the pressing of a preset predetermined key, the first pressing and the input of the previous character are performed by the first pressing. There is a step of moving the cursor to the next input position and displaying the leading character assigned to the same key as the character entered immediately before.

【0018】本発明による携帯電話機の文字入力制御プ
ログラムを記録した記録媒体は、キーにそれぞれグルー
プ分けされている複数の文字が割り当てられかつ少なく
とも前記キーを用いた電子メールや電話帳に対する文字
入力機能を搭載する携帯電話機の文字入力制御プログラ
ムを記録した記録媒体であって、前記文字入力制御プロ
グラムはコンピュータに、予め設定された所定キーの押
下に応答して同一のキーに割り当てられた文字を連続し
て入力する際に1回目の押下で直前の文字の入力と表示
画面上のカーソルの次入力位置への移動と直前に入力し
た文字と同一のキーに割り当てられた先頭の文字の表示
とを行わせている。
A recording medium in which a character input control program for a mobile phone according to the present invention is recorded is assigned with a plurality of characters, each group being assigned to a key, and at least a character input function for an electronic mail or a telephone directory using the key. A recording medium for recording a character input control program for a mobile phone equipped with the character input control program, wherein the character input control program causes a computer to continuously display characters assigned to the same key in response to depression of a predetermined key. When inputting, input the previous character with the first press, move the cursor to the next input position on the display screen, and display the first character assigned to the same key as the previously input character. It is done.

【0019】すなわち、本発明の携帯電話機は、電子メ
ール送受信機能や電話帳機能等の文字入力機能を搭載し
た携帯電話機において、同一キーに割り当ててある文字
を続けて入力する場合にキーの操作回数を削減し、操作
性を向上させるものである。
That is, the mobile phone of the present invention is a mobile phone having a character input function such as an electronic mail transmission / reception function and a telephone directory function, and when the characters assigned to the same key are continuously input, the number of times the key is operated. To improve the operability.

【0020】従来の文字入力機能を搭載している携帯電
話機では、例えば、図8に示すように、一つの数字キー
に複数の文字を割り当て、図9に示すように、一つの数
字キーを押下する度に割り当てられている文字が順番に
表示されている。
In a conventional mobile telephone equipped with a character input function, for example, as shown in FIG. 8, a plurality of characters are assigned to one numeric key, and one numeric key is depressed as shown in FIG. Every time you do, the assigned characters are displayed in order.

【0021】表示されている文字を入力するためには直
前に押下した数字キーとは別の数字キーを押下するか、
「右」キーを押下してカーソルを1文字右に移動させる
操作が必要である。
In order to input the displayed characters, a number key different from the number key just pressed is pressed, or
It is necessary to press the "right" key to move the cursor right by one character.

【0022】この操作を具体例で説明すると、図10に
示すように、ひらがなの「す」を入力する場合、数字キ
ーの「3」を3回押下することで「す」が表示され、
「す」を入力するためには「3」以外の数字キーまたは
「右」キーを押下する。
To explain this operation in a concrete example, as shown in FIG. 10, when inputting the hiragana "su", pressing the number key "3" three times causes "su" to be displayed.
To input "su", press a numeric key other than "3" or a "right" key.

【0023】しかしながら、この方法では違う子音の文
字を続けて入力する場合、別の数字キーを押下するだけ
で直前の文字の入力とカーソルの1文字右への移動と数
字キーに割り当てられている先頭の文字の表示とが可能
であるが、同じ子音の文字を続けて入力する場合には一
旦「右」キーを押下して直前の文字の入力とカーソルの
1文字右への移動する操作とを行った後でなければ、数
字キーを押下して数字キーに割り当てられている先頭の
文字を表示することができない。
However, in this method, when the characters of different consonants are successively input, the input of the immediately preceding character, the movement of the cursor to the right by one character, and the assignment to the numerical keys are performed only by pressing another numeric key. Although it is possible to display the first character, if you want to continue inputting the same consonant character, press the "Right" key once to enter the previous character and move the cursor to the right one character. Only after performing the procedure, the first character assigned to the numeric key cannot be displayed by pressing the numeric key.

【0024】この操作を具体例で説明すると、図11に
示すように、「す」、「し」と続けて入力する場合、
「3」キーを3回押下して「す」を表示させ、一旦
「右」キーを押下して直前の文字の入力とカーソルを1
文字右へ移動する操作とを行った後、「3」キーを2回
押下すると「し」が表示される。
This operation will be described with reference to a specific example. As shown in FIG. 11, when "su" and "shi" are continuously input,
Press the “3” key three times to display “”, then press the “Right” key once to enter the previous character and move the cursor to 1
After performing the operation of moving to the right of the character, the "shi" is displayed when the "3" key is pressed twice.

【0025】このため、同じ子音の文字を続けて入力す
る場合には数字キーを操作する以外に、「右」キーを押
下する操作が加わり、違う子音の文字を続けて入力する
場合に比べて入力操作の手順が1回分増えるという問題
がある。
Therefore, when continuously inputting the characters of the same consonant, in addition to operating the number keys, the operation of pressing the "right" key is added, and compared to the case of continuously inputting the characters of different consonants. There is a problem that the procedure of input operation is increased by one time.

【0026】これに対して、本発明の携帯電話機では1
回目の押下で直前の文字の入力と、カーソルの1文字右
への移動と、直前に入力した文字と同じ子音の先頭の文
字の表示とを行う機能と、2回目以降の押下で同じ子音
の文字を順番に表示する機能とを持った「リピート」キ
ーを装備することで、「右」キーを押下する操作を行わ
ずに同じ子音の文字を続けて入力することが可能となる
ので、従来の技術よりも少ないキー操作で同じ子音の文
字を続けて入力することが可能となる。
On the other hand, in the mobile phone of the present invention, 1
The function to input the previous character by the second press, move the cursor to the right one character, and display the first character of the same consonant as the character entered immediately before, and the same consonant with the second and subsequent presses. By equipping the "Repeat" key with the function to display characters in order, it is possible to continuously input the same consonant characters without pressing the "Right" key. It is possible to successively input the same consonant characters with fewer key operations than the technology of.

【0027】この操作を具体例で説明すると、図12に
示すように、「す」、「し」と続けて入力する場合に
は、「3」キーを3回押下することで「す」が表示さ
れ、「リピート」キーを1回押下することで先に表示さ
れている「す」の入力とカーソルの1文字右移動と
「3」キーに割り当てられている先頭の文字「さ」の表
示とが行われる。
This operation will be described with reference to a specific example. As shown in FIG. 12, when inputting "su" and "shi" successively, pressing the "3" key three times causes "su" to disappear. By pressing the "Repeat" key once, the "su" input and the cursor right move by one character and the first character "sa" assigned to the "3" key is displayed. And are done.

【0028】続けて、「リピート」キーを1回押下する
ことで「し」が表示され、続いて「リピート」キー以外
の数字キーのどれか一つを押下することで、2文字目の
「し」の入力とカーソルの1文字右移動と押下した数字
キーに割り当てられている先頭の文字の表示とが可能と
なる。
Then, by pressing the "repeat" key once, "shi" is displayed, and by pressing any one of the numeric keys other than the "repeat" key, the second character " It is possible to input “”, move the cursor to the right by one character, and display the first character assigned to the pressed numeric key.

【0029】上記のように、本発明のキー操作は文字入
力のみの回数となり、使用頻度でキーの操作回数が増減
することはなくかつ従来の技術よりもキーの操作回数が
少なくなるため、操作性が向上する。
As described above, the key operation of the present invention is the number of times of character input only, the number of key operations does not increase or decrease depending on the frequency of use, and the number of key operations is smaller than that of the conventional technique. The property is improved.

【0030】[0030]

【発明の実施の形態】次に、本発明の一実施例について
図面を参照して説明する。図1は本発明の一実施例によ
る携帯電話機の外観図である。図1において、携帯電話
機1には数字キー11と、マルチファンクションキー1
2と、入力モードキー13と、電子メールキー14と、
「リピート」キー15と、リダイヤルキー16と、発信
キー17と、終話キー18と、表示部19とが配設され
ている。
BEST MODE FOR CARRYING OUT THE INVENTION Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is an external view of a mobile phone according to an embodiment of the present invention. In FIG. 1, the mobile phone 1 includes a numeric key 11 and a multi-function key 1.
2, an input mode key 13, an e-mail key 14,
A “repeat” key 15, a redial key 16, a call key 17, an end call key 18, and a display unit 19 are provided.

【0031】数字キー11は数字入力モード時に「1」
〜「0」の数字が割り当てられているが、電子メールの
送信文書作成や電話帳入力等のひらがな入力モード時
に、図8に示すように、一つの数字キーに複数のひらが
なが割り当てられており、一つの数字キーは押下される
度に割り当てられているひらがなを順番に表示する。
The number key 11 is "1" in the number input mode.
Although the number "0" is assigned, multiple hiragana characters are assigned to one number key in the hiragana input mode such as creating an e-mail transmission document or inputting a phone book, as shown in FIG. , One numeric key displays the assigned hiragana each time it is pressed.

【0032】マルチファンクションキー12は上下左右
に倒すだけでなく、垂直にも押下することができ、5種
類の機能を持つ。入力モードキー13は「数字入力」、
「ひらがな入力」等を切替えるために用いる。電子メー
ルキー14は「電話モード」、「電子メールモード」を
切替えるために用いる。
The multifunction key 12 can be pushed vertically as well as vertically and horizontally, and has five functions. Input mode key 13 is "Numeric input",
Used to switch "Hiragana input" etc. The e-mail key 14 is used to switch between the "telephone mode" and the "e-mail mode".

【0033】「リピート」キー15はひらがな入力モー
ド時に同じ子音の文字を続けて入力する際に用い、押下
すると直前の文字の入力とカーソルの1文字右への移動
と直前に入力した子音の先頭の文字の表示とを行うこと
ができる。「リピート」キー15は2回目以降の押下か
ら直前に入力した子音の文字を順番に表示させる機能と
なる。
The "repeat" key 15 is used for successively inputting the same consonant characters in the hiragana input mode. When pressed, the previous character is input, the cursor is moved one character to the right, and the immediately preceding consonant is input. You can display and the characters. The “repeat” key 15 has a function of sequentially displaying the consonant characters input immediately after the second and subsequent pressing.

【0034】数字キー11、マルチファンクションキー
12、入力モードキー13、電子メールキー14、「リ
ピート」キー15、リダイヤルキー16、発信キー1
7、終話キー18各々はその機能がソフトウェア的に割
り当てられており、ソフトウェアを変更することで機能
の変更が可能である。
Numeric keys 11, multi-function key 12, input mode key 13, electronic mail key 14, "repeat" key 15, redial key 16, call key 1
7. The function of each of the 7 and end call keys 18 is assigned by software, and the function can be changed by changing the software.

【0035】表示部109はLCD(Liquid C
rystal Display)等の文字表示が可能な
デバイスが用いられており、入力されている文字や電話
帳の内容、及び電子メール文書等のユーザに対して必要
な情報を表示する。
The display unit 109 is an LCD (Liquid C
A device capable of displaying characters such as a physical display (display) is used, and displays necessary information for the user such as input characters, contents of a telephone directory, and electronic mail documents.

【0036】図2は図1の携帯電話機1の内部構成を示
すブロック図である。図2において、携帯電話機1はC
PU(中央処理装置)21と、RAM(ランダムアクセ
スメモリ)22と、ROM(リードオンリメモリ)23
と、無線部回路24と、CPU周辺回路25とから構成
されている。
FIG. 2 is a block diagram showing the internal structure of the mobile phone 1 of FIG. In FIG. 2, the mobile phone 1 is C
PU (central processing unit) 21, RAM (random access memory) 22, ROM (read only memory) 23
And a radio section circuit 24 and a CPU peripheral circuit 25.

【0037】ROM23にはソフトウェアが格納されて
おり、CPU21はROM23からソフトウェアを読出
して実行し、無線部回路24とCPU周辺回路25とを
制御する。RAM22はCPU21が作業領域として使
用する読み書き可能なメモリであり、文字コードバッフ
ァ及び文字データメモリもRAM22の中に割り当てら
れている。
Software is stored in the ROM 23, and the CPU 21 reads the software from the ROM 23 and executes it to control the radio section circuit 24 and the CPU peripheral circuit 25. The RAM 22 is a readable / writable memory used by the CPU 21 as a work area, and a character code buffer and a character data memory are also allocated in the RAM 22.

【0038】無線部回路24はその内部構成を図示して
いないが、無線送受信回路とベースバンド用エンコード
/デコード回路とから構成されている。CPU周辺回路
25もその内部構成を図示していないが、各キースイッ
チ回路、表示部回路、タイマ回路、アドレスデコーダ回
路、音声回路で構成されている。
Although not shown in the figure, the radio section circuit 24 is composed of a radio transmission / reception circuit and a baseband encoding / decoding circuit. The CPU peripheral circuit 25 also has an internal structure, which is not shown, but includes a key switch circuit, a display circuit, a timer circuit, an address decoder circuit, and a voice circuit.

【0039】図3は図2のRAM22の構成例を示す図
である。図3において、文字コードバッファ22aはR
AM22のアドレス「Y」〜「Y+1」の連続したエリ
アにマッピングされ、文字データメモリ22bはアドレ
ス「X」〜「X+N−1」の連続したエリアにマッピン
グされている。
FIG. 3 is a diagram showing a configuration example of the RAM 22 of FIG. In FIG. 3, the character code buffer 22a is R
The AM 22 is mapped to a continuous area of addresses "Y" to "Y + 1", and the character data memory 22b is mapped to a continuous area of addresses "X" to "X + N-1".

【0040】文字コードバッファ22a及び文字データ
メモリ22bはCPU21から読み書きが可能で、文字
コードバッファ22aはユーザが数字キーまたはリピー
トキーを操作して文字を選択している間、選択されてい
る文字コードがCPU21によって書込まれるエリアで
あり、文字データメモリ22bはユーザが数字キーまた
はリピートキーを操作して文字を入力した後に、CPU
21によって文字コードバッファ22aの値がコピーさ
れるエリアである。文字データメモリ22bに書込まれ
ている文字データはユーザの操作によって電話帳や電子
メールの送信文書として登録される。
The character code buffer 22a and the character data memory 22b can be read from and written to by the CPU 21, and the character code buffer 22a allows the character code selected while the user operates the numeric keys or the repeat key to select a character. Is an area to be written by the CPU 21, and the character data memory 22b stores the CPU after the user operates the number keys or the repeat key to input characters.
This is an area where the value of the character code buffer 22a is copied by 21. The character data written in the character data memory 22b is registered as a telephone directory or an e-mail transmission document by a user operation.

【0041】図4〜図7は本発明の一実施例による携帯
電話機1における文字入力処理を示すフローチャートで
ある。これら図1〜図7を参照して本発明の一実施例に
よる携帯電話機1における文字入力処理について説明す
る。尚、図4〜図7に示す処理動作はROM23に格納
されたプログラムをCPU21が実行することで実現さ
れ、このプログラムを記録する媒体はROM23以外の
IC(集積回路)メモリ等であってもよい。
4 to 7 are flow charts showing the character input processing in the mobile phone 1 according to the embodiment of the present invention. The character input processing in the mobile phone 1 according to the embodiment of the present invention will be described with reference to FIGS. The processing operations shown in FIGS. 4 to 7 are realized by the CPU 21 executing a program stored in the ROM 23, and a medium for recording the program may be an IC (integrated circuit) memory other than the ROM 23. .

【0042】例えば、「す」、「し」と続けて同じ子音
の文字を入力する場合、ユーザが「ひらがな入力」を選
択すると、CPU21は文字コードバッファ22aの文
字コードバッファ#1及び文字コードバッファ#2の値
を“0000”に初期化する(図4ステップS1)。こ
こで、値“0000”には文字や機能が割り当てられて
いない。
For example, when inputting the characters of the same consonant such as "su" and "shi", when the user selects "Hiragana input", the CPU 21 causes the character code buffer # 1 and the character code buffer 22a of the character code buffer 22a. The value of # 2 is initialized to "0000" (step S1 in FIG. 4). Here, no character or function is assigned to the value “0000”.

【0043】初期化終了後、CPU21は表示部19の
入力位置にカーソルを表示し(図4ステップS2)、キ
ーの押下を監視する(図4ステップS3)。ユーザが
「す」を入力するために数字キーの「3」を押下する
と、CPU21は数字キー11の押下を認識し(図4ス
テップS4)、直前に押下された数字キー11と同じで
あるかどうかを判断する(図5ステップS10)。
After the initialization is completed, the CPU 21 displays a cursor at the input position on the display unit 19 (step S2 in FIG. 4) and monitors the depression of the key (step S3 in FIG. 4). When the user presses the number key "3" to input "su", the CPU 21 recognizes that the number key 11 is pressed (step S4 in FIG. 4), and is it the same as the number key 11 pressed immediately before? It is determined (step S10 in FIG. 5).

【0044】直前に押下された数字キー11と同じでは
なく、直前に「リピート」キー15の押下がない場合に
は(図6ステップS16)、直前に選択されている文字
コードバッファ#1の値を未使用の文字データメモリ2
2bにコピーし(図6ステップS18)、表示部19の
入力位置のカーソルを一文字右(次入力位置)に更新す
る(図6ステップS19)。
When the "repeat" key 15 is not pressed immediately before (not at the same time as the numerical key 11 pressed immediately before) (step S16 in FIG. 6), the value of the character code buffer # 1 selected immediately before. Unused character data memory 2
2b (step S18 in FIG. 6), and the cursor at the input position on the display unit 19 is updated to the right by one character (the next input position) (step S19 in FIG. 6).

【0045】しかしながら、直前に「リピート」キー1
5が押下されている場合には(図6ステップS16)、
文字コードバッファ#2の値を未使用の文字データメモ
リ22bにコピーし(図6ステップS17)、表示部1
9の入力位置のカーソルを一文字右に更新する(図6ス
テップS19)。
However, just before the "repeat" key 1
When 5 is pressed (step S16 in FIG. 6),
The value of the character code buffer # 2 is copied to the unused character data memory 22b (step S17 in FIG. 6), and the display unit 1
The cursor at the input position of 9 is updated to the right by one character (step S19 in FIG. 6).

【0046】また、文字コードバッファ#1の値が“0
000”の場合には(図6ステップS15)、文字コー
ドバッファ#1または文字コードバッファ#2の値を文
字データメモリ22bにコピーせず、押下されている数
字キーに割り当てられている先頭の文字の文字コードを
文字コードバッファ#1及び文字コードバッファ#2に
設定する(図6ステップS20)。
The value of the character code buffer # 1 is "0".
In the case of 000 "(step S15 in FIG. 6), the value of the character code buffer # 1 or the character code buffer # 2 is not copied to the character data memory 22b, and the first character assigned to the pressed numeric key is displayed. The character code is set in the character code buffer # 1 and the character code buffer # 2 (step S20 in FIG. 6).

【0047】この場合には「3」キーに割り当てられて
いる先頭の文字「さ」の文字コードを文字コードバッフ
ァ#1及び文字コードバッファ#2に設定し(図6ステ
ップS20)、文字「さ」を表示し(図5ステップS1
3)、キー押下の監視に戻る(図4ステップS3)。
In this case, the character code of the first character "sa" assigned to the "3" key is set in the character code buffer # 1 and the character code buffer # 2 (step S20 in FIG. 6), and the character "sa" is set. Is displayed (step S1 in FIG. 5).
3) Return to the monitoring of key press (step S3 in FIG. 4).

【0048】ユーザが2度目に「3」キーを押下する
と、数字キー11の押下を認識し(図4ステップS
4)、直前に押下されたキーと同じであるため(図5ス
テップS10)、文字コードバッファ#1の値が押下さ
れた数字キー11に割り当てられている最後の文字の文
字コードかどうかを判断し(図5ステップS11)、最
後の文字である場合には文字コードバッファ#1に最初
の文字の文字コードを設定し(図5ステップS14)、
最後の文字以外では文字コードバッファ#1の文字コー
ドを更新する(図5ステップS12)。
When the user presses the “3” key for the second time, the pressing of the numeric key 11 is recognized (step S in FIG. 4).
4) Since it is the same as the key pressed immediately before (step S10 in FIG. 5), it is determined whether the value of the character code buffer # 1 is the character code of the last character assigned to the pressed numeric key 11. (FIG. 5 step S11), if it is the last character, the character code of the first character is set in the character code buffer # 1 (FIG. 5 step S14),
For characters other than the last character, the character code in the character code buffer # 1 is updated (step S12 in FIG. 5).

【0049】この場合には文字コードバッファ#1の値
が「3」キーに割り当てられている最後の文字「そ」の
文字コードかどうかを判断し(図5ステップS11)、
文字コードバッファ#1の値が「さ」の文字コードであ
るため、文字コードバッファ#1の値を「し」の文字コ
ードに更新し(図5ステップS12)、「し」を表示し
(図5ステップS13)、キー押下の監視に戻る(図4
ステップS3)。
In this case, it is judged whether the value of the character code buffer # 1 is the character code of the last character "so" assigned to the "3" key (step S11 in FIG. 5).
Since the value of the character code buffer # 1 is the character code of "sa", the value of the character code buffer # 1 is updated to the character code of "shi" (step S12 in FIG. 5), and "shi" is displayed (Fig. 5 step S13), returning to the monitoring of key press (FIG. 4).
Step S3).

【0050】ユーザが3度目に「3」キーを押下する
と、2回目の処理と同様にして、数字キー11の押下を
認識し(図4ステップS4)、直前に押下されたキーと
同じであるため(図5ステップS10)、文字コードバ
ッファ#1の値が最後の文字「そ」の文字コードかどう
かを判断し(図5ステップS11)、文字コードバッフ
ァ#1の値が「し」の文字コードであるため、文字コー
ドバッファ#1の値を「す」の文字コードに更新し(図
5ステップS12)、「す」を表示し(図5ステップS
13)、キー押下の監視に戻る(図4ステップS3)。
When the user presses the "3" key for the third time, similarly to the second process, the press of the numeric key 11 is recognized (step S4 in FIG. 4), which is the same as the key pressed immediately before. Therefore, it is determined whether or not the value of the character code buffer # 1 is the character code of the last character "so" (step S11 of FIG. 5), and the character of which the value is "shi" in the character code buffer # 1 is determined. Since it is a code, the value of the character code buffer # 1 is updated to the character code of "su" (step S12 in FIG. 5), and "su" is displayed (step S in FIG. 5).
13), and returns to the monitoring of key press (step S3 in FIG. 4).

【0051】次に、ユーザは「す」と同じ子音である
「し」を入力するために「3」キーではなく、「リピー
ト」キー15を押下する。CPU21は「リピート」キ
ー15の押下を認識し(図4ステップS5)、「リピー
ト」キー15が最初の押下の場合には(図7ステップS
21)、直前の文字コードバッファ#1の値を未使用の
文字データメモリ22bにコピーし(図7ステップS2
7)、表示部19の入力位置のカーソルを一文字右に更
新する(図7ステップS28)。
Next, the user presses the "repeat" key 15 instead of the "3" key in order to input "shi" which is the same consonant as "su". The CPU 21 recognizes that the "repeat" key 15 has been pressed (step S5 in FIG. 4), and when the "repeat" key 15 is the first press (step S5 in FIG. 7).
21), the value of the immediately preceding character code buffer # 1 is copied to the unused character data memory 22b (step S2 in FIG. 7).
7), the cursor at the input position on the display unit 19 is updated to the right by one character (step S28 in FIG. 7).

【0052】但し、文字コードバッファ#2の値が“0
000”の場合には(図7ステップS26)、直前の数
字キー11の押下が無くて「リピート」キー15が押下
されているため、文字コードバッファ#1の値の文字デ
ータメモリ22bへのコピーと入力位置のカーソルを一
文字右への更新とを行わず、音声回路(図示せず)から
警告音を鳴らし(図7ステップS29)、キー押下の監
視に戻る(図4ステップS3)。
However, the value of the character code buffer # 2 is "0".
In the case of "000" (step S26 in FIG. 7), since the "repeat" key 15 is pressed without pressing the previous numeric key 11, the value of the character code buffer # 1 is copied to the character data memory 22b. The cursor at the input position is not updated to the right by one character, and a warning sound is emitted from an audio circuit (not shown) (step S29 in FIG. 7), and the key press monitoring is resumed (step S3 in FIG. 4).

【0053】この場合には文字コードバッファ#1の値
「す」の文字コードを未使用の文字データメモリ22b
にコピーし(図7ステップS27)、カーソルを一文字
右に更新し(図7ステップS28)、文字コードバッフ
ァ#2に設定されている「さ」を表示し(図7ステップ
S24)、キー押下の監視に戻る(図4ステップS
3)。
In this case, the character code of the value "Su" in the character code buffer # 1 is set to the unused character data memory 22b.
(Fig. 7 step S27), the cursor is updated to the right by one character (Fig. 7 step S28), "sa" set in the character code buffer # 2 is displayed (Fig. 7 step S24), and the key is pressed. Return to monitoring (Fig. 4, step S
3).

【0054】ユーザが2度目に「リピート」キー15を
押下すると、「リピート」キー15の押下を認識し(図
4ステップS5)、「リピート」キー15が最初の押下
ではないため(図7ステップS21)、文字コードバッ
ファ#2の値が「3」キーに割り当てられている最後の
文字「そ」の文字コードかどうかを判断し(図7ステッ
プS22)、文字コードバッファ#2の値が「さ」の文
字コードであるため、文字コードバッファ#2の値を
「し」の文字コードに更新し(図7ステップS23)、
「し」を表示し(図7ステップS24)、キー押下の監
視に戻る(図4ステップS3)。
When the user presses the "repeat" key 15 for the second time, the depression of the "repeat" key 15 is recognized (step S5 in FIG. 4), and the "repeat" key 15 is not the first press (step in FIG. 7). S21), it is determined whether the value of the character code buffer # 2 is the character code of the last character "so" assigned to the "3" key (step S22 in FIG. 7), and the value of the character code buffer # 2 is " Since it is a character code of "sa", the value of the character code buffer # 2 is updated to the character code of "shi" (step S23 in FIG. 7).
“SHI” is displayed (step S24 in FIG. 7), and the process returns to the monitoring of key depression (step S3 in FIG. 4).

【0055】次に、ユーザは「す」、「し」に続く文字
を入力するために「リピート」キー15以外の数字キ
ー、例えば「や」を入力するため「8」キーを押下した
とする。この場合、「3」キーの場合と同様に、CPU
21は数字キー11であることを認識し(図4ステップ
S4)、直前に押下された数字キー11と違い(図5ス
テップS10)、文字コードバッファ#1の値が“00
00”ではなく(図6ステップS15)、直前に押下さ
れたのが「リピート」キー15であるため(図6ステッ
プS16)、文字コードバッファ#2の値を未使用の文
字データメモリ22bに記憶する(図6ステップS1
7)。
Next, it is assumed that the user presses a numeric key other than the "repeat" key 15 for inputting characters following "su" and "shi", for example, "8" key for inputting "ya". . In this case, as in the case of the "3" key, the CPU
21 is recognized as the numeric key 11 (step S4 in FIG. 4), unlike the numeric key 11 pressed immediately before (step S10 in FIG. 5), the value of the character code buffer # 1 is "00".
The value of the character code buffer # 2 is stored in the unused character data memory 22b instead of "00" (step S15 in FIG. 6) and the key pressed immediately before is the "repeat" key 15 (step S16 in FIG. 6). (Step S1 in FIG. 6)
7).

【0056】その後に、CPU21は表示部19の入力
位置のカーソルの位置を1文字右に更新し(図6ステッ
プS19)、文字コードバッファ#1及び文字コードバ
ッファ#2に「8」キーに割り当てられている先頭の文
字「や」の文字コードを設定し(図6ステップS2
0)、文字「や」を表示して(図5ステップS13)、
キー押下の監視に戻る(図4ステップS3)。「や」が
表示された時点で先に入力されている「す」に続いて
「し」も入力されている。
After that, the CPU 21 updates the position of the cursor at the input position on the display unit 19 to the right by one character (step S19 in FIG. 6) and assigns the "8" key to the character code buffer # 1 and the character code buffer # 2. The character code of the first character "ya" that has been set is set (step S2 in FIG. 6).
0), display the character "ya" (step S13 in FIG. 5),
It returns to the monitoring of the key press (step S3 in FIG. 4). When “ya” is displayed, “shi” is also entered after “su” that was previously entered.

【0057】このように、同じ子音の文字を続けて入力
する際に、ユーザ自身がカーソルを1文字右に更新する
必要がないので、電子メール送信文書の作成時等におい
て全体的にキーの操作回数を減らすことができ、文字入
力に要する時間を短縮することができる。
As described above, when continuously inputting the characters of the same consonant, the user does not need to update the cursor to the right by one character. Therefore, when the e-mail transmission document is created, the key operation is generally performed. The number of times can be reduced, and the time required for character input can be shortened.

【0058】尚、カタカナ入力、英数入力の場合も、上
記のひらがな入力の場合と同様に、一つの数字キー11
に複数の文字を割り当てており、カタカナ入力時にはひ
らがな入力時と同様に、同じ子音の文字を入力する際
に、「リピート」キー15が有効である。また、英数入
力の場合にも一つの数字キーに割り当てられているアル
ファベットを続けて入力する際に、「リピート」キー1
5が有効である。
In the case of katakana input and alphanumeric input, one numeric key 11 is used as in the case of hiragana input described above.
When a katakana input is made, the "repeat" key 15 is effective when a character having the same consonant is inputted as in the case of hiragana input. Also, in the case of alphanumeric input, when you continuously input the alphabet assigned to one numeric key, the "Repeat" key 1
5 is effective.

【0059】[0059]

【発明の効果】以上説明したように本発明によれば、キ
ーにそれぞれグループ分けされている複数の文字が割り
当てられかつ少なくともキーを用いた電子メールや電話
帳に対する文字入力機能を搭載する携帯電話機におい
て、予め設定された所定キーの押下に応答して同一のキ
ーに割り当てられた文字を連続して入力する際に1回目
の押下で直前の文字の入力と表示画面上のカーソルの次
入力位置への移動と直前に入力した文字と同一のキーに
割り当てられた先頭の文字の表示とを行うことによっ
て、同一キーに割り当ててある文字を続けて入力する際
に、キーの操作回数の削減と文字入力に要する時間の短
縮とを図ることができるという効果がある。
As described above, according to the present invention, a mobile telephone in which a plurality of characters, each of which is grouped, are assigned to a key, and which is equipped with a character input function for at least an electronic mail or a telephone directory using the key. In, in response to the pressing of a preset key, when continuously inputting the characters assigned to the same key, pressing the first time will input the previous character and the next input position of the cursor on the display screen. By moving to and displaying the first character assigned to the same key as the previously entered character, the number of key operations can be reduced when continuously entering the characters assigned to the same key. There is an effect that the time required for character input can be shortened.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例による携帯電話機の外観図で
ある。
FIG. 1 is an external view of a mobile phone according to an embodiment of the present invention.

【図2】図1の携帯電話機の内部構成を示すブロック図
である。
2 is a block diagram showing an internal configuration of the mobile phone of FIG. 1. FIG.

【図3】図2のRAMの構成例を示す図である。FIG. 3 is a diagram showing a configuration example of a RAM shown in FIG.

【図4】本発明の一実施例による携帯電話機における文
字入力処理を示すフローチャートである。
FIG. 4 is a flowchart showing a character input process in the mobile phone according to the embodiment of the present invention.

【図5】本発明の一実施例による携帯電話機における文
字入力処理を示すフローチャートである。
FIG. 5 is a flowchart showing a character input process in the mobile phone according to the embodiment of the present invention.

【図6】本発明の一実施例による携帯電話機における文
字入力処理を示すフローチャートである。
FIG. 6 is a flowchart showing a character input process in the mobile phone according to the embodiment of the present invention.

【図7】本発明の一実施例による携帯電話機における文
字入力処理を示すフローチャートである。
FIG. 7 is a flowchart showing a character input process in the mobile phone according to the embodiment of the present invention.

【図8】数字キーに割れ当てられているひらがなの対応
を示す図である。
FIG. 8 is a diagram showing a correspondence of a hiragana which is cracked on a numeric key.

【図9】数字キーによるひらがな入力過程の第1の例を
示す図である。
FIG. 9 is a diagram showing a first example of a hiragana input process using numeric keys.

【図10】数字キーによるひらがな入力過程の第2の例
を示す図である。
FIG. 10 is a diagram showing a second example of a hiragana input process using a numeric key.

【図11】数字キーによるひらがな入力過程の第3の例
を示す図である。
FIG. 11 is a diagram showing a third example of a hiragana input process using numeric keys.

【図12】数字キーによるひらがな入力過程の第4の例
を示す図である。
FIG. 12 is a diagram showing a fourth example of a hiragana input process using numeric keys.

【図13】従来例による携帯電話機における文字入力処
理を示すフローチャートである。
FIG. 13 is a flowchart showing a character input process in a conventional mobile phone.

【図14】従来例による携帯電話機における文字入力処
理を示すフローチャートである。
FIG. 14 is a flowchart showing a character input process in a conventional mobile phone.

【図15】従来例による携帯電話機における文字入力処
理を示すフローチャートである。
FIG. 15 is a flowchart showing a character input process in a conventional mobile phone.

【符号の説明】[Explanation of symbols]

1 携帯電話機 11 数字キー 12 マルチファンクションキー 13 入力モードキー 14 電子メールキー 15 「リピート」キー 16 リダイヤルキー 17 発信キー 18 終話キー 19 表示部 21 CPU 22 RAM 23 ROM 24 無線部回路 25 CPU周辺回路 1 mobile phone 11 number keys 12 Multi-function key 13 Input mode key 14 Email Key 15 “Repeat” key 16 redial key 17 Call key 18 End talk key 19 Display 21 CPU 22 RAM 23 ROM 24 Radio circuit 25 CPU peripheral circuit

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開2002−41217(JP,A) 特開2001−67169(JP,A) 特開 平11−327762(JP,A) 特開 平2−101570(JP,A) 特開 昭61−122734(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 3/02 360 G06F 3/023 H03M 11/08 H04M 1/00 ─────────────────────────────────────────────────── --- Continuation of front page (56) References JP-A 2002-41217 (JP, A) JP-A 2001-67169 (JP, A) JP-A 11-327762 (JP, A) JP-A 2-101570 ( JP, A) JP 61-122734 (JP, A) (58) Fields investigated (Int.Cl. 7 , DB name) G06F 3/02 360 G06F 3/023 H03M 11/08 H04M 1/00

Claims (9)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 キーにそれぞれグループ分けされている
複数の文字が割り当てられかつ少なくとも前記キーを用
いた電子メールや電話帳に対する文字入力機能を搭載す
る携帯電話機であって、予め設定された所定キーの押下
に応答して同一のキーに割り当てられた文字を連続して
入力する際に1回目の押下で直前の文字の入力と表示画
面上のカーソルの次入力位置への移動と直前に入力した
文字と同一のキーに割り当てられた先頭の文字の表示と
を行う手段を有することを特徴とする携帯電話機。
1. A mobile phone in which a plurality of characters, each of which is grouped into a key, is assigned and which is equipped with at least a character input function for an electronic mail or a telephone directory using the key, wherein a predetermined key is set in advance. When continuously inputting the characters assigned to the same key in response to the pressing of, pressing the first time will input the previous character, move the cursor to the next input position on the display screen, and input the previous character. A mobile phone having means for displaying the first character assigned to the same key as the character.
【請求項2】 前記所定キーの押下に応答して2回目以
降の押下で同一のキーに割り当てられた文字を順番に表
示する手段を含むことを特徴とする請求項1記載の携帯
電話機。
2. The mobile phone according to claim 1, further comprising means for displaying the characters assigned to the same key in order by the second and subsequent pressings in response to the pressing of the predetermined key.
【請求項3】 前記所定キーは、専用に配設されたリピ
ートキーであることを特徴とする請求項1または請求項
2記載の携帯電話機。
3. The mobile phone according to claim 1, wherein the predetermined key is a repeat key arranged exclusively for the predetermined key.
【請求項4】 前記キーは、ひらがなとカタカナと英字
と記号とのうちの少なくとも一つが割り当てられている
ことを特徴とする請求項1から請求項3のいずれか記載
の携帯電話機。
4. The mobile phone according to claim 1, wherein at least one of hiragana, katakana, letters and symbols is assigned to the key.
【請求項5】 キーにそれぞれグループ分けされている
複数の文字が割り当てられかつ少なくとも前記キーを用
いた電子メールや電話帳に対する文字入力機能を搭載す
る携帯電話機の文字入力方法であって、予め設定された
所定キーの押下に応答して同一のキーに割り当てられた
文字を連続して入力する際に1回目の押下で直前の文字
の入力と表示画面上のカーソルの次入力位置への移動と
直前に入力した文字と同一のキーに割り当てられた先頭
の文字の表示とを行うステップを有することを特徴とす
る文字入力方法。
5. A character input method for a mobile phone, wherein a plurality of characters, each of which is grouped into a key, is assigned and at least a character input function for an electronic mail or a telephone directory using the key is provided, which is preset. When the characters assigned to the same key are continuously input in response to the pressing of the specified key that was pressed, the first pressing will input the previous character and move the cursor to the next input position on the display screen. A character input method comprising the step of displaying the first character assigned to the same key as the character input immediately before.
【請求項6】 前記所定キーの押下に応答して2回目以
降の押下で同一のキーに割り当てられた文字を順番に表
示するステップを含むことを特徴とする請求項5記載の
文字入力方法。
6. The character input method according to claim 5, further comprising the step of, in response to the pressing of the predetermined key, displaying the characters assigned to the same key in the second and subsequent pressings in order.
【請求項7】 前記所定キーは、専用に配設されたリピ
ートキーであることを特徴とする請求項5または請求項
6記載の文字入力方法。
7. The character input method according to claim 5, wherein the predetermined key is a repeat key arranged exclusively for the predetermined key.
【請求項8】 前記キーは、ひらがなとカタカナと英字
と記号とのうちの少なくとも一つが割り当てられている
ことを特徴とする請求項5から請求項7のいずれか記載
の文字入力方法。
8. The character input method according to claim 5, wherein at least one of hiragana, katakana, letters and symbols is assigned to the key.
【請求項9】 キーにそれぞれグループ分けされている
複数の文字が割り当てられかつ少なくとも前記キーを用
いた電子メールや電話帳に対する文字入力機能を搭載す
る携帯電話機の文字入力制御プログラムを記録した記録
媒体であって、前記文字入力制御プログラムはコンピュ
ータに、予め設定された所定キーの押下に応答して同一
のキーに割り当てられた文字を連続して入力する際に1
回目の押下で直前の文字の入力と表示画面上のカーソル
の次入力位置への移動と直前に入力した文字と同一のキ
ーに割り当てられた先頭の文字の表示とを行わせること
を特徴とする文字入力制御プログラムを記録した記録媒
体。
9. A recording medium in which a character input control program of a mobile phone, to which keys are assigned a plurality of characters, each of which is grouped, and which has a character input function for at least an electronic mail or a telephone directory using the keys, is recorded. The character input control program is set to 1 when continuously inputting characters assigned to the same key to a computer in response to pressing of a predetermined key set in advance.
It is characterized by inputting the last character, moving the cursor to the next input position on the display screen, and displaying the first character assigned to the same key as the last input character at the second press. A recording medium recording a character input control program.
JP2000347390A 2000-11-15 2000-11-15 Cellular phone, character input method used therefor, and recording medium recording control program therefor Expired - Fee Related JP3521870B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000347390A JP3521870B2 (en) 2000-11-15 2000-11-15 Cellular phone, character input method used therefor, and recording medium recording control program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000347390A JP3521870B2 (en) 2000-11-15 2000-11-15 Cellular phone, character input method used therefor, and recording medium recording control program therefor

Publications (2)

Publication Number Publication Date
JP2002149314A JP2002149314A (en) 2002-05-24
JP3521870B2 true JP3521870B2 (en) 2004-04-26

Family

ID=18821128

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000347390A Expired - Fee Related JP3521870B2 (en) 2000-11-15 2000-11-15 Cellular phone, character input method used therefor, and recording medium recording control program therefor

Country Status (1)

Country Link
JP (1) JP3521870B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100661576B1 (en) * 2004-12-30 2006-12-27 엘지전자 주식회사 Method of call processing and phone number registration for mobile station
KR100765481B1 (en) * 2006-04-26 2007-10-09 삼성전자주식회사 Method for inputting character of keypad which has keys assigned several character
JP5451001B2 (en) * 2008-07-29 2014-03-26 京セラ株式会社 Portable electronic devices
JP2012008849A (en) * 2010-06-25 2012-01-12 Fujitsu Ltd Program and information processing system

Also Published As

Publication number Publication date
JP2002149314A (en) 2002-05-24

Similar Documents

Publication Publication Date Title
US7159191B2 (en) Input of data
US6046732A (en) Method of allowing users to enter characters into electronic equipment by using cursor key and displaying user-entered characters
KR100682331B1 (en) Method for searching phone-book in portable communication terminal
US7423556B2 (en) Method and device for key input in mobile terminal
JP2007280153A (en) Character input device, character input method, character input program and portable terminal device
JP2005513684A (en) Handheld electronic device with keyboard
US20090327948A1 (en) Text input
US20070106732A1 (en) Mobile communication terminal and method therefor
EP1835381B1 (en) Apparatus and method for character entry in a portable terminal
JP3521870B2 (en) Cellular phone, character input method used therefor, and recording medium recording control program therefor
KR100638333B1 (en) Alphabet Input Apparatus Using A Small Keypad And Method Thereof
JP2002366288A (en) Portable terminal and its character inputting method
KR100386944B1 (en) A letter input system, a mobile telephone having that and a input control method thereof
JP2001356872A (en) Device for inputting key and method for the same
KR100397509B1 (en) Korean input device with telephone keyboard and its method
KR100415728B1 (en) Method for inputting letters using specific key-buttons and mobile phone implementing the same
CN1268833A (en) Method of mobile telephone virtual keyboard
KR100748250B1 (en) Letter arrangement structure and letter input method mobile communication terminal
JP2002149318A (en) Keyboard device and portable terminal
JP2003076479A (en) Information and communication processor
KR0181111B1 (en) Letter editing method of a pager
KR100738901B1 (en) Apparatus and method for inputting characters in portable terminal
JP4986947B2 (en) Portable electronic devices
JP2000341761A (en) Portable telephone set and method for controlling input of portable telephone set
JP2002328765A (en) Key input device and portable telephone set

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040108

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040120

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040202

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080220

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090220

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100220

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100220

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110220

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110220

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120220

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120220

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130220

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130220

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140220

Year of fee payment: 10

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees