JPH02208718A - Window operating system - Google Patents

Window operating system

Info

Publication number
JPH02208718A
JPH02208718A JP3017789A JP3017789A JPH02208718A JP H02208718 A JPH02208718 A JP H02208718A JP 3017789 A JP3017789 A JP 3017789A JP 3017789 A JP3017789 A JP 3017789A JP H02208718 A JPH02208718 A JP H02208718A
Authority
JP
Japan
Prior art keywords
window
information
display
keyboard
window operation
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
JP3017789A
Other languages
Japanese (ja)
Inventor
Hiroshi Matsubara
宏 松原
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 JP3017789A priority Critical patent/JPH02208718A/en
Publication of JPH02208718A publication Critical patent/JPH02208718A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To execute a window operation without using a mouse, etc., by registering in advance window operating information corresponding to a specific key in a window operating information table. CONSTITUTION:Window operating information based on a window operation setting command is registered in a window operating information table 4, the window operating information stored in the window operating information table 4 is fetched by a keyboard information analyzing means 3, and based on its window operating information, window management information in a window management table 5 is updated. Subsequently, based on the window management information updated by a window control means 6 and a display image of a window in a window memory 8 corresponding to its window management information, a window display means 7 writes the display image of a display device 11 in a display memory 9. Next, a display control means 10 reads out the display image written in the display memory 9 by the window display means 7 and displays it on the display device 11. In such a manner, the window operation can be executed without using a mouse, etc.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はウィンドウ操作方式に関し、特にマルチウィン
ドウ方式が採用されている電子計算機システムにおける
ウィンドウ操作方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a window operation method, and particularly to a window operation method in a computer system in which a multi-window method is adopted.

〔従来の技術〕[Conventional technology]

従来、この種のウィンドウ操作方式では、利用者による
ウィンドウ操作(ウィンドウの移動、拡大/縮小および
重合せの変更等)はマウス等の位置指定可能な入力装置
(ポインティングデバイス)により行われていた。
Conventionally, in this type of window operation method, window operations (movement, enlargement/reduction, change of superimposition, etc. of windows) by a user have been performed using an input device (pointing device) such as a mouse that can specify a position.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のウィンドウ操作方式では、ウィンドウ操
作がマウス等の位置指定可能な入力装置によってのみ行
われているので、キーボードによる入力操作中にウィン
ドウ操作を行う必要が生じた場合には、キーボードによ
る入力操作を中断してマウス等の入力装置を使用したウ
ィンドウ操作を行いその後に再びキーボードによる入力
操作を行うという煩雑な手順を経なければならないとい
う欠点がある。
In the conventional window operation method described above, window operations are performed only using an input device such as a mouse that can specify the position, so if it becomes necessary to perform window operation while inputting using the keyboard, input using the keyboard is necessary. This method has a disadvantage in that it is necessary to go through a complicated procedure of interrupting the operation, performing a window operation using an input device such as a mouse, and then performing an input operation using a keyboard again.

本発明の目的は、上述の点に鑑み、キーボードからの簡
便なキー人力によってウィンドウ操作を行うことができ
、マウス等の位置指定可能な入力装置を使用せずにウィ
ンドウ操作を行うことができるウィンドウ操作方式を提
供することにある。
In view of the above-mentioned points, it is an object of the present invention to provide a window that allows window operations to be performed using simple manual keystrokes from a keyboard, and that allows window operations to be performed without using a position-specifiable input device such as a mouse. The purpose is to provide an operating method.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のウィンドウ操作方式は、マルチウィンドウ方式
が採用されている電子計算機システムにおいて行われる
利用者によるウィンドウ操作において、利用者によりキ
ーボードから入力されるウィンドウ操作設定指令および
ウィンドウ操作指令等を内容とする入力情報を制御する
キーボード制御手段と、このキーボード制御手段の制御
により受け取った入力情報を解析しその解析によりウィ
ンドウ操作設定指令を認識した場合にそのウィンドウ操
作設定指令に基づくウィンドウ操作情報をウィンドウ操
作情報テーブルに登録するキーボード情報解析手段と、
このキーボード情報解析手段による入力情報の解析によ
りウィンドウ操作指令が認識された場合にそのウィンド
ウ操作指令に基づき前記キーボード情報解析手段により
ウィンドウ操作情報テーブルに格納されたウィンドウ操
作情報を取り出してそのウィンドウ操作情報に基づいて
ウィンドウ管理テーブル内のウィンドウ管理情報を更新
するウィンドウ制御手段と、このウィンドウ制御手段に
より更新されたウィンドウ管理情報およびそのウィンド
ウ管理情報に対応するウィンドウメモリ内のウィンドウ
の表示イメージに基づいて表示メモリ内に表示装置の表
示イメージを書き込むウィンドウ表示手段と、このウィ
ンドウ表示手段により表示メモリに書き込まれた表示イ
メージを読み出して表示装置に表示する表示制御手段と
を有する。
The window operation method of the present invention includes window operation setting commands, window operation commands, etc. input by the user from the keyboard during window operations performed by the user in a computer system that employs a multi-window method. A keyboard control means for controlling input information, and when the input information received by the control of the keyboard control means is analyzed and a window operation setting command is recognized by the analysis, window operation information based on the window operation setting command is converted into window operation information. Keyboard information analysis means registered in the table;
When a window operation command is recognized by the analysis of input information by this keyboard information analysis means, the window operation information stored in the window operation information table is retrieved by the keyboard information analysis means based on the window operation command, and the window operation information is extracted from the window operation information stored in the window operation information table. a window control means that updates window management information in a window management table based on the window management information, and display based on the window management information updated by the window control means and the display image of the window in the window memory corresponding to the window management information. It has a window display means for writing a display image of the display device into the memory, and a display control means for reading out the display image written in the display memory by the window display means and displaying it on the display device.

〔作用〕[Effect]

本発明のウィンドウ操作方式では、キーボード制御手段
が利用者によりキーボードから入力されるウィンドウ操
作設定指令およびウィンドウ操作指令等を内容とする入
力情報を制御し、キーボード情報解析手段がキーボード
制御手段の制御により受け取った入力情報を解析しその
解析によりウィンドウ操作設定指令を認識した場合にそ
のウィンドウ操作設定指令に基づくウィンドウ操作情報
をウィンドウ操作情報テーブルに登録し、ウィンドウ制
御手段がキーボード情報解析手段による入力情報の解析
によりウィンドウ操作指令が認識された場合にそのウィ
ンドウ操作指令に基づきキーボード情報解析手段により
ウィンドウ操作情報テーブルに格納されたウィンドウ操
作情報を取り出してそのウィンドウ操作情報に基づいて
ウィンドウ管理テーブル内のウィンドウ管理情報を更新
し、ウィンドウ表示手段がウィンドウ制御手段により更
新されたウィンドウ管理情報およびそのウィンドウ管理
情報に対応するウィンドウメモリ内のウィンドウの表示
イメージに基づいて表示メモリ内に表示装置の表示イメ
ージを書き込み、表示制御手段がウィンドウ表示手段に
より表示メモリに書き込まれた表示イメージを読み出し
て表示装置に表示する。
In the window operation method of the present invention, the keyboard control means controls input information including window operation setting commands, window operation commands, etc. inputted by the user from the keyboard, and the keyboard information analysis means controls the input information by controlling the keyboard control means. When the received input information is analyzed and a window operation setting command is recognized by the analysis, the window operation information based on the window operation setting command is registered in the window operation information table, and the window control means registers the input information by the keyboard information analysis means. When a window operation command is recognized through analysis, the keyboard information analysis means retrieves the window operation information stored in the window operation information table based on the window operation command, and performs window management in the window management table based on the window operation information. updating the information, the window display means writes a display image of the display device in the display memory based on the window management information updated by the window control means and the display image of the window in the window memory corresponding to the window management information; The display control means reads out the display image written in the display memory by the window display means and displays it on the display device.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は、本発明のウィンドウ操作方式の一実施例の構
成を示すブロック図である0本実施例のウィンドウ操作
方式は、入力装置100と、情報処理装置200と、出
力装置300とを含んで構成されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the window operation method of the present invention. The window operation method of this embodiment includes an input device 100, an information processing device 200, and an output device 300. It is made up of.

入力装置100は、キーボード1と、キーボード制御手
段2とを含んで構成されている。
The input device 100 includes a keyboard 1 and a keyboard control means 2.

情報処理装置200は、キーボード情報解析手段3と、
ウィンドウ操作情報テーブル4と、ウィンドウ管理テー
ブル5と、ウィンドウ制御手段6と、ウィンドウ表示手
段7と、ウィンドウメモリ8と、表示メモリ9とを含ん
で構成されている。
The information processing device 200 includes a keyboard information analysis means 3;
It is configured to include a window operation information table 4, a window management table 5, a window control means 6, a window display means 7, a window memory 8, and a display memory 9.

出力装置300は、表示制御手段10と、CRT (C
athode  Ray  Tube、CRT以外の表
示装置であっても本発明の適用は可能である)11とを
含んで構成されている。
The output device 300 includes a display control means 10 and a CRT (C
The present invention is also applicable to display devices other than athode Ray Tube and CRT).

次に、このように構成された本実施例のウィンドウ操作
方式の動作について説明する。
Next, the operation of the window operation method of this embodiment configured as described above will be explained.

本実施例のウィンドウ操作方式が適用される電子計算機
システムの利用者は、ウィンドウ操作を行おうとする場
合に、入力装置100内のキーボード1からのキー人力
により所望のウィンドウ操作の内容を示すウィンドウ情
報(移動、拡張/縮小および重合せの変更等のウィンド
ウ操作の種別。
When a user of a computer system to which the window operation method of the present embodiment is applied wants to operate a window, he or she manually selects window information indicating the content of the desired window operation by manually pressing keys from the keyboard 1 in the input device 100. (Types of window operations such as moving, expanding/reducing, and changing overlap.

移動量2重合せの順序ならびに拡大/縮小の倍率等)を
ファンクションキー等のキーボード1上の特定のキーに
対応させて設定する指令(ウィンドウ操作設定指令)を
入力情報(キーボード1からの入力情報には、ウィンド
ウ操作設定指令の他に通常のキー人力等も含まれる)と
して入力する。
The input information (input information from the keyboard 1) is a command (window operation setting command) to set the movement amount 2 superimposition order, enlargement/reduction magnification, etc.) in correspondence with a specific key on the keyboard 1 such as a function key. This includes not only window operation setting commands but also normal key input, etc.).

キーボード制御手段2は、この入力情報を情報処理装置
200内のキーボード情報解析手段3に送付する。
The keyboard control means 2 sends this input information to the keyboard information analysis means 3 within the information processing device 200.

キーボード情報解析手段3は、入力情報の内容の判別(
ウィンドウ操作設定指令であるか通常のキー人力等であ
るか等の判別)を行う。
The keyboard information analysis means 3 determines the content of input information (
(Distinguish whether it is a window operation setting command or normal key manual input, etc.).

この判別で入力情報の内容がウィンドウ操作設定指令で
あることが認識されるので、キーボード情報解析手段3
はそのウィンドウ操作設定指令(ウィンドウ操作情報お
よびそのウィンドウ操作情報とファンクションキー等と
の対応付け)をウィンドウ操作情報テーブル4に登録す
る。
This determination recognizes that the input information is a window operation setting command, so the keyboard information analysis means 3
registers the window operation setting command (window operation information and the association between the window operation information and function keys, etc.) in the window operation information table 4.

次に、利用者は、上述のようにしてウィンドウ操作情報
が設定されたウィンドウ操作を実際に実行するために、
所望のウィンドウ操作に対応付けたファンクションキー
等のキー人力(ウィンドウ操作指令)を入力情報の入力
として入力装置100内のキーボード1から行う。
Next, in order to actually execute the window operation for which the window operation information has been set as described above, the user must:
A key input (window operation command) such as a function key associated with a desired window operation is performed from the keyboard 1 in the input device 100 as input information.

キーボード制御装置2の制御を介してこの入力情報を受
けた情報処理装置200内のキーボード情報解析手段3
は、この入力情報(ファンクションキー等により指示さ
れるウィンドウ操作指令)に対応するウィンドウ操作情
報をウィンドウ操作情報テーブル4より読み出してウィ
ンドウ制御手段6に送付する。
The keyboard information analysis means 3 in the information processing device 200 receives this input information through the control of the keyboard control device 2.
reads window operation information corresponding to this input information (window operation commands instructed by function keys, etc.) from the window operation information table 4 and sends it to the window control means 6.

ウィンドウ制御手段6は、送られてきたウィンドウ操作
情報に基づき、ウィンドウ管理テーブル5内のウィンド
ウ管理情報(現時点における各ウィンドウの位置、大き
さおよび重合せの順序等を示す情報)を更新し、更新し
たウィンドウ管理情報をウィンドウ表示手段7に送付す
る。
The window control means 6 updates the window management information (information indicating the current position, size, superimposition order, etc. of each window) in the window management table 5 based on the sent window operation information, and updates it. The window management information thus obtained is sent to the window display means 7.

ウィンドウ表示手段7は、送られてきたウィンドウ管理
情報(ウィンドウ管理情報中にはウィンドウメモリ8に
記憶されているウィンドウの表示イメージのアドレスが
含まれている)に基づいてウィンドウメモリ8から当該
ウィンドウ操作の対象のウィンドウの表示イメージを取
り出してその内容とウィンドウ管理情報とに基づいてC
RTIIに実際に表示される表示イメージ(当該ウィン
ドウ操作後の表示イメージ)を表示メモリ9に書き込む
The window display means 7 performs the window operation from the window memory 8 based on the sent window management information (the window management information includes the address of the display image of the window stored in the window memory 8). Extracts the display image of the target window and uses C based on its contents and window management information.
The display image actually displayed on the RTII (the display image after the window operation) is written into the display memory 9.

出力装置300内の表示制御手段10は、情報処理装置
200内の表示メモリ9に書き込まれた表示イメージを
CRTIIに表示する。
The display control means 10 in the output device 300 displays the display image written in the display memory 9 in the information processing device 200 on the CRTII.

なお、キーボード情報解析手段3によるウィンドウ操作
設定指令の認識に基づくウィンドウ操作情報の設定(ウ
ィンドウ操作情報テーブル4への格納)が−皮丘われる
と、以後に行われる同一のウィンドウ操作の際に重複し
てそのウィンドウ操作情報の設定を行う必要がないこと
はいうまでもない。
Note that if the window operation information setting (stored in the window operation information table 4) based on the recognition of the window operation setting command by the keyboard information analysis means 3 is changed, it will be duplicated in the same window operation performed later. Needless to say, there is no need to set the window operation information.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、マルチウィンドウ方式が
採用されている電子計算機システムの利用者によるウィ
ンドウ操作において、特定のキー(ウィンドウ操作指令
)に対応したウィンドウ換作情報をウィンドウ操作情報
テーブルに登録しておくこと等により、キーボードから
の簡便なキー人力によってウィンドウ操作を行うことが
でき、マウス等の位置指定可能な入力装置を使用せずに
ウィンドウ操作を行うことができるという効果がある。
As explained above, the present invention registers window modification information corresponding to a specific key (window operation command) in a window operation information table when a user of a computer system employing a multi-window method performs a window operation. By doing so, window operations can be performed using simple keystrokes from a keyboard, and window operations can be performed without using a position-specifiable input device such as a mouse.

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

第1図は本発明の一実施例の構成を示すブロック図であ
る。 図において、 1・・・キーボード、 2・・・キーボード制御手段、 3・・・キーボード情報解析手段、 4・・・ウィンドウ操作情報テーブル、5・・・ウィン
ドウ管理テーブル、 6・・・ウィンドウ制御手段、 7・・・ウィンドウ表示手段、 8・・・ウィンドウメモリ、 9・・・表示メモリ、 表示制御手段、 CRT。 入力装置、 情報処理装置、 出力装置である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, 1...Keyboard, 2...Keyboard control means, 3...Keyboard information analysis means, 4...Window operation information table, 5...Window management table, 6...Window control means , 7... window display means, 8... window memory, 9... display memory, display control means, CRT. They are an input device, an information processing device, and an output device.

Claims (1)

【特許請求の範囲】 マルチウィンドウ方式が採用されている電子計算機シス
テムにおいて行われる利用者によるウィンドウ操作にお
いて、 利用者によりキーボードから入力されるウィンドウ操作
設定指令およびウィンドウ操作指令等を内容とする入力
情報を制御するキーボード制御手段と、 このキーボード制御手段の制御により受け取った入力情
報を解析しその解析によりウィンドウ操作設定指令を認
識した場合にそのウィンドウ操作設定指令に基づくウィ
ンドウ操作情報をウィンドウ操作情報テーブルに登録す
るキーボード情報解析手段と、 このキーボード情報解析手段による入力情報の解析によ
りウィンドウ操作指令が認識された場合にそのウィンド
ウ操作指令に基づき前記キーボード情報解析手段により
ウィンドウ操作情報テーブルに格納されたウィンドウ操
作情報を取り出してそのウィンドウ操作情報に基づいて
ウィンドウ管理テーブル内のウィンドウ管理情報を更新
するウィンドウ制御手段と、 このウィンドウ制御手段により更新されたウィンドウ管
理情報およびそのウィンドウ管理情報に対応するウィン
ドウメモリ内のウィンドウの表示イメージに基づいて表
示メモリ内に表示装置の表示イメージを書き込むウィン
ドウ表示手段と、このウィンドウ表示手段により表示メ
モリに書き込まれた表示イメージを読み出して表示装置
に表示する表示制御手段と を有することを特徴とするウィンドウ操作方式。
[Scope of Claims] Input information containing window operation setting commands, window operation commands, etc. input by the user from the keyboard during window operations performed by the user in a computer system that employs a multi-window method. a keyboard control means for controlling the input information; and a keyboard control means that analyzes input information received by controlling the keyboard control means, and when a window operation setting command is recognized by the analysis, window operation information based on the window operation setting command is stored in a window operation information table. A keyboard information analysis means to be registered, and a window operation stored in a window operation information table by the keyboard information analysis means based on the window operation command when a window operation command is recognized by the analysis of input information by the keyboard information analysis means. a window control means for extracting information and updating window management information in a window management table based on the window operation information; and window management information updated by the window control means and information in a window memory corresponding to the window management information. It has a window display means for writing a display image of the display device into the display memory based on the display image of the window, and a display control means for reading out the display image written in the display memory by the window display means and displaying it on the display device. A window operation method characterized by:
JP3017789A 1989-02-09 1989-02-09 Window operating system Pending JPH02208718A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3017789A JPH02208718A (en) 1989-02-09 1989-02-09 Window operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3017789A JPH02208718A (en) 1989-02-09 1989-02-09 Window operating system

Publications (1)

Publication Number Publication Date
JPH02208718A true JPH02208718A (en) 1990-08-20

Family

ID=12296474

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3017789A Pending JPH02208718A (en) 1989-02-09 1989-02-09 Window operating system

Country Status (1)

Country Link
JP (1) JPH02208718A (en)

Similar Documents

Publication Publication Date Title
JPH02208718A (en) Window operating system
JPH03256116A (en) Information processor
JPH087121A (en) Information processor and attribute changing method
JPH01233617A (en) Information processor
JPH0950483A (en) Method for displaying character and device therefor
JP2982815B2 (en) Data processing device
JPH0470925A (en) Help message display system
JPH0467093A (en) Temporary window enlarging display system
JPH0756704A (en) Method for controlling multiwindow screen
JPH06295328A (en) Method and device for controlling display
JPH09293103A (en) Cell data scroll method
JPS6318422A (en) Data processing method
JPH082747Y2 (en) Document processing device
JPH0314168A (en) Character processor
JPH10187352A (en) Multiwindow system
JPS6175429A (en) Control system for window cursor position of editor
JPH02189623A (en) Window overlap system based upon keyboard input
JPH02282791A (en) Screen display device
JPH06242918A (en) Data processing method and device
JPS61122782A (en) Code picture selecting system
JPH03157718A (en) Data processor
JPH0216618A (en) Numeral controller
JPH0713674A (en) Information processor
JPH02148091A (en) Display controller
JPH0863322A (en) Display control method