JPH06102981A - Keyboard device - Google Patents

Keyboard device

Info

Publication number
JPH06102981A
JPH06102981A JP4254435A JP25443592A JPH06102981A JP H06102981 A JPH06102981 A JP H06102981A JP 4254435 A JP4254435 A JP 4254435A JP 25443592 A JP25443592 A JP 25443592A JP H06102981 A JPH06102981 A JP H06102981A
Authority
JP
Japan
Prior art keywords
key
display
unit
program
storage unit
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.)
Withdrawn
Application number
JP4254435A
Other languages
Japanese (ja)
Inventor
Koji Iida
孝司 飯田
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 Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP4254435A priority Critical patent/JPH06102981A/en
Publication of JPH06102981A publication Critical patent/JPH06102981A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To enable the display of past keyboard operation in a keyboard device. CONSTITUTION:At the time of depressing the key of the keyboard device 1, a key depression detection part 5 detects it and a processing part 2 stores depressed key codes in a storage part (ROM) 4 by a program stored in a storage part (ROM) 3. All of depressed key codes are traced in the storage part 4 by this processing. At the time of seeing the trace of the key code operation, a display indication key is depressed. Then, the key code stored in the storage part 4 by the program is displayed on a display part 8. Besides, at the time of depressing a movement key, the key code can be shift-displayed by the program so as to see the past key operation. Then, display is fininished by the program at the time of depressing a display completion key.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、情報処理装置のキーボ
ード装置に関し、特にキーボードの操作履歴表示に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a keyboard device of an information processing apparatus, and more particularly to a keyboard operation history display.

【0002】[0002]

【従来の技術】従来の情報処理装置のキーボード装置
は、押下されたキーの発生コードをキーボード装置が接
続されている上位装置に転送するものであった。
2. Description of the Related Art A conventional keyboard device of an information processing device transfers a generation code of a depressed key to a host device to which the keyboard device is connected.

【0003】[0003]

【発明が解決しようとする課題】この従来のキーボード
装置では、押下されたキーの発生コードを上位装置に転
送するものであり、過去のキー押下の操作履歴を知るこ
とができない問題点があった。
In this conventional keyboard device, the generation code of the depressed key is transferred to the host device, and there is a problem that the operation history of past key depression cannot be known. .

【0004】そこで、本発明は、過去のキーボードのキ
ー押下の操作を表示しようとするものである。
Therefore, the present invention is intended to display past key depression operations on the keyboard.

【0005】[0005]

【課題を解決するための手段】本発明のキーボード装置
は、キー押下の発生コードを認識し発生コードを時系列
に記憶部に格納する処理部、上記の記憶部、発生コード
に対応した文字を表示する表示部、及び上記記憶部に格
納された文字コードを上記表示部に表示する表示部制御
部を備えた構成により、前記課題を解決する。
SUMMARY OF THE INVENTION A keyboard device of the present invention includes a processing unit for recognizing a key press generation code and storing the generation code in a storage unit in time series, the storage unit, and a character corresponding to the generation code. The problem is solved by a configuration including a display unit for displaying and a display unit control unit for displaying the character code stored in the storage unit on the display unit.

【0006】[0006]

【実施例】次に本発明の実施例について図面を参照して
説明する。図1は本発明の一実施例のキーボード装置の
ブロック図、図2は同じく本発明の一実施例のキーボー
ド装置の流れ図である。
Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a block diagram of a keyboard device according to an embodiment of the present invention, and FIG. 2 is a flow chart of the keyboard device according to the embodiment of the present invention.

【0007】図1のキーボード装置1は記憶部(RO
M)3に格納されているプログラムを実行する処理部
2、図2の10〜13の流れ図のプログラムを格納する
記憶部(ROM)3、押下されたキーコードを格納する
ための記憶部(RAM)4、キー押下を検出するキー押
下検出部5、押下されたキーコードを上位装置に転送す
る上位装置接続部6、表示部8を制御する表示部制御部
7、押下されたキーコードを表示する表示部8とから構
成される。処理部2、記憶部(ROM)3、記憶部(R
AM)4、キー押下検出部5、上位装置接続部6、表示
部制御部7を内部バス9により接続する。
The keyboard device 1 of FIG. 1 has a storage unit (RO
M) a processing unit 2 for executing a program stored in the storage unit 3, a storage unit (ROM) 3 for storing the program of the flowchart of FIGS. 10 to 13 and a storage unit (RAM) for storing the pressed key code. ) 4, a key press detection unit 5 that detects a key press, a host device connection unit 6 that transfers the pressed key code to a host device, a display unit control unit 7 that controls the display unit 8, and a pressed key code is displayed. And a display unit 8 that operates. Processing unit 2, storage unit (ROM) 3, storage unit (R
AM) 4, key press detection unit 5, host device connection unit 6, and display unit control unit 7 are connected by an internal bus 9.

【0008】図2は記憶部(ROM)3に格納されてい
るプログラムの流れ図で流れ図10は各キー押下時にキ
ーコードを記憶部(RAM)4に格納する又上位装置に
転送するものを示すものである。流れ図11は表示開始
キー押下時に記憶部(RAM)4に格納されているキー
コードを表示部8に表示するものを示すものである。流
れ図12は移動キー押下時表示部8に表示されているキ
ーコードを移動方向(時系列)にシフト表示するものを
示すものである。流れ図13は表示終了キー押下により
上記の表示を終了するものを示すものである。
FIG. 2 is a flow chart of the program stored in the storage unit (ROM) 3, and FIG. 10 shows the one in which the key code is stored in the storage unit (RAM) 4 when each key is pressed or transferred to the host device. Is. Flowchart 11 shows a key code stored in the storage unit (RAM) 4 and displayed on the display unit 8 when the display start key is pressed. Flowchart 12 shows the key code displayed on the display section 8 when the moving key is pressed, which is shift-displayed in the moving direction (time series). Flowchart 13 shows a process of terminating the above display by pressing the display end key.

【0009】次に本実施例の動作について説明する。Next, the operation of this embodiment will be described.

【0010】本キーボード装置1のキー押下を行うと、
キー押下検出部5が検出し、処理部2は記憶部(RO
M)3に格納されているプログラム(流れ図10)によ
り押下されたキーコードを記憶部(RAM)4に格納す
る。この処理により押下されたキーコードのすべてが記
憶部(RAM)4にトレースされる。
When a key of the keyboard device 1 is pressed,
The key press detection unit 5 detects and the processing unit 2 causes the storage unit (RO
The key code pressed by the program (flow chart 10) stored in M) 3 is stored in the storage unit (RAM) 4. All the key codes pressed by this processing are traced in the storage unit (RAM) 4.

【0011】ここでキーボード操作としてのトレースを
見たい場合、表示開始キーを押下する。すると、プログ
ラム(流れ図11)により記憶部(RAM)4に格納さ
れているキーコードが表示部8に表示される。又移動キ
ー押下をすれば、プログラム(流れ図12)によりキー
コードをシフト表示することができ、過去のキー操作を
見ることができる。
When it is desired to see the trace as a keyboard operation, the display start key is pressed. Then, the key code stored in the storage unit (RAM) 4 is displayed on the display unit 8 by the program (flow chart 11). If the move key is pressed, the key code can be shift-displayed by the program (flow chart 12) and the past key operation can be viewed.

【0012】そして表示終了キーを押下することにより
プログラム(流れ図13)で上記表示が終了する。
By pressing the display end key, the above display is ended by the program (flow chart 13).

【0013】[0013]

【発明の効果】以上説明したように本発明は記憶部(R
AM)に押下されたキーコードを格納しトレースを行
い、又上記に格納されたキーコードを表示部に表示でき
るようにしたので、過去のキーボードのキー押下の操作
を見ることができるという効果を有する。
As described above, according to the present invention, the storage unit (R
Since the key code pressed in (AM) is stored and traced, and the key code stored above can be displayed on the display unit, it is possible to see the past key press operation of the keyboard. Have.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】本発明の一実施例の流れ図である。FIG. 2 is a flow chart of one embodiment of the present invention.

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

1 キーボード装置 2 処理部 3 記憶部(ROM) 4 記憶部(RAM) 5 キー押下検出部 6 上位装置接続部 7 表示部制御部 8 表示部 1 keyboard device 2 processing unit 3 storage unit (ROM) 4 storage unit (RAM) 5 key press detection unit 6 upper device connection unit 7 display unit control unit 8 display unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 キー押下の発生コードを認識し発生コー
ドを時系列に記憶部に格納する処理部、上記の記憶部、
発生コードに対応した文字を表示する表示部、及び上記
記憶部に格納された文字コードを上記表示部に表示する
表示部制御部を備えることを特徴とするキーボード装
置。
1. A processing unit for recognizing an occurrence code of a key press and storing the occurrence code in a time series in a storage unit, said storage unit,
A keyboard device comprising: a display unit for displaying a character corresponding to a generation code; and a display unit control unit for displaying the character code stored in the storage unit on the display unit.
JP4254435A 1992-09-24 1992-09-24 Keyboard device Withdrawn JPH06102981A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4254435A JPH06102981A (en) 1992-09-24 1992-09-24 Keyboard device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4254435A JPH06102981A (en) 1992-09-24 1992-09-24 Keyboard device

Publications (1)

Publication Number Publication Date
JPH06102981A true JPH06102981A (en) 1994-04-15

Family

ID=17264957

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4254435A Withdrawn JPH06102981A (en) 1992-09-24 1992-09-24 Keyboard device

Country Status (1)

Country Link
JP (1) JPH06102981A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007088531A (en) * 2005-09-20 2007-04-05 Murata Mach Ltd Communication terminal unit and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007088531A (en) * 2005-09-20 2007-04-05 Murata Mach Ltd Communication terminal unit and electronic equipment

Similar Documents

Publication Publication Date Title
JPS5932035A (en) Display and input device
JPH06102981A (en) Keyboard device
JP3228584B2 (en) Mouse input method on touch panel
JPH10240418A (en) Information input device
JPH07295750A (en) Device and method for display input
JPS5878229A (en) Cursor display system
JPS63317817A (en) Keyboard control system
JPS6240517A (en) Display control device
JPS61286882A (en) Screen switching sytem
JP2000132316A (en) Input device using keyboard device
JPS62266649A (en) Cursor moving system for document preparing device
JPH0736608A (en) Method and system for selection of picture display information
JPH02206818A (en) Electronic equipment with character recognition function
JPH01280853A (en) Terminal computer
JPH0324611A (en) Information processor
JP2000105652A (en) Compact portable terminal equipment
JPH04188267A (en) Homonym candidate display controller and its display method
JPS6346868B2 (en)
JPH07244550A (en) Key sequence setting device
KR20030016737A (en) Wireless controller for personal computer and control method thereof
JPH03278286A (en) On-line image recognizing device
JPS61122784A (en) 'kana' processing system
JPH03157713A (en) Input device with display function
JPH03240120A (en) Control system for coordinate input device
JPS58219635A (en) Character processor

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991130