JPH086695A - Recognition and processing method for extended key code - Google Patents

Recognition and processing method for extended key code

Info

Publication number
JPH086695A
JPH086695A JP6163208A JP16320894A JPH086695A JP H086695 A JPH086695 A JP H086695A JP 6163208 A JP6163208 A JP 6163208A JP 16320894 A JP16320894 A JP 16320894A JP H086695 A JPH086695 A JP H086695A
Authority
JP
Japan
Prior art keywords
code
key
key code
virtual key
virtual
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
JP6163208A
Other languages
Japanese (ja)
Inventor
Shigeki Mizuyama
茂樹 水山
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP6163208A priority Critical patent/JPH086695A/en
Publication of JPH086695A publication Critical patent/JPH086695A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To set many extended keys with a small number of virtual key codes by pressing a specific key to which a virtual key code is assigned and then acquiring its scan code, and performing a corresponding process. CONSTITUTION:When one key on a keyboard is pressed in a step S1 first, a virtual key code is acquired by an OS in a step S2. An application program when obtaining such a virtual key code that discriminates whether or not the key code is an extended key code or general key code (step S3). When the general key is pressed, an advance to a step S4 is made and the process corresponding to the virtual key code obtained by the OS is executed at each time. When it is judged that the key code is the extended key code, an advance from the step S3 to a step S5 is made and the application program acquires the scan code corresponding to the virtual key code; and the process prepared corresponding to the code is executed in a step S6.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、各種の情報処理装置に
設けられたキーボードの特定のキーを押し下げた場合
に、特殊な処理を実行するようにキーの機能を拡張する
拡張キーコード認識処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an extended key code recognition process for expanding the function of a key so as to execute a special process when a specific key of a keyboard provided in various information processing devices is depressed. Regarding the method.

【0002】[0002]

【従来の技術】情報処理装置には、必要なデータや命令
を入力するためのキーボードが設けられる。例えば、標
準的なパーソナルコンピュータのキーボードの場合、各
キーが押されると、コンピュータのオペレーションシス
テムがこれを認識し、そのキーに対応する処理が実行さ
れる。通常、キーが押されると、そのキーに対応するス
キャンコードと呼ばれるデータがコンピュータ本体に送
り込まれる。コンピュータ本体のオペレーションシステ
ムは、このスキャンコードを予め定められた仮想キーコ
ードに変換する。アプリケーションプログラムはこの仮
想キーコードを受け入れて対応する処理を実行する。キ
ーボードにはある特定の機能を直接実行させるための機
能キーが設けられる。この機能キーは、単にキーボード
のキーに表示された文字や記号を入力するためでなく、
例えばファイルの読み出しとか単語の登録とかいった特
定の拡張された機能を直接実行させる。こういった拡張
キーについても、従来一般のキーと同様の認識処理方法
が採用されていた。
2. Description of the Related Art An information processing apparatus is provided with a keyboard for inputting necessary data and commands. For example, in the case of a standard personal computer keyboard, when each key is pressed, the operating system of the computer recognizes this and the processing corresponding to that key is executed. Normally, when a key is pressed, data called a scan code corresponding to the key is sent to the computer body. The operation system of the computer body converts this scan code into a predetermined virtual key code. The application program receives the virtual key code and executes the corresponding process. The keyboard is provided with function keys for directly performing certain functions. This function key is not just for entering the letters and symbols displayed on the keyboard keys,
For example, it directly executes a specific extended function such as reading a file or registering a word. A recognition processing method similar to that of a general key has been adopted for these extended keys.

【0003】[0003]

【発明が解決しようとする課題】ところで、上記のよう
な従来の拡張キーコード認識処理方法には次のような解
決すべき課題があった。標準的なオペレーションシステ
ムでは、仮想キーコードを表現するためのビット幅が規
定されており、これによって仮想キーコードの量は制限
される。従って、標準的なキーに対応するキーコードを
取り決め、残りの仮想キーコードの範囲内で拡張キーコ
ードを定めなければならない。しかしながら、例えば金
融機関等のオンライン情報処理システムでは多数の拡張
キーを採用して処理の円滑化を図っている。従って、こ
の場合に拡張キーを順に仮想キーコードに割り当ててい
くと仮想キーコードが不足してしまうという問題が生じ
る。
The conventional extended key code recognition processing method as described above has the following problems to be solved. The standard operating system defines a bit width for expressing a virtual key code, which limits the amount of the virtual key code. Therefore, the key code corresponding to the standard key must be negotiated, and the extended key code must be determined within the range of the remaining virtual key code. However, for example, in an online information processing system of a financial institution or the like, a large number of extension keys are adopted to facilitate processing. Therefore, in this case, if the extended keys are sequentially assigned to the virtual key code, the virtual key code becomes insufficient.

【0004】[0004]

【課題を解決するための手段】本発明は以上の点を解決
するため次のような構成を採用する。本発明の方法で
は、キーボード上の特定の複数のキーに、いずれも同一
の未定義の仮想キーコードを割り当てる。アプリケーシ
ョンプログラムは、いずれかの特定のキーが押し下げら
れて、仮想キーコードを受け付けると、そのキーのスキ
ャンコードを取得して、対応する処理を実行する。
The present invention adopts the following constitution in order to solve the above points. The method of the present invention assigns the same undefined virtual key code to specific keys on the keyboard. When one of the specific keys is pressed down and the virtual key code is accepted, the application program acquires the scan code of the key and executes the corresponding process.

【0005】[0005]

【作用】通常のキーが押し下げられると、アプリケーシ
ョンプログラムはOSより仮想キーコードを取得し、対
応する処理を実行する。一方、特定のキーが押される
と、OSからまずそのキーに対応する一定の仮想キーコ
ードが取得される。この場合には、特定のキーが押され
たことが認識され、キーボードから出力されるスキャン
コードを取得し、これによって処理を決定する。従っ
て、自由に使える仮想キーコードがわずかしかなくても
多数の拡張キーの設定が可能となる。
When a normal key is depressed, the application program acquires a virtual key code from the OS and executes the corresponding process. On the other hand, when a specific key is pressed, a constant virtual key code corresponding to the key is first acquired from the OS. In this case, it is recognized that a specific key has been pressed, the scan code output from the keyboard is acquired, and the processing is determined by this. Therefore, it is possible to set a large number of extended keys even if there are few virtual key codes that can be used freely.

【0006】[0006]

【実施例】以下、本発明を図の実施例を用いて詳細に説
明する。図1は、本発明によるアプリケーションプログ
ラムの動作フローチャートである。本発明の動作を具体
的に説明する前に、まず一般的なキーボードと特殊用途
のキーボードとの比較説明を行なう。図2は、このよう
なキーボードの平面図である。(a)は一般的なキーボ
ード、(b)は特殊用途のキーボードを示す。図に示す
ように、一般的なキーボード1*は、よく知られた標準
配列のキー2を配置したものである。
The present invention will be described in detail below with reference to the embodiments shown in the drawings. FIG. 1 is an operation flowchart of an application program according to the present invention. Before specifically describing the operation of the present invention, a comparison between a general keyboard and a special-purpose keyboard will be described first. FIG. 2 is a plan view of such a keyboard. (A) shows a general keyboard, (b) shows a special purpose keyboard. As shown in the figure, a general keyboard 1 * has keys 2 in a well-known standard arrangement.

【0007】一方、金融機関のオンラインシステム等に
用いられるキーボード1は、図の(b)に示すように、
一般的なキー2に追加して多数の特定のキー3が設けら
れている。これらのキー3は、それぞれ例えば入金、出
金、伝票発行等各種の処理を実行するための機能キーと
なる。
On the other hand, a keyboard 1 used for an online system of a financial institution, as shown in FIG.
In addition to the general key 2, a number of specific keys 3 are provided. These keys 3 are function keys for executing various processes such as deposit, withdrawal, and issuance of slips.

【0008】図3に、一般のコード割り当て状態説明図
を示す。図に示すように、例えばキーボード1の各キー
2は、それぞれ押し下げによって特定の互いに異なるス
キャンコードを発生させる。このスキャンコードは仮想
キーコードと1対1に対応している。従って、キー2が
押し下げられるとスキャンコードが発生し、OS(オペ
レーションシステム)によって対応する仮想キーコード
に変換される。
FIG. 3 shows a general code assignment state explanatory diagram. As shown in the figure, for example, each key 2 of the keyboard 1 generates a specific scan code different from each other when pressed down. This scan code has a one-to-one correspondence with the virtual key code. Therefore, when the key 2 is pressed down, a scan code is generated and converted into a corresponding virtual key code by the OS (operation system).

【0009】図4に、本発明による特定のキーの割り当
て状態説明図を示す。本発明においては、図に示すよう
なキーボード1の特定のキー3について、1個の仮想キ
ーコードを設定する。即ち、各特定のキー3はそれぞれ
押し下げによって異なる種類のスキャンコードを出力す
る。しかしながら、本発明においてはこれらのスキャン
コードを、予め定めた一定の同一の仮想キーコードと対
応づける。即ち、OSはいずれの特定のキーが押し下げ
られても、常に同一の仮想キーコードをアプリケーショ
ンプログラムに向け出力する。
FIG. 4 is a diagram for explaining a specific key assignment state according to the present invention. In the present invention, one virtual key code is set for a specific key 3 of the keyboard 1 as shown in the figure. That is, each specific key 3 outputs a different type of scan code when pressed down. However, in the present invention, these scan codes are associated with the same predetermined fixed virtual key code. That is, the OS always outputs the same virtual key code to the application program regardless of which specific key is pressed.

【0010】なお、アプリケーションプログラムは、仮
想キーコードに対応する処理を実行する他、必要に応じ
て仮想キーコードに対応するスキャンコードを取り込
み、これに対応する処理を実行することもできる。この
ような機能自体は従来装置にも採用されている。
Note that the application program can execute the process corresponding to the virtual key code, and can also take in the scan code corresponding to the virtual key code and execute the process corresponding thereto, if necessary. Such a function itself is also adopted in the conventional device.

【0011】図5には、本発明を実施するための装置の
具体的なブロック図を示す。図に示すように、この装置
はキーボード1と、その出力するスキャンコード11を
受け入れるオペレーションシステム(OS)5とアプリ
ケーションプログラム8から構成される。OS5はドラ
イバ6とOSカーネル7を備えている。また、OSカー
ネル7には、図4を用いて説明したようなスキャンコー
ドと、仮想キーコードとの対応を示すコード変換テーブ
ル9が格納されているものとする。
FIG. 5 shows a concrete block diagram of an apparatus for carrying out the present invention. As shown in the figure, this device comprises a keyboard 1, an operation system (OS) 5 for receiving a scan code 11 output from the keyboard 1, and an application program 8. The OS 5 includes a driver 6 and an OS kernel 7. Further, it is assumed that the OS kernel 7 stores a code conversion table 9 showing the correspondence between the scan code and the virtual key code as described with reference to FIG.

【0012】以上の構成の本発明は次のように実施され
る。図1に戻って、まずステップS1でキーボードのい
ずれかのキーが押し下げられると、ステップS2でOS
より仮想キーコードが取得される。アプリケーションプ
ログラムはこのような仮想キーコードを取得すると、こ
れが拡張キーコードによるものか一般のキー押し下げに
よるキーコードかを判別する(ステップS3)。ここ
で、一般のキーが押された場合にはステップS3からス
テップS4に移り、OSより取得した仮想キーコードに
対応する処理がそのまま実行される。
The present invention having the above-mentioned configuration is carried out as follows. Returning to FIG. 1, first, when any key of the keyboard is pressed down in step S1, the OS is pressed in step S2.
The virtual key code is acquired. When the application program acquires such a virtual key code, it determines whether the virtual key code is an extended key code or a general key depression (step S3). Here, when a general key is pressed, the process proceeds from step S3 to step S4, and the process corresponding to the virtual key code acquired from the OS is executed as it is.

【0013】一方、拡張キーコードに対応すると判断さ
れた場合、ステップS3からステップS5に移り、アプ
リケーションプログラムは仮想キーコードに対応するス
キャンコードを所得する。なお、このスキャンコードは
図5に示すように、キーボード1からOS5に送り込ま
れるが、OS5からアプリケーションプログラム8に仮
想キーコード12を提供する際、同時にスキャンコード
11も提供する。従って、アプリケーションプログラム
8はその仮想キーコードの内容に従って、仮想キーコー
ドをそのまま取り込むか、対応するスキャンコードを取
り込むかのいずれかを実行することができる。ステップ
S5においてスキャンコードを所得すると、ステップS
6でそのスキャンコードに対応して用意された処理を実
行する。
On the other hand, when it is determined that the extended key code is supported, the process proceeds from step S3 to step S5, and the application program obtains the scan code corresponding to the virtual key code. This scan code is sent from the keyboard 1 to the OS 5 as shown in FIG. 5, but when the OS 5 provides the virtual key code 12 to the application program 8, the scan code 11 is also provided at the same time. Therefore, the application program 8 can execute either the virtual key code as it is or the corresponding scan code according to the content of the virtual key code. When the scan code is obtained in step S5, step S
At 6, the process prepared corresponding to the scan code is executed.

【0014】ところで、特定のキーについてそのスキャ
ンコードに対応して設定される仮想キーコードは、一般
のキーに対応して設定されたものとは異なる予備のもの
であることが好ましい。即ち、一般のキーに加えていく
つかの特殊キーを設定する場合に、従来はそれぞれ対応
する仮想キーコードを選定していたが、本発明ではその
ような予備の仮想キーコード1つをすべての特定のキー
と対応づけてしまう。これによって、仮想キーコードの
量に関わらず、多数の新たな特定のキーに対し拡張キー
コードを割り当てることができる。例えば、最も汎用的
に採用されているパーソナルコンピュータのOSでは、
仮想キーコードを1バイトの文字で表現するよう設定さ
れている。従って、仮想キーコードは256種類以上設
けることができない。このため、特殊なキーを多数採用
するシステムでは充分な余分の仮想キーコードが用意で
きないという問題があった。上記の実施例ではこれを解
決することができる。
By the way, it is preferable that the virtual key code set corresponding to the scan code of a specific key is a spare key different from the one set corresponding to a general key. That is, when setting some special keys in addition to general keys, conventionally, corresponding virtual key codes have been selected, but in the present invention, one such spare virtual key code is used for all of them. Corresponds to a specific key. This allows extended keycodes to be assigned to many new specific keys regardless of the amount of virtual keycodes. For example, in the OS of the most widely used personal computer,
The virtual key code is set to be represented by a 1-byte character. Therefore, more than 256 kinds of virtual key codes cannot be provided. For this reason, there is a problem that a sufficient number of extra virtual key codes cannot be prepared in a system that employs a large number of special keys. The above embodiment can solve this.

【0015】一方、仮想キーコードは上記のように比較
的数が少ないため、既にほとんどの仮想キーコードが既
存の特殊キーに割り当てられてしまっている場合もあ
る。このような場合、既にいずれかのキーに対応して決
められている仮想キーコードを特定のキーのスキャンコ
ードに対応させて設定することもできる。
On the other hand, since the virtual key codes are relatively small in number as described above, there are cases where most of the virtual key codes have already been assigned to existing special keys. In such a case, it is possible to set a virtual key code that has already been determined in correspondence with any of the keys in association with the scan code of a specific key.

【0016】この場合には、その既に使用されている仮
想キーコードは仮想キーコードの取得が行なわれると、
スキャンコードを取得するような処理を実行するものと
する。即ち、キーが押し下げられた場合の動作自体は、
その既に存在する一般のキーも各種の機能を割り当てる
特定のキーも同様に取り扱われる。キーが押し下げられ
ると、OSより仮想キーコードが取得され、アプリケー
ションプログラムは、これによってスキャンコードを取
得し、そのスキャンコードに対応する処理を実行する。
In this case, the virtual key code already used is obtained when the virtual key code is acquired.
A process that acquires a scan code is executed. That is, the operation itself when the key is pressed is
The general keys that already exist as well as the specific keys that assign various functions are handled similarly. When the key is pressed down, a virtual key code is obtained from the OS, and the application program obtains the scan code and executes the process corresponding to the scan code.

【0017】以上のように、これまで全く未定義の仮想
キーコードを特定の複数のキーに割り当てることもでき
るし、また既に一般キーに割り当てられているような仮
想キーコードも特定のキーに割り当てることが可能であ
る。本発明は以上の実施例に限定されない。割り当て可
能な仮想キーコードが2以上あれば、それぞれの仮想キ
ーコードにいくつかの特定のキーのスキャンコードを割
り付けてもよい。
As described above, a completely undefined virtual key code can be assigned to a plurality of specific keys, and a virtual key code which is already assigned to a general key is also assigned to a specific key. It is possible. The present invention is not limited to the above embodiments. If there are two or more assignable virtual key codes, a scan code of some specific key may be assigned to each virtual key code.

【0018】[0018]

【発明の効果】以上説明した本発明の拡張キーコード認
識処理方法は、キーボード上の特定の複数のキーにいず
れも同一の未定義の仮想キーコードを割り当てて、アプ
リケーションプログラムはいずれかの特定のキーが押し
下げられて仮想キーコードを受け付けると、そのキーの
スキャンコードを取得して対応する処理を実行するよう
にしたので、特定のシステム等に使用される特殊な構成
のキーボードについて、一般的なオペレーションシステ
ムを使用したデータ入力等が可能となる。しかも、これ
によって汎用的なアプリケーションプログラムの運用が
可能となり、業務範囲の拡大ができる。
According to the extended key code recognition processing method of the present invention described above, the same undefined virtual key code is assigned to each of a plurality of specific keys on the keyboard, and the application program specifies any specific key. When a key is pressed down and accepts a virtual key code, the scan code for that key is acquired and the corresponding process is executed.Therefore, for a keyboard with a special configuration used for a specific system, etc. It is possible to input data using the operation system. Moreover, this makes it possible to operate a general-purpose application program and expand the scope of work.

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

【図1】本発明によるアプリケーションプログラムの動
作フローチャートである。
FIG. 1 is an operation flowchart of an application program according to the present invention.

【図2】キーボードの説明図で、(a)は一般的なキー
ボード平面図、(b)は特殊用途のキーボード平面図で
ある。
2A and 2B are explanatory views of a keyboard. FIG. 2A is a general keyboard plan view, and FIG. 2B is a special purpose keyboard plan view.

【図3】一般のコード割り当て状態説明図である。FIG. 3 is an explanatory diagram of a general code allocation state.

【図4】本発明による特定のキーの割り当て状態説明図
である。
FIG. 4 is an explanatory diagram of a specific key allocation state according to the present invention.

【図5】本発明を実施するための装置ブロック図であ
る。
FIG. 5 is a block diagram of an apparatus for implementing the present invention.

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

S1〜S6 処理ステップ S1 to S6 processing steps

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 H03M 11/14 ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Office reference number FI technical display location H03M 11/14

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 キーボード上の特定の複数のキーに、い
ずれも同一の未定義の仮想キーコードを割り当てて、 アプリケーションプログラムは、前記いずれかの特定の
キーが押し下げられて、前記仮想キーコードを受け付け
ると、そのキーのスキャンコードを取得して、対応する
処理を実行することを特徴とする拡張キーコード認識処
理方法。
1. The same undefined virtual key code is assigned to a plurality of specific keys on a keyboard, and an application program depresses any one of the specific keys to output the virtual key code. An extended key code recognition processing method, which, when accepted, acquires the scan code of the key and executes the corresponding processing.
【請求項2】 キーボード上の特定の複数のキーに、い
ずれも同一の仮想キーコードであって、既に前記特定の
キー以外のいずれかの一般キーに割り当てられ、かつ、
アプリケーションプログラムが、その一般キーの押し下
げにより、前記仮想キーコードを受け付けると、そのキ
ーのスキャンコードを取得するような仮想キーコードを
割り当てて、 アプリケーションプログラムは、前記いずれかの特定の
キーが押し下げられて、前記仮想キーコードを受け付け
ると、そのキーのスキャンコードを取得して、対応する
処理を実行することを特徴とする拡張キーコード認識処
理方法。
2. A specific plurality of keys on the keyboard, all of which have the same virtual key code, are already assigned to any general key other than the specific key, and
When the application program accepts the virtual key code by depressing the general key, the application program assigns a virtual key code that acquires the scan code of the key, and the application program depresses any one of the specific keys. Then, when the virtual key code is received, the scan code of the key is acquired and the corresponding process is executed, and the extended key code recognition processing method.
JP6163208A 1994-06-22 1994-06-22 Recognition and processing method for extended key code Pending JPH086695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6163208A JPH086695A (en) 1994-06-22 1994-06-22 Recognition and processing method for extended key code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6163208A JPH086695A (en) 1994-06-22 1994-06-22 Recognition and processing method for extended key code

Publications (1)

Publication Number Publication Date
JPH086695A true JPH086695A (en) 1996-01-12

Family

ID=15769351

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6163208A Pending JPH086695A (en) 1994-06-22 1994-06-22 Recognition and processing method for extended key code

Country Status (1)

Country Link
JP (1) JPH086695A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951093A (en) * 2014-03-31 2015-09-30 维沃移动通信有限公司 Mobile terminal capable of calling programs or functions by customizing keys and method of mobile terminal
CN110275623A (en) * 2018-03-15 2019-09-24 龙芯中科技术有限公司 The triggering method and equipment of button value

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951093A (en) * 2014-03-31 2015-09-30 维沃移动通信有限公司 Mobile terminal capable of calling programs or functions by customizing keys and method of mobile terminal
CN104951093B (en) * 2014-03-31 2018-03-20 维沃移动通信有限公司 Caller or the mobile terminal and its method of function are realized by user-defined press key
CN110275623A (en) * 2018-03-15 2019-09-24 龙芯中科技术有限公司 The triggering method and equipment of button value
CN110275623B (en) * 2018-03-15 2023-08-08 龙芯中科技术股份有限公司 Method and device for triggering key values of keys

Similar Documents

Publication Publication Date Title
US6832354B2 (en) Computer system, on-screen keyboard generation method, power-on-password checking method and memory
US6429793B1 (en) Abstraction of input mapping for keyboards
US6107994A (en) Character input method and apparatus arrangement
US6477499B1 (en) Window control apparatus and method having function for controlling windows by means of voice-input
US6271835B1 (en) Touch-screen input device
CN1307513C (en) Chinese character input method and apparatus
KR100676697B1 (en) Language displaying method and system of software for computer, recording media of computer program therefor
EP0584776A2 (en) Information processing method and apparatus
US7899665B2 (en) Methods and systems for detecting the alphabetic order used by different languages
JPH086695A (en) Recognition and processing method for extended key code
US5724559A (en) Method for displaying ISPF panels in a VM non-ISPF environment
JPH1069343A (en) Multi-stage type front-end processor device
JP3225555B2 (en) Kana input / output device
US5842164A (en) Dynamic pattern recognition system
CN114579033B (en) Gesture switching method, device and equipment for android platform and storage medium
KR100532092B1 (en) Method and apparatus for distinguishing English capital letter &small letter on computer screen using cursor
JP2000187595A (en) Portable information terminal, application execution system for portable information terminal and application executing method for portable information terminal
JPH04281513A (en) Key assignment processor
JPH0528156A (en) Document data converter
JPH09245029A (en) Method for unifying operability between same kind of functional softwares in computer system
JP2995975B2 (en) Document processing device
JP4439599B2 (en) Input data audio output device
JP2001075933A (en) Distributed processing system
JPH0243818A (en) Method and device for key entry
JPH04340618A (en) Function key designating device