JPH04314119A - Function key multiple registering/deleting/selecting mechanism - Google Patents

Function key multiple registering/deleting/selecting mechanism

Info

Publication number
JPH04314119A
JPH04314119A JP3079429A JP7942991A JPH04314119A JP H04314119 A JPH04314119 A JP H04314119A JP 3079429 A JP3079429 A JP 3079429A JP 7942991 A JP7942991 A JP 7942991A JP H04314119 A JPH04314119 A JP H04314119A
Authority
JP
Japan
Prior art keywords
function key
command
entry
command table
key command
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
JP3079429A
Other languages
Japanese (ja)
Inventor
Munehide Gotou
後藤 宗秀
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 JP3079429A priority Critical patent/JPH04314119A/en
Publication of JPH04314119A publication Critical patent/JPH04314119A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To register almost all commands to be used usually. CONSTITUTION:Function key registering command input processing 11 accepts the serial number of a function key inputted in order to register a command to the function key and command information desired to register. Function key command table dead entry search processing 12 searches the dead entry of a function key command table 14 corresponding to the designated function key, and obtains the unused entry. Function key command entry registration processing 13 registers the command information to the dead entry of the function key command table determined by the function key command table dead entry search processing 12.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、ファンションキーによ
りコマンドを入力するファンクションキーコマンド入力
方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a function key command input method for inputting commands using function keys.

【0002】0002

【従来の技術】コンピュータを使用する場合、ファンク
ションキーにコマンドを登録できるようになっているが
、一つのファンクションキーに一つのコマンドしか登録
できない。したがって、ファンクションキーの数だけし
かコマンドを登録できない。
2. Description of the Related Art When using a computer, commands can be registered to function keys, but only one command can be registered to one function key. Therefore, only as many commands as there are function keys can be registered.

【0003】0003

【発明が解決しようとする課題】従来の方式においては
、一つのファンクションキーに対して一つのコマンドし
か登録できないので、最大ファンクションキー以上のコ
マンドを登録する場合、既に登録されているコマンドを
つぶしてしまうことになり、やむあえずコマンドをつぶ
すか、コンソールから逐一コマンドを投入しなければな
らない。
[Problem to be Solved by the Invention] In the conventional system, only one command can be registered for one function key, so when registering commands that exceed the maximum function key, the already registered commands must be destroyed. Therefore, you have to either destroy the commands or enter them one by one from the console.

【0004】0004

【課題を解決するための手段】本発明によれば、「指定
ファンクションキーに対応するファンクションキーコマ
ンドテーブルの空きエントリをサーチし、未使用のエン
トリを求めるファンクションキーコマンドテーブル空き
エントリサーチ処理と、前記ファンクションキーコマン
ドテーブル空きエントリサーチ処理で決定したファンク
ションキーコマンドテーブルの空きエントリにコマンド
情報を登録するファンクションキーコマンドエントリ登
録処理と、指定ファンクションキーに対してファンクシ
ョンキーコマンドテーブルの全エントリの内容を表示す
るファンクションキーコマンドテーブル表示処理と、表
示中のカーソルのあるエントリーのコマンド情報を削除
するファンクションキーコマンドテーブルエントリ削除
処理と、表示中のカーソルのあるエントリのコマンド情
報を選択し、実行コマンドとして決定する実行コマンド
決定処理と、複数のエントリを持つファンクションキー
コマンドテーブルとを有することを特徴とするファンク
ションキーの多重登録・削除・選択機構」が得られる。
[Means for Solving the Problems] According to the present invention, there is provided a function key command table free entry search process for searching for a free entry in a function key command table corresponding to a designated function key and searching for an unused entry; A function key command entry registration process that registers command information in a free entry in the function key command table determined by the function key command table free entry search process, and displays the contents of all entries in the function key command table for a specified function key. Function key command table display processing, function key command table entry deletion processing that deletes the command information of the entry with the currently displayed cursor, and execution that selects the command information of the currently displayed entry with the cursor and determines it as the execution command. A function key multiple registration/deletion/selection mechanism characterized by having a command determination process and a function key command table having a plurality of entries is obtained.

【0005】[0005]

【実施例】次に、本発明の一実施例を示した図面を参照
して、より詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment of the present invention will be described in more detail with reference to the drawings.

【0006】図1は、本発明の一実施例におけるファン
クションキー多重登録処理1を示す図である。ファンク
ションキー登録コマンド入力処理11は、ファンクショ
ンキーにコマンド登録するために入力されたファンクシ
ョンキーの通番と登録したいコマンド情報とを受け付け
る。ファンクションキーコマンドテーブル空きエントリ
サーチ処理12は、指定ファンクションキーに対応する
ファンクションキーコマンドテーブル14の空きエント
リをサーチし、未使用のエントリを求める。ファンクシ
ョンキーコマンドエントリ登録処理13は、ファンクシ
ョンキーコマンドテーブル空きエントリサーチ処理12
で決定したファンクションキーコマンドテーブルの空き
エントリにコマンド情報を登録する。
FIG. 1 is a diagram showing function key multiple registration processing 1 in an embodiment of the present invention. Function key registration command input processing 11 receives the serial number of a function key input to register a command to a function key and command information to be registered. The function key command table empty entry search process 12 searches for an empty entry in the function key command table 14 corresponding to the designated function key to find an unused entry. The function key command entry registration process 13 is the function key command table free entry search process 12.
Register the command information in the empty entry in the function key command table determined in step.

【0007】図2は、本実施例におけるファンクション
キー削除処理2を示す。ファンクションキー削除コマン
ド入力処理21は、指定ファンクションキーのコマンド
削除情報を受け付け、ファンクションキーコマンドテー
ブル表示処理22に削除するファンクションキーを渡す
。ファンクションキーコマンドテーブル表示処理22は
、指定ファンクションキーに対してファンクションキー
コマンドテーブル24の全エントリの内容を表示する。 利用者がカーソルを移動して削除対象エントリを指定し
、リターンキーを押すことにより、ファンクションキー
コマンドテーブルエントリ削除処理23は、表示中のカ
ーソルのあるエントリーのコマンド情報を削除する。
FIG. 2 shows function key deletion processing 2 in this embodiment. A function key deletion command input process 21 receives command deletion information for a designated function key, and passes the function key to be deleted to a function key command table display process 22. The function key command table display process 22 displays the contents of all entries in the function key command table 24 for the designated function key. When the user moves the cursor to specify an entry to be deleted and presses the return key, the function key command table entry deletion process 23 deletes the command information of the entry with the currently displayed cursor.

【0008】図3は、本実施例におけるファンクション
キー実行選択機構3を示す。ファンクションキー入力処
理31は、ファンクションキーが押されることにより、
押下したファンクションキーの番号をファンクションキ
ーコマンドテーブル表示処理32に渡し、指定ファンク
ションキーに対するファンクションキーコマンドテーブ
ル34の全エントリの内容を表示する。利用者がカーソ
ルを移動して実行対象エントリを指定し、リターンキー
を押すことにより、実行コマンド決定処理33は表示中
のカーソルのあるエントリのコマンド情報を選択し、実
行コマンドとして決定され、コマンド実行処理35にコ
マンド情報が渡され実行される。
FIG. 3 shows the function key execution selection mechanism 3 in this embodiment. In the function key input process 31, when a function key is pressed,
The number of the pressed function key is passed to the function key command table display processing 32, and the contents of all entries in the function key command table 34 for the specified function key are displayed. When the user moves the cursor to specify the entry to be executed and presses the return key, the execution command determination process 33 selects the command information of the entry with the displayed cursor, determines it as an execution command, and executes the command. Command information is passed to processing 35 and executed.

【0009】図4はファンクションキーコマンドテーブ
ルの構成図である。ファンクションキーコマンドテーブ
ル41はファンクションキー対応に存在する。51は一
つのファンクションキーコマンドテーブルの各エントリ
の構成要素である通番である。使用フラグ52は、各エ
ントリが使用中であるか否かを表示する。53は各エン
トリに登録したコマンド情報を設定する領域である。
FIG. 4 is a diagram showing the structure of the function key command table. A function key command table 41 exists for each function key. 51 is a serial number that is a component of each entry in one function key command table. The usage flag 52 indicates whether each entry is in use. 53 is an area for setting command information registered in each entry.

【0010】次に、本実施例の動作を説明する。ファン
クションキーにコマンドを登録するとき、ファンクショ
ンキーコマンド入力処理11を利用して、ファンクショ
ンキーと、登録するコマンド情報を入力すると、ファン
クションキー多重登録処理1は以下の処理を行なう。
Next, the operation of this embodiment will be explained. When registering a command to a function key, when the function key and the command information to be registered are input using the function key command input process 11, the function key multiple registration process 1 performs the following process.

【0011】ファンクションキーコマンドテーブルエン
トルサーチ処理12は、まず、指定したファンクション
キーに対応するファンクションキーコマンドテーブル1
4をサーチし、空きエントリがないかを調べる。サーチ
方法について図4のファンクションキーコマンドテーブ
ル構成図を参照して説明する。まず、ファンクションキ
ーコマンドテーブル41の通番51の1から順に使用フ
ラグ52をチェックし、未使用のエントリか否かを調べ
る(未使用=0、使用中=1)。使用フラグが使用中の
場合、次のエントリを参照し、未使用か否かのチェック
を行なう。使用ブラグ52が未使用の場合、現在参照し
ているエントリの通番51をファンクションキーコマン
ドエントリ登録処理13に引き渡す。次に、ファンクシ
ョンキーコマンドエントリ登録処理13では、ファンク
ションキーコマンドエントリサーチ処理12で得た未使
用エントリの通番51のエントリに対して、使用フラグ
52を使用中とし、入力されたコマンド情報をコマンド
情報53に設定する。これにより、一つのファンクショ
ンキーに複数のコマンドを登録することが可能となる。
The function key command table entry search process 12 first searches the function key command table 1 corresponding to the specified function key.
4 to see if there are any free entries. The search method will be explained with reference to the function key command table configuration diagram shown in FIG. First, the usage flags 52 are checked in order from 1 in the serial number 51 of the function key command table 41 to determine whether the entry is unused (unused = 0, in use = 1). If the use flag is in use, the next entry is referenced to check whether it is unused. If the usage flag 52 is unused, the serial number 51 of the currently referenced entry is passed to the function key command entry registration process 13. Next, in the function key command entry registration process 13, the use flag 52 is set to "in use" for the entry with the serial number 51 of the unused entry obtained in the function key command entry search process 12, and the input command information is set as the command information. Set to 53. This makes it possible to register multiple commands to one function key.

【0012】ファンクションキーコマドテーブルからコ
マンドを削除するとき、ファンクションキーコマンドテ
ーブルエントリ削除コマンド入力処理21を利用してフ
ァンクションキーの番号を入力することにより、ファン
クションキーコマンドテーブル表示処理22は、指定の
ファンクションキーコマンドテーブル24の全エントリ
の内容を表示する。表示の仕方は、一つのエントリに対
して、通番51、使用フラグ(使用中、未使用)および
コマンド情報を表示し、以下全エントリの内容を表示す
る。全表示か完了すると、第一エントリにカーソルが位
置付けられる。利用者がカーソルキーを押下することに
より、削除したいエントリにカーソルを移動させ、リタ
ーンキーを押下することにより、現在のカーソル位置の
エントリの通番51が決定される。↓キーの押下で現在
のエントリに+1され、次のエントリを指す。↑キーの
押下で現在のエントリに−1され、一つ前のエントリを
指す。
When deleting a command from the function key command table, by inputting the function key number using the function key command table entry deletion command input process 21, the function key command table display process 22 deletes the specified function. The contents of all entries in the key command table 24 are displayed. The display method is to display the serial number 51, use flag (in use, unused), and command information for one entry, and then display the contents of all entries. When the full display is completed, the cursor is positioned at the first entry. By pressing the cursor key, the user moves the cursor to the entry to be deleted, and by pressing the return key, the serial number 51 of the entry at the current cursor position is determined. Pressing the ↓ key adds +1 to the current entry and points to the next entry. When the ↑ key is pressed, the current entry is subtracted by 1 and points to the previous entry.

【0013】表示は、画面全体を利用して表示されるが
、ファンクションキーコマンドテーブル41のエントリ
数が画面の行数より多い場合、はじめは先頭のエントリ
から表示可能行数だけ表示する。カーソルが画面の最終
行にあり、さらに↓キー押下されると画面全体をスクロ
ールアップし、画面の最終行にファンクションキーコマ
ンドテーブル41の表示されていたコマンド通番51の
次のエントリを画面の最終行に表示する。ファンクショ
ンキーコマンドテーブル41の最終エントリが表示され
ている場合はなにもしない。次に、↑キーを押下した場
合には、通常はカーソルを1行上に上げる。但し、カー
ソルが画面の先頭にあり、さらに↑キーを押下した場合
には、表示されている先頭のエントリの通番が1でない
ときは画面全体をスクロールダウンし、画面の先頭に表
示されていたコマンド通番51の一つ前のエントリを画
面の先頭行に表示する。エントリ通番51が1のときは
なにもしない。
[0013] The display is performed using the entire screen, but if the number of entries in the function key command table 41 is greater than the number of lines on the screen, initially only the number of displayable lines are displayed starting from the first entry. When the cursor is on the last line of the screen and the ↓ key is further pressed, the entire screen is scrolled up and the next entry of command serial number 51 that was displayed in the function key command table 41 is displayed on the last line of the screen. to be displayed. If the last entry of the function key command table 41 is displayed, nothing is done. Next, if you press the ↑ key, the cursor will normally move up one line. However, if the cursor is at the top of the screen and you press the ↑ key again, if the serial number of the first entry displayed is not 1, the entire screen will be scrolled down and the command displayed at the top of the screen will be scrolled down. The entry immediately before serial number 51 is displayed on the first line of the screen. When the entry serial number 51 is 1, nothing is done.

【0014】ファンクションキーコマンド削除処理23
は、ファンクションキーコマンドテーブル24の現在の
エントリ通番51のエントリを削除対象として削除処理
を行なう。削除の方法は、通番51のエントリの使用フ
ラグ52を未使用とし、コマンド設定領域53をクリア
する。
Function key command deletion processing 23
performs a deletion process targeting the entry with the current entry serial number 51 in the function key command table 24. The method of deletion is to set the use flag 52 of the entry with serial number 51 to unused and clear the command setting area 53.

【0015】ファンクションキーによりコマンドを実行
するとき、コマンドが登録されているファンクションキ
ーを押下することにより、ファンクションキー入力入力
処理31は指定のファンクションキーの番号をファンク
ションキーコマンド表示処理32に渡す。ファンクショ
ンキーコマンドテーブル表示処理32は、指定のファン
クションキーコマンドテーブルの全エントリの内容を表
示する。表示方法はコマンド削除時の表示方法と同じで
ある。全表示が完了すると、第一エントリにカーソルを
位置付ける。利用者がカーソルキーを押下することによ
り、実行したいカーソルを移動させ、リターンキーを押
下することにより、現在のカーソル位置のエントリの通
番51が決定される。カーソルのある現在のエントリ位
置の決定は削除処理と同様である。実行コマンド決定処
理33はファンクションキーコマンドテーブル34の現
在のエントリ通番51のエントリを実行対象として選択
し、コマド設定域53に格納されているコマンド情報3
5のコマンド実行処理に渡し、コマンドの実行を行なう
When executing a command using a function key, the function key input processing 31 passes the designated function key number to the function key command display processing 32 by pressing the function key in which the command is registered. Function key command table display processing 32 displays the contents of all entries in the specified function key command table. The display method is the same as the display method when deleting a command. When all display is completed, position the cursor at the first entry. By pressing the cursor key, the user moves the cursor to the desired execution, and by pressing the return key, the serial number 51 of the entry at the current cursor position is determined. Determining the current entry position where the cursor is located is similar to the deletion process. The execution command determination process 33 selects the entry with the current entry serial number 51 in the function key command table 34 as the execution target, and selects the command information 3 stored in the command setting area 53.
The command is passed to the command execution process in step 5, and the command is executed.

【0016】[0016]

【発明の効果】以上説明したように、本発明によれば、
ファンクションキーに登録できるコマンドの量が増加す
るので、通常使用するほとんどのコマンドを登録するこ
とができ、また、同一コマンドであってもパラメータの
内容を変更して登録しておけば、実行時にファンクショ
ンキー選択後コマンドの内容を変更することなく実行す
ることができることになり、入力時間の短縮と利用者の
負荷の軽減が図れる。また、利用者が多いときなどには
、待時間が少なくなり、ターンアラウンドが早くなる。
[Effects of the Invention] As explained above, according to the present invention,
This increases the number of commands that can be registered to function keys, allowing you to register most commonly used commands.Also, even if the command is the same, if you change the parameter contents and register it, you can use the function key at runtime. After selecting a key, the command can be executed without changing its contents, reducing input time and the user's load. Also, when there are many users, waiting time is reduced and turnaround is faster.

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

【図1】本発明の一実施例の機能ブロック図であり、フ
ァンクションキー多重登録処理を示す図である。
FIG. 1 is a functional block diagram of an embodiment of the present invention, and is a diagram showing function key multiple registration processing.

【図2】本発明の一実施例の機能ブロック図であり、フ
ァンクションキー削除処理を示す図である。
FIG. 2 is a functional block diagram of an embodiment of the present invention, and is a diagram showing function key deletion processing.

【図3】本発明の一実施例の機能ブロック図であり、フ
ァンクションキー実行処理を示す図である。
FIG. 3 is a functional block diagram of an embodiment of the present invention, and is a diagram showing function key execution processing.

【図4】本実施例におけるファンクションキーコマンド
テーブルの構成を示す図である。
FIG. 4 is a diagram showing the structure of a function key command table in this embodiment.

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

1    ファンクションキー多重登録処理2    
ファンクションキー削除処理3    ファンクション
キー実行処理11    ファンクションキー登録コマ
ンド入力処理12    ファンクションキーコマンド
テーブル空きエントリサーチ処理 13    ファンクションキーコマンドエントリ登録
処理14    ファンクションキーコマンドテーブル
21    ファンクションキー削除コマンド入力処理
22    ファンクションキーコマンドテーブル表示
表示処理 23    ファンクションキーコマンド削除処理31
    ファンクションキー入力処理32    ファ
ンクションキーコマンドテーブル表示処理33    
実行コマンド決定処理 34    ファンクションキーコマンドテーブル35
    コマンド実行処理 41    ファンクションキーコマンドテーブル51
    ファンクションキーコマンドテーブル内の各エ
ントリの通番 52    ファンクションキーコマンドテーブル内の
各エントリの使用フラグ 53    ファンクションキーコマンドテーブル内の
各エントリのコマンド情報の設定域
1 Function key multiple registration process 2
Function key deletion processing 3 Function key execution processing 11 Function key registration command input processing 12 Function key command table empty entry search processing 13 Function key command entry registration processing 14 Function key command table 21 Function key deletion command input processing 22 Function key command table display Display processing 23 Function key command deletion processing 31
Function key input processing 32 Function key command table display processing 33
Execution command determination process 34 Function key command table 35
Command execution processing 41 Function key command table 51
Serial number 52 of each entry in the function key command table Usage flag 53 of each entry in the function key command table Command information setting area for each entry in the function key command table

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  ファンクションキーでコマンドを入力
できる計算機システムにおいて、指定ファンクションキ
ーに対応するファンクションキーコマンドテーブルの空
きエントリをサーチし、未使用のエントリを求めるファ
ンクションキーコマンドテーブル空きエントリサーチ処
理と、前記ファンクションキーコマンドテーブル空きエ
ントリサーチ処理で決定したファンクションキーコマン
ドテーブルの空きエントリにコマンド情報を登録するフ
ァンクションキーコマンドエントリ登録処理と、指定フ
ァンクションキーに対してファンクションキーコマンド
テーブルの全エントリの内容を表示するファンクション
キーコマンドテーブル表示処理と、表示中のカーソルの
あるエントリーのコマンド情報を削除するファンクショ
ンキーコマンドテーブルエントリ削除処理と、表示中の
カーソルのあるエントリのコマンド情報を選択し、実行
コマンドとして決定する実行コマンド決定処理と、複数
のエントリを持つファンクションキーコマンドテーブル
とを有することを特徴とするファンクションキーの多重
登録・削除・選択機構。
1. In a computer system in which a command can be input using a function key, a function key command table free entry search process for searching for an unused entry in a function key command table corresponding to a designated function key; A function key command entry registration process that registers command information in a free entry in the function key command table determined by the function key command table free entry search process, and displays the contents of all entries in the function key command table for a specified function key. Function key command table display processing, function key command table entry deletion processing that deletes the command information of the entry with the currently displayed cursor, and execution that selects the command information of the currently displayed entry with the cursor and determines it as the execution command. A function key multiple registration/deletion/selection mechanism characterized by having a command determination process and a function key command table having a plurality of entries.
JP3079429A 1991-04-12 1991-04-12 Function key multiple registering/deleting/selecting mechanism Pending JPH04314119A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3079429A JPH04314119A (en) 1991-04-12 1991-04-12 Function key multiple registering/deleting/selecting mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3079429A JPH04314119A (en) 1991-04-12 1991-04-12 Function key multiple registering/deleting/selecting mechanism

Publications (1)

Publication Number Publication Date
JPH04314119A true JPH04314119A (en) 1992-11-05

Family

ID=13689633

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3079429A Pending JPH04314119A (en) 1991-04-12 1991-04-12 Function key multiple registering/deleting/selecting mechanism

Country Status (1)

Country Link
JP (1) JPH04314119A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012070035A (en) * 2010-09-21 2012-04-05 Giga-Byte Technology Co Ltd Keyboard having macro function, method for setting macro function related thereto and computer program product therefor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012070035A (en) * 2010-09-21 2012-04-05 Giga-Byte Technology Co Ltd Keyboard having macro function, method for setting macro function related thereto and computer program product therefor

Similar Documents

Publication Publication Date Title
JP3399665B2 (en) Information processing device
US6332145B1 (en) Method for creating browsing data of an information searching apparatus and method for searching information
JPH04314119A (en) Function key multiple registering/deleting/selecting mechanism
JPH04319775A (en) Cad system
JP2738851B2 (en) Input data processing display method using multiple cursors
JPH03256116A (en) Information processor
JPH06180663A (en) Electronic filing system
JP2703608B2 (en) Document processing method and apparatus
JPH04367895A (en) Page turnover control device in display device
JPH10198522A (en) Input controller and method for selecting and supporting command in the device
JPH05150932A (en) Computer device with icon display functi0n
JPS60189504A (en) Numerical controller
JPH05250132A (en) Program processor
JPS63610A (en) Automatic executing method for operation procedure
JPH01118924A (en) Information retrieving device
JPH01118923A (en) Information retrieving device
JPH04114269A (en) Document processor
JPH0425929A (en) Input position designation device
JPH01214917A (en) Cursor display control system
JPH05119947A (en) Method and device for menu management
JPH05108242A (en) Key data registration device
JPH03209575A (en) Optimizing device for data display position
JPS63301322A (en) Data processor
JPH06290149A (en) Function execution support system and function registering method for information processor
JPS62229187A (en) Cursor control system for image display unit