JPH07104936A - Key detecting method for touch panel - Google Patents

Key detecting method for touch panel

Info

Publication number
JPH07104936A
JPH07104936A JP26778093A JP26778093A JPH07104936A JP H07104936 A JPH07104936 A JP H07104936A JP 26778093 A JP26778093 A JP 26778093A JP 26778093 A JP26778093 A JP 26778093A JP H07104936 A JPH07104936 A JP H07104936A
Authority
JP
Japan
Prior art keywords
touch panel
key
area
display
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP26778093A
Other languages
Japanese (ja)
Inventor
Shigeru Iizuka
茂 飯塚
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.)
Tamura Electric Works Ltd
Original Assignee
Tamura Electric Works Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tamura Electric Works Ltd filed Critical Tamura Electric Works Ltd
Priority to JP26778093A priority Critical patent/JPH07104936A/en
Publication of JPH07104936A publication Critical patent/JPH07104936A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To omit an unnecessary collation processing, and to reduce program amounts by preparing a table in which input key information to be displayed on a display is related with area information in which the input key information is displayed, and identifying the input key by referring to the table when the area information is outputted from a touch panel. CONSTITUTION:A CPU 100 reads the table indicating the correspondence of the area information of a set block to each area number in a memory card 104, and transfers it to a RAM 102, and prepares the area information corresponding to coordinates. Next, the CPU 100 outputs display data through a RAM 106 to a display area equivalent to the coordinate area corresponding to the table on a display 105A, and operates key display. Then, the touch processing for detecting each key on a touch panel 105B is started, and when the press of the key is detected, whether or not the pressed key is matched with any each area number is judged by referring to the table. When it is matched, the logical number of the block in which the area number is included is transferred.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、各入力キーを表示する
表示器及びこの表示器上に配設され各入力キーの操作情
報を出力するタッチパネルからなるタッチパネル装置の
キー検出方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a key detecting method for a touch panel device comprising a display for displaying each input key and a touch panel arranged on the display for outputting operation information of each input key.

【0002】[0002]

【従来の技術】この種のタッチパネル装置は、m×n個
の領域に対応して各入力キーを表示する表示器と、この
表示器上に配設され各入力キーが操作されたときに対応
する領域の情報を出力するタッチパネルから構成されて
いる。このようなタッチパネル装置では複数の各入力キ
ー及びその表示領域を1つの集合ブロックとして扱われ
る場合がある。即ち、タッチパネル装置を収容した本体
装置にメモリカードを挿入し、このメモリカードのアプ
リケーションプログラムにより上記タッチパネル装置の
各領域を上記集合ブロックとして扱う場合、ソフトウェ
アでは上記集合ブロックにおける入力キーの押下検出は
次のようにして行われる。
2. Description of the Related Art A touch panel device of this type is provided with a display unit for displaying input keys corresponding to m × n areas and a display unit arranged on the display unit when each input key is operated. It is composed of a touch panel that outputs information on the area to be edited. In such a touch panel device, a plurality of input keys and their display areas may be treated as one collective block. That is, when a memory card is inserted into the main body device accommodating the touch panel device and each area of the touch panel device is treated as the aggregate block by the application program of the memory card, the software detects the pressing of the input key in the aggregate block as follows. It is done like this.

【0003】即ち、アプリケーションプログラムの実行
により上記集合ブロックの押下を検出する場合、まず本
体装置であるドライバに対し上記集合ブロック内の個々
の各領域の番号を登録する。するとドライバでは、ハー
ドウェアであるタッチパネル装置の各入力キーの押下検
出を行い、或入力キーの押下が検出された場合、これが
登録された領域の入力キーであれば、この入力キーに相
当する領域番号をAPに返送する。アプリケーションプ
ログラムではこの領域番号を入力して再度この領域番号
が登録中の領域番号の中に存在するか否かを判断し、存
在すれば上記集合ブロックに対応する番号に変換して論
理番号として獲得するようにしている。
That is, when the pressing of the collective block is detected by executing the application program, first, the numbers of the individual areas in the collective block are registered in the driver which is the main unit. Then, the driver detects pressing of each input key of the touch panel device which is hardware, or when the pressing of the input key is detected, if this is the input key of the registered area, the area corresponding to this input key is detected. Send the number back to the AP. The application program inputs this area number and judges again whether this area number exists in the area numbers being registered. If it exists, it is converted to the number corresponding to the above aggregate block and acquired as a logical number. I am trying to do it.

【0004】[0004]

【発明が解決しようとする課題】ところで、アプリケー
ションプログラムでは返送された領域番号を入力すると
この領域番号が上述の集合ブロックの中に存在するか否
かを再度照合して該当する集合ブロックを認識している
ため、プログラム量が増加し、かつ照合される集合ブロ
ックが大きくなると照合のための処理時間が長くなり、
キー入力検出処理に遅延を生じる等の問題を生じてい
る。
By the way, in the application program, when the returned area number is input, it is checked again whether or not this area number exists in the above-mentioned aggregate block and the corresponding aggregate block is recognized. Therefore, the processing time for collation increases as the amount of programs increases and the aggregate block to be collated increases,
This causes a problem such as a delay in the key input detection process.

【0005】したがって本発明は、タッチパネル装置に
おいて複数の各入力キー及びその表示領域を1つの集合
ブロックとして扱う場合、押下された入力キーが集合ブ
ロック内に存在するか否かのアプリケーションプログラ
ムにおける不要な照合処理を省略しそのプログラム量を
低減すると共に、キー入力検出の処理時間を短縮するこ
とを目的とする。
Therefore, according to the present invention, when a plurality of input keys and their display areas are treated as one collective block in the touch panel device, it is unnecessary in the application program for determining whether or not the pressed input key exists in the collective block. It is an object of the present invention to omit the collation process to reduce the program amount thereof and to shorten the processing time of key input detection.

【0006】[0006]

【課題を解決するための手段】このような課題を解決す
るために本発明は、m×n個のエリアに対応して入力キ
ーを表示する表示器と、表示器上に配設されm×n個の
エリアのうち入力されたエリア情報(領域番号)を出力
するタッチパネルとから構成され、タッチパネルからの
エリア情報に基づき入力キーを識別するタッチパネル装
置において、表示器上に表示する入力キー情報とこの入
力キーを表示するエリア情報とを関連づけたテーブルを
作成し、タッチパネルからエリア情報が出力されるとテ
ーブルを参照して入力キーを識別するようにした方法で
ある。
In order to solve such a problem, the present invention provides a display for displaying input keys corresponding to m × n areas and m × n arranged on the display. In a touch panel device configured to output input area information (area number) out of n areas and identifying an input key based on the area information from the touch panel, input key information to be displayed on a display. This is a method in which a table is created in which the area information for displaying the input keys is associated with each other, and when the area information is output from the touch panel, the input keys are identified by referring to the table.

【0007】[0007]

【作用】タッチパネルが操作されタッチパネルからエリ
ア情報が出力されると、テーブル上からこのエリア情報
に対応する入力キーが識別される。この結果、例えばア
プリケーションプログラムの実行により複数の各入力キ
ー及びその表示領域を1つの集合ブロックとして扱う場
合、アプリケーションプログラムにおいて、押下検出さ
れた入力キーの再度の照合処理が省略され、したがって
そのプログラム量が低減されると共に、キー検出処理に
おける処理時間が短縮される。
When the touch panel is operated and area information is output from the touch panel, the input key corresponding to the area information is identified on the table. As a result, for example, when the plurality of input keys and their display areas are treated as one set block by executing the application program, the application program omits the re-verification processing of the input keys detected as pressed, and therefore the program amount And the processing time in the key detection processing is shortened.

【0008】[0008]

【実施例】以下、本発明について図面を参照して説明す
る。図1は本発明に係るタッチパネル装置のキー検出方
法を適用した端末装置の一実施例を示すブロック図であ
る。同図において、端末装置は、CPU100、ROM
101、RAM102、メモリカードインタフェース1
03、メモリカード104、タッチパネル装置105、
VRAM106から構成される。なお、タッチパネル装
置105は、m×nに分割された各表示領域を有する表
示器105A及びこの表示器105A上に配設され上記
m×nに分割された各表示領域に対応する入力キーを有
するタッチパネル105Bから構成されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of a terminal device to which a key detection method for a touch panel device according to the present invention is applied. In the figure, the terminal device includes a CPU 100 and a ROM.
101, RAM 102, memory card interface 1
03, memory card 104, touch panel device 105,
It is composed of the VRAM 106. The touch panel device 105 has a display unit 105A having display regions divided into m × n and input keys corresponding to the display regions disposed on the display unit 105A and divided into m × n. It is composed of the touch panel 105B.

【0009】次に図2は、本端末装置においてタッチパ
ネル105の各入力キーを検出する場合のソフトウェア
及びハードウェアの構成を示す図である。同図におい
て、ソフトウェアとしてはアプリケーション部200及
びドライバ部210から構成され、このうちアプリケー
ションプログラムからなるアプリケーション部200は
図1中のメモリカード104に配置され、CPU100
により実行される。また、ドライバ部210はROM1
01内のプログラム内に配置され、CPU100がこの
プログラムを割り込み処理で実行することにより実現さ
れる。なお、ハードウェア220としては上述のタッチ
パネル装置106がこれに相当する。
Next, FIG. 2 is a diagram showing the configuration of software and hardware when detecting each input key of the touch panel 105 in this terminal device. In the figure, the software is composed of an application unit 200 and a driver unit 210, of which the application unit 200 consisting of an application program is arranged in the memory card 104 in FIG.
Executed by. Further, the driver unit 210 is the ROM 1
It is arranged in the program in 01 and is realized by the CPU 100 executing this program by interrupt processing. The touch panel device 106 described above corresponds to the hardware 220.

【0010】次に図4は、タッチパネル装置106の構
成を示す図である。タッチパネル装置106を構成する
表示器105Aは、上述したようにm×n個の各表示領
域に分割されていると共に、この表示器105A上に配
設されるタッチパネル105Bも同様の個数に分割さ
れ、各入力キーが割当られている。ここで、タッチパネ
ル105B上の各領域の何れかが押下されると、これが
図2に示すドライバ部210により検出され、各領域に
対応する番号「00」〜「mn」のうち押下された該当
のキーの領域番号としてアプリケーション部200へ伝
達される。
Next, FIG. 4 is a diagram showing the configuration of the touch panel device 106. The display device 105A constituting the touch panel device 106 is divided into m × n display regions as described above, and the touch panel 105B arranged on the display device 105A is also divided into the same number. Each input key is assigned. Here, when any one of the areas on the touch panel 105B is pressed, this is detected by the driver unit 210 shown in FIG. 2, and the corresponding one of the numbers “00” to “mn” corresponding to each area is pressed. The area number of the key is transmitted to the application unit 200.

【0011】このような端末装置では、挿入されたメモ
リカード104のアプリケーションプログラムによって
は、上述のタッチパネル装置106に対し様々な表示を
行うことができる。即ち、例えば図5に示すように、表
示器105A及びタッチパネル106Bの各領域の連続
した集合ブロック(例えば、領域番号「22」〜「2
4」,「32」〜「34」からなるブロック」)を1つ
の集合ブロックとして扱い、この集合ブロックに対しキ
ー検出及びその表示を行うことができる。このような場
合図2に示すアプリケーション部200では、まず集合
ブロックのキー検出を行うために、ドライバ部210に
対し物理番号である上記各領域番号とこれらを集合して
1つの集合ブロックとした場合の論理番号Aとを与え
る。
In such a terminal device, various displays can be displayed on the touch panel device 106, depending on the application program of the inserted memory card 104. That is, for example, as shown in FIG. 5, continuous aggregate blocks of areas of the display 105A and the touch panel 106B (for example, area numbers “22” to “2”).
4 ”,“ blocks consisting of “32” to “34” ”) can be treated as one aggregate block, and key detection and its display can be performed on this aggregate block. In such a case, in the application unit 200 shown in FIG. 2, first, in order to detect the key of the aggregated block, each area number which is a physical number for the driver unit 210 and these are aggregated into one aggregated block. Logical numbers A and are given.

【0012】この場合ドライバ部210では、定時間割
り込み処理において、タッチパネル105Bの入力キー
を順次サーチする。そして、何れかの入力キーの押下が
検出された場合は、押下された入力キーの領域番号がア
プリケーション部200から与えられた番号と一致する
か否かを照合し、一致した場合は引き続いて指定回数の
割り込み処理でその入力キーの押下を確認したうえ、上
述の論理番号Aをアプリケーション部200へ返送す
る。この結果、アプリケーション部200では、上述の
集合ブロック内の何れかの領域の入力キーが押下された
場合に、直ちに論理番号Aを認識することができる。こ
のように、各領域からなる集合ブロックのキー検出を行
う場合、アプリケーション部200ではドライバ部21
0に与えた論理番号とドライバ部210から返送された
論理番号を照合するだけ良く、したがって押下された入
力キーを直ちに検出することができる。
In this case, the driver unit 210 sequentially searches the input keys of the touch panel 105B in the constant time interrupt process. If any one of the input keys is pressed, it is checked whether the area number of the pressed input key matches the number given by the application unit 200. If they match, the designation is continued. After confirming the pressing of the input key in the interrupt process of the number of times, the above-mentioned logical number A is returned to the application unit 200. As a result, the application unit 200 can immediately recognize the logical number A when the input key of any area in the above-mentioned collective block is pressed. In this way, in the case of performing the key detection of the aggregate block composed of the respective areas, the application unit 200 has the driver unit 21.
It is only necessary to compare the logical number given to 0 with the logical number returned from the driver unit 210, and thus the pressed input key can be immediately detected.

【0013】次に図3は、タッチパネル105Bに配設
される各キーに相当する各領域が1つの集合ブロックと
して扱われる場合にこの集合ブロックのキー検出を行う
ドライバ部210(即ち、CPU100)の動作を示す
フローチャートである。上述したように、アプリケーシ
ョン部200の実行により集合ブロックのキーを検出す
る場合は、この集合ブロックの論理番号と集合ブロック
を構成する複数の領域の物理番号がRAM102に与え
られる。即ち、CPU100は、ステップST1でメモ
リカード104内の各領域番号(座標)と集合ブロック
の論理番号(エリア情報)との対応を示すテーブルを読
み取ってRAM102へ転送し、座標対応エリア情報を
作成する。
Next, FIG. 3 shows the driver unit 210 (that is, the CPU 100) that performs key detection on the aggregate block when each area corresponding to each key arranged on the touch panel 105B is treated as one aggregate block. It is a flow chart which shows operation. As described above, when the key of the aggregate block is detected by executing the application unit 200, the RAM 102 is provided with the logical number of the aggregate block and the physical numbers of a plurality of areas forming the aggregate block. That is, the CPU 100 reads the table showing the correspondence between each area number (coordinates) in the memory card 104 and the logical number (area information) of the aggregate block in step ST1, transfers it to the RAM 102, and creates coordinate corresponding area information. .

【0014】その後CPU100は、ステップST2に
おいてVRAM106を介して表示器105A上の上記
テーブルにしたがった座標領域に相当する表示領域に表
示データを出力しキー表示を行う。そしてステップST
3でタッチパネル105B上の各キーを検出するタッチ
処理を開始する。タッチ処理が開始されると、CPU1
00は割り込み処理におけるステップST4でキーの押
下が検出されたか否かを判断する。そして、キー押下が
検出されるとステップST5で上述のテーブルを参照し
て押下されたキーが上記各領域番号の何れかと一致する
か否かを判断し、一致している場合は、この領域番号が
含まれる集合ブロックの例えば論理番号Aをアプリケー
ション部200へ転送する対応エリア情報転送処理を行
う。
After that, the CPU 100 outputs the display data to the display area corresponding to the coordinate area according to the above table on the display 105A via the VRAM 106 in step ST2, and performs the key display. And step ST
At 3, the touch process for detecting each key on the touch panel 105B is started. When the touch processing is started, the CPU 1
00 determines whether or not a key press is detected in step ST4 in the interrupt process. When a key press is detected, it is determined in step ST5 whether or not the pressed key matches any of the above area numbers, and if they match, this area number is determined. Corresponding area information transfer processing is performed to transfer, for example, the logical number A of the aggregated block including “A” to the application unit 200.

【0015】このようなキー検出処理は、表示器105
Aの表示画面が次の表示画面に変更されるまで続行され
る。そして、CPU100が割り込み処理から抜けて現
在の表示画面が次の表示画面に切り替わる画面変更が検
出され、従ってステップST6の判定が「Y」となる
と、ステップST7へ移行しタッチ処理を終了する。な
お、本実施例では、ステップST1の「座標対応エリア
情報作成処理」の後ステップST2の「画面表示処理」
を行っているが、これらの処理順序を逆にしても良く、
要は「座標対応エリア情報」のテーブルを作成後にタッ
チパネル105Bの検出を行うように構成すれば良い。
Such key detection processing is performed by the display 105.
It is continued until the display screen of A is changed to the next display screen. Then, when a screen change in which the CPU 100 exits the interrupt process and the current display screen is switched to the next display screen is detected, and thus the determination in step ST6 is "Y", the process proceeds to step ST7 and the touch process is terminated. In this embodiment, the “screen display process” in step ST2 is performed after the “coordinate corresponding area information creation process” in step ST1.
However, the order of these processes may be reversed,
In short, the touch panel 105B may be detected after the table of "coordinate corresponding area information" is created.

【0016】[0016]

【発明の効果】以上説明したように本発明によれば、m
×n個のエリアに対応して入力キーを表示する表示器
と、表示器上に配設されm×n個のエリアのうち入力さ
れたエリア情報を出力するタッチパネルとからなるタッ
チパネル装置において、表示器上に表示する入力キー情
報とこの入力キーを表示するエリア情報とを関連づけた
テーブルを作成し、タッチパネルからエリア情報が出力
されるとテーブルを参照して入力キーを識別するように
したので、タッチパネルから出力されるエリア情報に対
する入力キーを上記テーブルから一義的に決定すること
ができ、したがって例えばアプリケーションプログラム
の実行により複数の各入力キー及びその表示領域を1つ
の集合ブロックとして扱う場合、アプリケーションプロ
グラムにおいて、押下検出された入力キーを再度照合す
る処理が省略され、したがってそのプログラム量を低減
できると共にキー検出処理における処理時間を短縮する
ことができる。
As described above, according to the present invention, m
A touch panel device comprising a display unit for displaying input keys corresponding to × n areas and a touch panel arranged on the display unit for outputting input area information out of m × n areas. I created a table that correlates the input key information displayed on the device with the area information that displays this input key, and when the area information is output from the touch panel, I refer to the table to identify the input key. The input key for the area information output from the touch panel can be uniquely determined from the above table. Therefore, for example, when the plurality of input keys and their display areas are treated as one aggregate block by executing the application program, the application program In, the process of collating the input key detected by pressing again is omitted. Therefore, the program amount can be reduced and the processing time in the key detection processing can be shortened.

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

【図1】本発明に係るタッチパネル装置のキー検出方法
を適用した端末装置の一実施例を示すブロック図であ
る。
FIG. 1 is a block diagram showing an embodiment of a terminal device to which a key detection method for a touch panel device according to the present invention is applied.

【図2】上記端末装置における要部の構成を示しソフト
ウェア及びハードウェアの各構成状況を示す図である。
FIG. 2 is a diagram showing a configuration of a main part of the terminal device and showing configuration states of software and hardware.

【図3】上記端末装置の動作を示すフローチャートであ
る。
FIG. 3 is a flowchart showing an operation of the terminal device.

【図4】上記タッチパネル装置の構成を示す図である。FIG. 4 is a diagram showing a configuration of the touch panel device.

【図5】上記タッチパネル装置において複数の入力キー
及びその表示領域を1つの集合ブロックとして表した場
合の一例を示す図である。
FIG. 5 is a diagram showing an example of a case where a plurality of input keys and a display area thereof are represented as one collective block in the touch panel device.

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

100 CPU 101 ROM 102 RAM 104 メモリカード 105 タッチパネル装置 105A 表示器 105B タッチパネル 106 VRAM 200 アプリケーション部 210 ドライバ部 100 CPU 101 ROM 102 RAM 104 Memory Card 105 Touch Panel Device 105A Display 105B Touch Panel 106 VRAM 200 Application Unit 210 Driver Unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 m×n個のエリアに対応して入力キーを
表示する表示器と、前記表示器上に配設され前記m×n
個のエリアのうち入力されたエリア情報を出力するタッ
チパネルとから構成され、前記タッチパネルからのエリ
ア情報に基づき入力キーを識別するタッチパネル装置の
キー検出方法において、 前記表示器上に表示する入力キー情報と該入力キーを表
示するエリア情報とを関連づけたテーブルを作成し、前
記タッチパネルからエリア情報が出力されると前記テー
ブルを参照して入力されたキーを識別するようにしたこ
とを特徴とするタッチパネル装置のキー検出方法。
1. A display device for displaying input keys corresponding to m × n areas, and the m × n device provided on the display device.
In a key detection method of a touch panel device configured to output input area information out of individual areas and identifying an input key based on the area information from the touch panel, the input key information displayed on the display device. A touch panel characterized in that a table is created by associating the input information with area information for displaying the input key, and when the area information is output from the touch panel, the input key is identified by referring to the table. Device key detection method.
JP26778093A 1993-10-01 1993-10-01 Key detecting method for touch panel Pending JPH07104936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26778093A JPH07104936A (en) 1993-10-01 1993-10-01 Key detecting method for touch panel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26778093A JPH07104936A (en) 1993-10-01 1993-10-01 Key detecting method for touch panel

Publications (1)

Publication Number Publication Date
JPH07104936A true JPH07104936A (en) 1995-04-21

Family

ID=17449484

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26778093A Pending JPH07104936A (en) 1993-10-01 1993-10-01 Key detecting method for touch panel

Country Status (1)

Country Link
JP (1) JPH07104936A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6597427B1 (en) 1999-07-06 2003-07-22 International Business Machines Corporation Liquid crystal panel, display device, identification mark detection device, detection display system, TFT array repair device and identification mark detection method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6597427B1 (en) 1999-07-06 2003-07-22 International Business Machines Corporation Liquid crystal panel, display device, identification mark detection device, detection display system, TFT array repair device and identification mark detection method

Similar Documents

Publication Publication Date Title
JPH06195164A (en) Key input device and method therefor
CN100475635C (en) System for managing vehicle inspections
JP2002091677A (en) Input device and information terminal equipment
JP3634391B2 (en) Multimedia information addition system
JPH07104936A (en) Key detecting method for touch panel
JP2001202174A (en) Image display device, method and storage medium
JP2004110379A (en) Oes order input terminal and order management system
JP2003346101A (en) Facility monitor
US20020013770A1 (en) Information processing method, and method for making payment for information processing by electronic money
JP2010198076A (en) Handwriting authentication device, display method for handwriting authentication pattern and display program for handwriting authentication pattern
JPH05197690A (en) Fraction input method
JPH05233204A (en) Method for skipping input of picture item
JP2998393B2 (en) Data input device
JPH05265816A (en) File comparator
JP2509936B2 (en) Output control device
JP2874676B2 (en) Single screen multiple input terminal
JPH04257994A (en) Electronic cash register
JP2000035844A (en) Data input device and storage medium
JPH0757055A (en) Shape input device
JPH09198033A (en) Scroll method for graphical user interface using window and information processor adopting the scroll method
JP2002182833A (en) Device and method for setting function of portable terminal
JPH07160420A (en) Handwriting operation type computer
JPH0844474A (en) Method for processing software keyboard
JPH04209021A (en) Input data check system of portable terminal
JPH01147712A (en) Conversation type operating device