JPH09258870A - Invalid key controller - Google Patents

Invalid key controller

Info

Publication number
JPH09258870A
JPH09258870A JP8071699A JP7169996A JPH09258870A JP H09258870 A JPH09258870 A JP H09258870A JP 8071699 A JP8071699 A JP 8071699A JP 7169996 A JP7169996 A JP 7169996A JP H09258870 A JPH09258870 A JP H09258870A
Authority
JP
Japan
Prior art keywords
key
invalid
key input
input
code
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
JP8071699A
Other languages
Japanese (ja)
Inventor
Teruki Matsuyama
輝樹 松山
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP8071699A priority Critical patent/JPH09258870A/en
Publication of JPH09258870A publication Critical patent/JPH09258870A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the load of a system owing to a key input and to improve the performance of the whole system by dynamically changing-over a key which executes invalidation in accordance with the change of a system state in a key input from a key input device without transmitting an invalid keycode to the system. SOLUTION: The key input is received from the key input device 1 and a processing is executed in accordance with the inputted key in the system. In the system, a key input processing part is the one which receives the key from the key input device 1 and a key input control part 2 is constituted of a key input stand-by part 3, a key input logical part 4 and an invalid key table 5. The key input stand-by part 3 receives the keycode from the key input 1 and gives it to the key input logical part 4. The key input part logical part 4 refers to the invalid key table 5, inspects whether or not the received keycode exists in the entry of the invalid key table corresponding to the system state and judges that the input key is the invalid one when the keycode exists in the entry so as to annul it.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、リモコンやキーボ
ードなどのキー入力装置からキーコードを受け取り、受
け取ったキーコードに基づいて適切な処理を行うシステ
ムにおいて、システム状態によって使用できないキーに
ついてはそれを無効にするための無効キー制御装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is a system for receiving a key code from a key input device such as a remote controller or a keyboard and performing an appropriate process based on the received key code. The present invention relates to an invalid key control device for invalidating.

【0002】[0002]

【従来の技術】複数のキーが備えられたキー入力装置を
持ち、それぞれのキーに機能が割り当てられているシス
テムにおいては、システムの状態によっては使用するこ
とのできないキーが存在する場合があり、それらのキー
が押された場合誤動作を生じる可能性がある。
2. Description of the Related Art In a system having a key input device provided with a plurality of keys, and a function is assigned to each key, there may be a key that cannot be used depending on the state of the system. If those keys are pressed, malfunction may occur.

【0003】図7に示す従来のシステム例では、キー入
力装置21から無効となるキーが入力された場合は、キ
ー入力制御部22からそのキーコードが各アプリケーシ
ョンヘ送られ、キーコードを受け取ったアプリケーショ
ン23、25が個別に持つ無効キー判定部24、26に
て無効キーであるか否かの判別を行っていた。
In the conventional system example shown in FIG. 7, when an invalid key is input from the key input device 21, the key code is sent from the key input control section 22 to each application and the key code is received. The invalid key determining units 24 and 26 that the applications 23 and 25 have individually determine whether or not the keys are invalid.

【0004】また、図8に示すように、キーボード27
より入力されたキーは、マスク処理部32によってマス
ク処理用コード変換テーブル30を用いて、無効となる
キーに対してはコード変換によるマスク処理をして業務
処理部33へと渡すというシステムも提案されている
(特開平7−210286号)。
Also, as shown in FIG.
Also proposed is a system in which the key input by the mask processing unit 32 uses the mask processing code conversion table 30 and the invalid key is masked by code conversion and passed to the business processing unit 33. (Japanese Patent Application Laid-Open No. 7-210286).

【0005】[0005]

【発明が解決しようとする課題】従来のアプリケーショ
ン側で無効キーを判別するシステムにおいては、アプリ
ケーション毎に個別に無効キーの判定を行う必要があ
り、キー入力によるイベント処理が増加するため、無効
キー処理を必要とする頻繁なキー入力に対してはシステ
ムのパフォーマンスが低下するという欠点があった。ま
た、システムの状態が頻繁に変化し無効となるキーがシ
ステム状態によって変化する場合に、動的に無効キーを
判断し処理することが困難であった。
In a conventional system for determining an invalid key on the application side, it is necessary to individually determine the invalid key for each application, and the event processing by key input increases, so the invalid key is increased. However, there is a drawback in that the system performance is degraded for frequent key input that requires processing. In addition, when the state of the system frequently changes and the invalid key changes depending on the system state, it is difficult to dynamically determine and process the invalid key.

【0006】本発明では、システムの状態に応じて切り
換えることが可能な無効キーテーブルを用意することに
よって、システム状態の変化に対応した動的なキーの無
効化制御を行い、さらには、無効となるキーコードをシ
ステムに送出しないことによりキー入力に対するシステ
ムの負荷を低減しシステム全体のパフォーマンスを向上
させる無効キー制御装置を提供するものである。
According to the present invention, by providing an invalid key table that can be switched according to the system state, dynamic key invalidation control corresponding to changes in the system state is performed. The present invention provides an invalid key control device that reduces the load on the system for key input and improves the performance of the entire system by not sending the key code to the system.

【0007】[0007]

【課題を解決するための手段】本発明は、上記課題を解
決するために、キー入力装置からキー入力を受け、入力
されたキーに応じて処理を行うシステムにおいて、前記
キー入力装置からキーコードを受け取るキー入力待機部
と前記キー入力待機部からキーコードを受け取り無効キ
ーか否かを判別するキー入力論理部と前記無効キーの判
別に用いられる無効キーテーブルから成るキー入力制御
部と、システムを統括的に管理しシステム状態を前記キ
ー入力論理部に知らせるとともに前記キー入力論理部か
らキーコードを受け取り他のアプリケーションに渡すシ
ステム制御部とを備え、前記キー入力待機部から受けた
キーコードを前記キー入力論理部でシステムの状態に応
じて無効か否かを判別し、無効である場合にはキーコー
ドの送出を行わないで前記キー入力制御部内で廃棄する
ものである。
In order to solve the above-mentioned problems, the present invention provides a system for receiving a key input from a key input device and performing a process in accordance with the input key, wherein the key code is input from the key input device. A key input waiting section for receiving a key code, a key input logic section for receiving a key code from the key input waiting section and determining whether the key is an invalid key, and a key input control section including an invalid key table used for determining the invalid key; And a system control unit for notifying the system state to the key input logic unit and passing the key code from the key input logic unit to other applications, and receiving the key code received from the key input standby unit. The key input logic unit determines whether or not it is invalid according to the state of the system, and if it is invalid, the key code is not sent. In it is intended to be discarded by the key input control section.

【0008】また、上記装置において、前記無効キーテ
ーブルをシステム状態を示す状態番号と該当するシステ
ム状態において無効となる無効キーの羅列によるキーリ
ストの対とし、システム状態の数だけ該リストを用意す
ることにより、システム状態に応じて動的に無効キーの
切り換えを可能としたものである。
Further, in the above apparatus, the invalid key table is paired with a state number indicating a system state and a key list made up of a list of invalid keys that become invalid in the corresponding system state, and the lists are prepared for the number of system states. This makes it possible to dynamically switch the invalid keys according to the system state.

【0009】また、上記装置において、前記無効キーテ
ーブルをシステム状態を示す状態番号と該当するシステ
ム状態において無効となるキーを示す無効キービット列
の対とし、各キーをビット列に対応させることにより、
ビットのオン/オフによって無効キーか否かを判別する
ようにしたものである。
In the above apparatus, the invalid key table is a pair of a state number indicating a system state and an invalid key bit string indicating a key that becomes invalid in a corresponding system state, and each key is associated with a bit string.
Whether the key is an invalid key or not is determined by turning the bit on / off.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態を図
1、図2、図3、図4、図5及び図6を用いて説明す
る。まず、本発明におけるシステムの全体的な構成を図
2に示す。図2に示すように、本システムは、システム
全体を制御する中央処理装置36と、中央処理装置36
が実行するプログラムを記憶するROM37と、プログ
ラムを実行するためのワーク用のRAM38と、キー入
力装置からキー入力を受け付け処理をするキー入力制御
部39と、キー入力や中央処理装置36からの指示に従
って画面を制御し表示装置43に表示する画面制御部4
0と、外部とのデータの通信を制御する通信制御部41
から成る。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to FIGS. 1, 2, 3, 4, 5, and 6. First, FIG. 2 shows the overall configuration of the system according to the present invention. As shown in FIG. 2, this system includes a central processing unit 36 that controls the entire system and a central processing unit 36.
ROM 37 for storing a program to be executed by the CPU, a RAM 38 for work for executing the program, a key input control unit 39 for receiving and processing a key input from the key input device, and an instruction from the key input or the central processing unit 36. Screen control unit 4 for controlling the screen according to
0 and a communication control unit 41 for controlling data communication with the outside
Consists of

【0011】本発明は、このシステムにおけるキー入力
制御部39に特徴を持たせたものであり、以下に示すよ
うに構成される。図1は本発明に係る無効キー制御装置
の概要を示す図であり、この図1に示すように、キー入
力装置1からキー入力を受け処理し、有効なキーのみを
システムへと送出するキー入力制御装置2において、キ
ー入力制御装置2は、キー入力装置1からキーコードを
受け取るキー入力侍機部3と、キー入力待機部3からキ
ーコードを受けて無効キーの判別を行うキー入力論理部
4と、無効キーの判別のためにキー入力論理部4が参照
する無効キーテーブル5から構成されており、無効キー
テーブル5は各エントリがシステム状態とその状態にお
いて無効となるキーを羅列したキーリストあるいはピッ
ト列から成り、システムの状態の数だけエントリを用意
し、システム状態に対応するエントリを参照することに
より、無効キーテーブル5の対応するエントリ内にある
キーコードはシステム制御部6及びアプリケーション7
に送出しないよう制御する。
The present invention is characterized by the key input control section 39 in this system, and is configured as shown below. FIG. 1 is a diagram showing an outline of an invalid key control device according to the present invention. As shown in FIG. 1, a key which receives a key input from a key input device 1 and processes it, and sends only a valid key to a system. In the input control device 2, the key input control device 2 receives a key code from the key input device 1 and a key input logic for receiving a key code from the key input standby part 3 and determining an invalid key. The invalid key table 5 is referred to by the key input logic unit 4 for determining the invalid key, and the invalid key table 5 lists each entry in the system state and the keys that are invalid in that state. It consists of a key list or pit string, and prepares as many entries as the number of system states. By referring to the entry corresponding to the system state, the corresponding invalid key table 5 can be identified. Key code in the entry system control unit 6 and the application 7
Control not to send to.

【0012】上記無効キー制御装置によって、システム
の状態に応じて動的に無効キーを判別し廃棄をすること
ができ、有効なキーコードのみを送出し不要なキーコー
ドをシステム制御部やアプリケーションに送出しないた
めシステム全体のパフォーマンスを向上させることがで
きる。
The above-mentioned invalid key control device can dynamically discriminate the invalid key according to the state of the system and discard it. Only the valid key code is transmitted and the unnecessary key code is transmitted to the system control unit or the application. Since it is not sent, the performance of the entire system can be improved.

【0013】次に、本発明の1実施の形態について図3
を用いて詳細に説明する。ここで示す実施例のシステム
は、システムの機能毎にいくつかのモジュールに分かれ
ており、さらにモジュール内はマルチタスクで動作する
1つ以上のタスクで構成されている。また、モジュール
毎に割り当てられモジュール内でしかアクセスできない
メモリ領域と、全てのモジュールからアクセスが可能な
メモリ領域を持つ。本実施の形態のシステムはマルチタ
スクを制御するためのマルチタスクOSやCPUを備え
ているがここでは特に言及しない。
Next, FIG. 3 shows an embodiment of the present invention.
This will be described in detail with reference to FIG. The system of the embodiment shown here is divided into several modules for each function of the system, and the inside of the module is composed of one or more tasks operating in multitask. In addition, it has a memory area allocated for each module and accessible only within the module, and a memory area accessible by all modules. The system of this embodiment includes a multitasking OS and a CPU for controlling multitasking, but it is not particularly mentioned here.

【0014】図3において、8はキー入力装置であり、
複数のキーを備えており、キーを押すことにより押され
たキーに応じたキーコードを発生する。9は、キー入力
モジュールであり、キー入力装置8から入力されたキー
コードを受け取る。キー入力モジュール9は、キー入力
待ちタスク10とキー入力論理制御タスク11から成
る。また、後述する無効キーテーブル13を管理する。
In FIG. 3, numeral 8 is a key input device,
It has a plurality of keys, and when a key is pressed, a key code corresponding to the pressed key is generated. A key input module 9 receives a key code input from the key input device 8. The key input module 9 comprises a key input waiting task 10 and a key input logic control task 11. It also manages an invalid key table 13 described later.

【0015】キー入力持ちタスク10は、キー入力装置
8からキー入力を検出し、受け取ったキーコードをキー
入力論理制御タスク11へと渡し、キー入力論理制御タ
スク11は、入力されたキーコードが無効か否かを判断
する。12は、キー入力モジュール用メモリ領域であ
り、キー入力モジュールに割り当てられたメモリ領域で
ある。
The key input holding task 10 detects a key input from the key input device 8 and passes the received key code to the key input logic control task 11, and the key input logic control task 11 receives the input key code. Determine whether it is invalid. A key input module memory area 12 is a memory area assigned to the key input module.

【0016】13は、無効キーテーブルであり、キー入
力モジュール用メモリ領域内に置かれ、キー入力論理制
御タスク11から無効キーを判別するために参照され
る。
Reference numeral 13 is an invalid key table, which is placed in the memory area for the key input module and is referred to by the key input logic control task 11 to determine the invalid key.

【0017】14は、システム制御部であり、システム
全体を統括的に制御する。システム状態の管理を行う。
15は、システム状態番号であり、共有メモリ領域内に
置かれる。システムの状態を示すための番号である。1
6は、共有メモリ領域であり、システム内の全モジュー
ルからアクセスが可能なメモリ領域である。
Reference numeral 14 is a system control unit, which controls the entire system as a whole. Manage the system state.
Reference numeral 15 is a system state number, which is placed in the shared memory area. It is a number for indicating the system status. 1
A shared memory area 6 is a memory area that can be accessed by all modules in the system.

【0018】17は、他モジュールであり、システムの
他の機能を実現するためのアプリケーションモジュール
で、システム制御モジュール14からキーコードを受け
取る。
Reference numeral 17 denotes another module, which is an application module for realizing other functions of the system, and receives a key code from the system control module 14.

【0019】上記構成において、キー入力装置8のキー
が押されると、押されたキーに対応したキーコードが発
生する。キー入力制御モジュール9内で動作するキー入
力待ちタスク10はキー入力装置8から入力されるキー
コードを検出し、受け取ったキーコードをキー入力論理
制御タスク11へと渡す。
In the above structure, when a key of the key input device 8 is pressed, a key code corresponding to the pressed key is generated. The key input waiting task 10 operating in the key input control module 9 detects the key code input from the key input device 8 and passes the received key code to the key input logic control task 11.

【0020】キー入力論理制御タスク11は受け取った
キーが無効キーか否かを判別するために無効キーテーブ
ル13を参照する。無効キーテーブル13はキー入力モ
ジュール9に割り当てられたキー入力モジュール用メモ
リ領域12内に置かれ、キー入力モジュール9によって
管理されている。無効キーテーブル13は、図4に示す
ように、各エントリが状態番号と無効キーリストの対に
なっている。状態番号はシステム状態に応じて番号付け
されたシステム状態番号15に対応している。
The key input logic control task 11 refers to the invalid key table 13 to determine whether the received key is an invalid key. The invalid key table 13 is placed in the key input module memory area 12 assigned to the key input module 9 and managed by the key input module 9. In the invalid key table 13, as shown in FIG. 4, each entry is a pair of a state number and an invalid key list. The state number corresponds to the system state number 15 numbered according to the system state.

【0021】キー入力論理制御タスク11は、共有メモ
リ領域16からシステム状態番号15を参照し、システ
ム状態番号15に対応するエントリを無効キーテーブル
13から取り出す。エントリ内の無効キーリストに、受
け取ったキーコードが含まれているかを検索することに
より無効キーか否かの判別を行う。受け取ったキーコー
ドが対応するエントリの無効キーリストに含まれていた
場合は、そのキーコードを無効キーとみなしキー入力モ
ジュール9内で廃棄する。
The key input logic control task 11 refers to the system state number 15 from the shared memory area 16 and fetches the entry corresponding to the system state number 15 from the invalid key table 13. It is determined whether or not the key is invalid by searching the invalid key list in the entry for the received key code. When the received key code is included in the invalid key list of the corresponding entry, the key code is regarded as an invalid key and discarded in the key input module 9.

【0022】キーコードが無効キーリストに含まれてい
ない場合は、有効キーとしてシステム制御モジュール1
4へとキーコードを送出する。
If the key code is not included in the invalid key list, the system control module 1 determines that it is a valid key.
The key code is sent to 4.

【0023】システム制御モジュール14では、キー入
力制御モジュール9のキー入力論理制御タスク11から
受け取ったキーコードを、適切な他モジュール17へと
渡す。
The system control module 14 passes the key code received from the key input logic control task 11 of the key input control module 9 to an appropriate other module 17.

【0024】また、システム制御モジュール14はシス
テムの状態の変化に応じて共有メモリ領域16内のシス
テム状態番号15の変更を行う。無効キーテーブルの構
成を、図5に示すように各エントリを状態番号と無効キ
ーを示すビット列とで構成してもよい。無効キービット
列20は各ビットがキー入力装置の各キーに対応してお
り、ビットが0なら無効、ビットが1なら有効であるこ
とを示す。この方法はキー入力装置8のキーの個数が比
較的少ない場合には無効キーテーブルの使用メモリサイ
ズを減らすのに有効となる。
Further, the system control module 14 changes the system state number 15 in the shared memory area 16 according to the change of the system state. In the configuration of the invalid key table, each entry may be configured by a state number and a bit string indicating an invalid key as shown in FIG. The invalid key bit string 20 indicates that each bit corresponds to each key of the key input device. When the bit is 0, it is invalid, and when the bit is 1, it is valid. This method is effective in reducing the used memory size of the invalid key table when the number of keys of the key input device 8 is relatively small.

【0025】図6は本発明における無効キー制御の流れ
を簡単に示したものである。
FIG. 6 simply shows the flow of invalid key control in the present invention.

【0026】S1において、キー入力があるか否かを判
定し、キー入力がなければS1に戻り、キー入力があれ
ばS2へ進む。S2では無効キーテーブルを参照し、入
力キーが無効キーか否かを判別しS3に進む。S3では
無効キーの判別結果が無効キーである場合S5に進みキ
ー入力を廃棄する。入力キーが無効キーでない場合は、
S4に進み入力キーのキーコードを送出する。
In S1, it is determined whether or not there is a key input. If there is no key input, the process returns to S1, and if there is a key input, the process proceeds to S2. In S2, the invalid key table is referred to, it is determined whether or not the input key is an invalid key, and the process proceeds to S3. In S3, if the determination result of the invalid key is the invalid key, the process proceeds to S5, and the key input is discarded. If the input key is not an invalid key,
Proceed to S4 to send the key code of the input key.

【0027】[0027]

【発明の効果】本発明のキー入力システムにおける無効
キー制御装置によって、システムの状態に応じて動的に
無効キーを切り換えることができるので、きめの細かい
無効キー制御ができ、無効なキー入力による誤動作を防
ぐことができるとともに、不要なキーコードを送出しな
いためにシステムのパフォーマンスを向上させることが
できる。
With the invalid key control device in the key input system of the present invention, the invalid key can be dynamically switched according to the state of the system, so fine-grained invalid key control can be performed and invalid key input can be performed. It is possible to prevent malfunction and improve system performance because unnecessary key codes are not transmitted.

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

【図1】本発明に係る無効キー制御装置の概要を示す図
である。
FIG. 1 is a diagram showing an outline of an invalid key control device according to the present invention.

【図2】本発明に係る無効キー制御装置を備えたシステ
ムの構成図である。
FIG. 2 is a configuration diagram of a system including an invalid key control device according to the present invention.

【図3】本発明に係る無効キー制御装置の要部構成を示
した構成図である。
FIG. 3 is a configuration diagram showing a main configuration of an invalid key control device according to the present invention.

【図4】本発明に用いられる無効キーテーブルの説明図
である。
FIG. 4 is an explanatory diagram of an invalid key table used in the present invention.

【図5】本発明に用いられる無効キーテーブルの他の実
施の形態を示した説明図である。
FIG. 5 is an explanatory diagram showing another embodiment of an invalid key table used in the present invention.

【図6】本発明における無効キー判定におけるフローチ
ャートを示した説明図である。
FIG. 6 is an explanatory diagram showing a flowchart for determining an invalid key according to the present invention.

【図7】従来のシステムの構成を示した説明図である。FIG. 7 is an explanatory diagram showing a configuration of a conventional system.

【図8】従来の他のシステムの構成を示した説明図であ
る。
FIG. 8 is an explanatory diagram showing the configuration of another conventional system.

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

1 キー入力装置 2 キー入力制御部 3 キー入力侍機部 4 キー入力論理部 5 無効キーテーブル 6 システム制御部 7 アプリケーション 8 キー入力装置 9 キー入力モジュール 10 キー入力持ちタスク 11 キー入力論理制御タスク 12 キー入力モジュール用メモリ領域 13 無効キーテーブル 14 システム制御モジュール 15 システム状態番号 16 共有メモリ領域 17 他モジュール 18 無効キーテーブル1 19 無効キーテーブル2 20 無効キービット列 21 キー入力装置 22 キー入力制御部 23 アプリケーション1 24 無効キー判定部1 25 アプリケーション2 26 無効キー判定部2 27 キーボード 28 本体装置 29 標準用のコード変換テーブル 30 マスク処理用のコード変換テーブル 31 テーブル切換部 32 マスク処理部 33 業務処理部 34 ディスプレイ 35 システム本体 36 中央処理装置 37 ROM 38 RAM 39 キー入力制御部 40 画面制御部 41 通信制御部 42 キー入力装置 43 表示装置 1 key input device 2 key input control unit 3 key input samurai unit 4 key input logic unit 5 invalid key table 6 system control unit 7 application 8 key input device 9 key input module 10 key input holding task 11 key input logic control task 12 Memory area for key input module 13 Invalid key table 14 System control module 15 System state number 16 Shared memory area 17 Other module 18 Invalid key table 1 19 Invalid key table 2 20 Invalid key bit string 21 Key input device 22 Key input controller 23 Application 1 24 Invalid Key Judgment Unit 1 25 Application 2 26 Invalid Key Judgment Unit 2 27 Keyboard 28 Main Unit 29 Standard Code Conversion Table 30 Mask Conversion Code Conversion Table 31 Table Switching Unit 3 The mask processing unit 33 work processing section 34 display 35 system body 36 CPU 37 ROM 38 RAM 39 the key input control unit 40 the image controller 41 communication control unit 42 key input device 43 display device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 キー入力装置からキー入力を受け、入力
されたキーに応じて処理を行うシステムにおいて、 前記キー入力装置からキーコードを受け取るキー入力待
機部と前記キー入力待機部からキーコードを受け取り無
効キーか否かを判別するキー入力論理部と前記無効キー
の判別に用いられる無効キーテーブルとから成るキー入
力制御部と、 システムを統括的に管理しシステム状態を前記キー入力
論理部に知らせるとともに前記キー入力論理部からキー
コードを受け取り他のアプリケーションに渡すシステム
制御部とを備え、 前記キー入力待機部から受けたキーコードを前記キー入
力論理部でシステムの状態に応じて無効か否かを判別
し、無効である場合にはキーコードの送出を行わないで
前記キー入力制御部内で廃棄することを特徴とした無効
キー制御装置。
1. A system for receiving a key input from a key input device and processing according to the input key, wherein a key input standby unit for receiving a key code from the key input device and a key code for the key input standby unit A key input control unit consisting of a key input logic unit for determining whether or not a receiving invalid key and an invalid key table used for determination of the invalid key, and a system state is managed comprehensively by managing the system state in the key input logic unit. And a system control unit that receives the key code from the key input logic unit and passes it to another application, and determines whether the key code received from the key input standby unit is invalid according to the system state in the key input logic unit. If it is invalid, the key code is not transmitted and the key code is discarded in the key input control unit. Invalid key controller.
【請求項2】 前記無効キーテーブルをシステム状態を
示す状態番号と該当するシステム状態において無効とな
る無効キーの羅列によるキーリストの対とし、システム
状態の数だけ該リストを用意することにより、システム
状態に応じて動的に無効キーの切り換えが可能となるこ
とを特徴とする請求項1記載の無効キー制御装置。
2. A system in which the invalid key table is paired with a state number indicating a system state and a key list consisting of a list of invalid keys that are invalid in a corresponding system state, and the number of system states is prepared as the list. 2. The invalid key control device according to claim 1, wherein the invalid key can be dynamically switched according to the state.
【請求項3】 前記無効キーテーブルをシステム状態を
示す状態番号と該当するシステム状態において無効とな
るキーを示す無効キービット列の対とし、各キーをビッ
ト列に対応させることにより、ビットのオン/オフによ
って無効キーか否かを判別することを特徴とする請求項
1記載の無効キー制御装置。
3. The on / off of a bit is made by setting the invalid key table as a pair of a state number indicating a system state and an invalid key bit string indicating a key that becomes invalid in a corresponding system state, and associating each key with the bit string. The invalid key control device according to claim 1, wherein it is determined whether or not the key is an invalid key.
JP8071699A 1996-03-27 1996-03-27 Invalid key controller Pending JPH09258870A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8071699A JPH09258870A (en) 1996-03-27 1996-03-27 Invalid key controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8071699A JPH09258870A (en) 1996-03-27 1996-03-27 Invalid key controller

Publications (1)

Publication Number Publication Date
JPH09258870A true JPH09258870A (en) 1997-10-03

Family

ID=13468059

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8071699A Pending JPH09258870A (en) 1996-03-27 1996-03-27 Invalid key controller

Country Status (1)

Country Link
JP (1) JPH09258870A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7424515B2 (en) * 2003-11-14 2008-09-09 International Business Machines Corporation System and method for deferring the delivery of an e-mail

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7424515B2 (en) * 2003-11-14 2008-09-09 International Business Machines Corporation System and method for deferring the delivery of an e-mail

Similar Documents

Publication Publication Date Title
CN101689106B (en) Multiprocessor control device, multiprocessor control method, and multiprocessor control circuit
US20060200826A1 (en) Processor and information processing method
US6081901A (en) System and method for dynamically controlling processing speed of a computer in response to user commands
EP0675425B1 (en) A method for reducing power consumed by a computer
JP4607884B2 (en) Information processing device
CN100485583C (en) Power supply management system in parallel processing system and power supply management program therefor
CN101160562A (en) Method and apparatus for power reduction in an heterogeneously-multi-pipelined processor
EP1520228A2 (en) Multi-processor computer system
US5710936A (en) System resource conflict resolution method
KR960015311A (en) Data processing system and data processing method
US5664090A (en) Processor system and method for maintaining internal state consistency between active and stand-by modules
CN101178672A (en) Multi-nucleus processor sharing code segment patching method and apparatus
CN1926514B (en) Decoupling the number of logical threads from the number of simultaneous physical threads in a processor
JPH09258870A (en) Invalid key controller
CN100561448C (en) System controller, intercept tag modification method and signal conditioning package
JPH0476716A (en) Electronic apparatus
JPH10240607A (en) Memory system
JPS615361A (en) Communication interface circuit
JPH0512173A (en) Information processor
CN117149391A (en) Thread management method and device and electronic equipment
KR100208281B1 (en) Peripheral processor in the switching system
KR20010066164A (en) Apparatus for communication make use of shared memory
JPH04319757A (en) Information processor
JPH10105297A (en) Portable information terminal
JP2000347985A (en) Portable radio terminal and its operation

Legal Events

Date Code Title Description
A621 Written request for application examination

Effective date: 20040825

Free format text: JAPANESE INTERMEDIATE CODE: A621

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060926

A131 Notification of reasons for refusal

Effective date: 20061004

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061204

A131 Notification of reasons for refusal

Effective date: 20070111

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Effective date: 20070510

Free format text: JAPANESE INTERMEDIATE CODE: A02