JPH0327093A - Cursor control system - Google Patents
Cursor control systemInfo
- Publication number
- JPH0327093A JPH0327093A JP1161520A JP16152089A JPH0327093A JP H0327093 A JPH0327093 A JP H0327093A JP 1161520 A JP1161520 A JP 1161520A JP 16152089 A JP16152089 A JP 16152089A JP H0327093 A JPH0327093 A JP H0327093A
- Authority
- JP
- Japan
- Prior art keywords
- cursor
- cursor position
- conversion table
- cursor control
- key 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
Links
- 238000006243 chemical reaction Methods 0.000 claims abstract description 24
- 238000000034 method Methods 0.000 claims description 7
- 238000010586 diagram Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 230000002542 deteriorative effect Effects 0.000 description 1
Landscapes
- Controls And Circuits For Display Device (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はカーソル制御方式、特に、一般のテキスト処理
装置,ワードプロセッサ等、特にキーボードが小型化さ
れている装置において、少数のキーにより多様なカーソ
ル制御を可能とするためのカーソル制御方式に関する。[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a cursor control system, and particularly to devices with compact keyboards, such as general text processing devices and word processors, which can control various cursors using a small number of keys. This invention relates to a cursor control method to enable control.
従来、この種のカーソル制御方式は、キーボード上のl
個のキーに対して、1通りのカーソル移動規則しか定義
されていなかった。Traditionally, this type of cursor control method is
Only one cursor movement rule was defined for each key.
従来のカーソル制御方式は、多種多様なカーソル制御機
能を実現するためには、多数のカーソル制御用キーが必
要だが、小型化されたキーボードには全てのカーソル制
御用キーを設置する事はできないため、カーソル制御機
能が制限されていた。Conventional cursor control methods require a large number of cursor control keys to realize a wide variety of cursor control functions, but it is not possible to install all cursor control keys on a miniaturized keyboard. , cursor control functionality was limited.
また、表示装置上の目的の位置までカーソルを移動する
には、複数のカーソル制御用キーを操作する必要がある
ため、現在のカーソル位置を確認するため表示装置を見
る事と、次にカーソル制御用キーを摸作するためにキー
ボードを見る事を交互に行う必要があり、操作性を劣化
させるという欠点があった。In addition, in order to move the cursor to the desired position on the display device, it is necessary to operate multiple cursor control keys, so it is necessary to look at the display device to confirm the current cursor position, and then to control the cursor. It was necessary to look at the keyboard alternately in order to imitate the keys, which had the disadvantage of deteriorating operability.
本発明のカーソル制御方式は、1個のカーソル制御用キ
ーについて、そのキーが指示された時点のカーソル位置
と目的のカーソル位置とを定義するカーソル位置変換テ
ーブルと、カーソル制御用キーと、カーソル位置変換テ
ーブルとを制御するカーソル位置変換手段により構或さ
れる。The cursor control method of the present invention includes a cursor position conversion table that defines, for one cursor control key, the cursor position at the time when that key is specified and the desired cursor position, the cursor control key, and the cursor position. The cursor position conversion means controls the conversion table.
以下、図面を用いて本発明を詳細に説明する。 Hereinafter, the present invention will be explained in detail using the drawings.
第1図は、本発明の実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.
まず、キーボード1より入力された入力データaが入力
データ判定機構2に渡される。First, input data a input from the keyboard 1 is passed to the input data determination mechanism 2.
入力データ判定機構2では、受け取った入力データaを
内部の判定規準に従って判定し、入力データaがカーソ
ル制御用キーコードdであればカーソル位置変換制御機
能3に渡す。The input data determination mechanism 2 determines the received input data a according to internal determination criteria, and if the input data a is the cursor control key code d, it is passed to the cursor position conversion control function 3.
カーソル位置変換制御機能3は、まず、各カーソル制御
用キーコードごとに定義されているカーソル位置変換テ
ーブル郡4をサーチし、入力データ判定機構より受け取
ったカーソル制御用キーコードdのカーソル位置変換テ
ーブルCを読み込む。The cursor position conversion control function 3 first searches the cursor position conversion table group 4 defined for each cursor control key code, and searches the cursor position conversion table group 4 for the cursor control key code d received from the input data determination mechanism. Load C.
ここで、カーソル位置変換テーブルの概要を説明する。Here, an overview of the cursor position conversion table will be explained.
第2図は、カーソル位置変換テーブルの構造を示すもの
である。FIG. 2 shows the structure of the cursor position conversion table.
カーソル位置変換テーブルは、カーソル制御キーが揉作
された時点のカーソル位置を判定するためのカーソル位
置定義部41と、カーソルの移動先を定義する移動先定
義部42とで構威される。The cursor position conversion table is composed of a cursor position definition section 41 for determining the cursor position at the time when the cursor control key is pressed, and a movement destination definition section 42 for defining the movement destination of the cursor.
カーソル位置定義部411は、カーソル位置のX座標の
範囲を示し、412は、カーソル位置のY座標の範囲を
示す。The cursor position definition section 411 indicates the range of the X coordinate of the cursor position, and 412 indicates the range of the Y coordinate of the cursor position.
移動先定義部42は、移動先のカーソル位置のX座標4
21,Y座標422および移動先計算フラグ423で構
或される。The destination definition section 42 defines the X coordinate 4 of the cursor position of the destination.
21, Y coordinate 422, and destination calculation flag 423.
では次に、このカーソル位置変換テーブルを用いたカー
ソル位置変換手順を説明する。Next, a cursor position conversion procedure using this cursor position conversion table will be explained.
カーソル位置変換機構3は、カーソル位置記憶機構5よ
り、カーソル制御キーが操作された時点のカーソル位置
6 (X,Y座標)を読み込む。The cursor position conversion mechanism 3 reads the cursor position 6 (X, Y coordinates) at the time when the cursor control key is operated from the cursor position storage mechanism 5.
そして、既に読み込んであるカーソル位置変換テーブル
Cのカーソル位置定義部と照合し、該当する移動先定義
部を決定する。Then, it compares with the cursor position definition part of the cursor position conversion table C that has already been read, and determines the corresponding movement destination definition part.
次に、移動先定義部にX,Y座標が定義されている場合
は、この座標eをこのままカーソル表示制御部6に渡し
、カーソルを表示する。Next, if the X and Y coordinates are defined in the destination definition section, this coordinate e is passed as is to the cursor display control section 6 to display the cursor.
移動先定義にX,Y座標が定義されていない場合は、移
動先計算フラグにより、あらかじめ決められた手順によ
り移動先位置を算出し、カーソル制御部に渡す。If the X and Y coordinates are not defined in the destination definition, the destination calculation flag calculates the destination position according to a predetermined procedure and passes it to the cursor control unit.
以上説明した様に、本発明によれば一個のカーソル操作
キーで複数のカーソル制御ができるため、キーが少ない
小型キーボードを備える装置でも多様なカーソル操作を
実現できる事、また、カーソル操作を行う事においても
、目的の位置にカーソルを位置付けるとき、操作するキ
ーの数を少なくする事ができ、摸作性が改善されるとい
う効果がある。As explained above, according to the present invention, multiple cursors can be controlled with a single cursor operation key, so even a device equipped with a small keyboard with few keys can realize various cursor operations, and it is also possible to perform cursor operations. Also, when positioning the cursor at a target position, the number of keys to be operated can be reduced, which has the effect of improving ease of imitation.
第1図は、本発明の実施例の機能ブロック図、第2図は
、カーソル位置変換テーブルの構造を示す図である。
■・・・・・・キーボード、2・・・・・・入力データ
判定機構、3・・・・・・カーソル位置変換機構、4・
・・・・・カーソル位置変換テーブル郡、5・・・・・
・カーソル位置記憶機構、6・・・・・・カーソル表示
制御部、a・・・・・・キーボードより入力された入力
データ、d・・・・・・カーソル制御用キーコードデー
タ、C・・・・・・dに対応するカーソル位置変換テー
ブルデータ、b・・・・・・dが入力された時点のカー
ソル位置データ、e・・・・・・目的のカーソル位置デ
ータ。FIG. 1 is a functional block diagram of an embodiment of the present invention, and FIG. 2 is a diagram showing the structure of a cursor position conversion table. ■...Keyboard, 2...Input data determination mechanism, 3...Cursor position conversion mechanism, 4.
...Cursor position conversion table group, 5...
- Cursor position storage mechanism, 6...Cursor display control unit, a...Input data input from the keyboard, d...Key code data for cursor control, C... ...Cursor position conversion table data corresponding to d, b...Cursor position data at the time when d was input, e...Target cursor position data.
Claims (1)
文字等データを示すものか、カーソル制御を指示するカ
ーソル制御コードかを判定する入力データ判定手段と、
表示装置上の現在のカーソル位置を記憶するカーソル位
置記憶手段と、カーソル制御コードに対して現在のカー
ソル位置と、目的のカーソル位置とを定義するカーソル
位置変換テーブルと、現在のカーソル位置とカーソル位
置変換テーブルから、目的のカーソル位置を決定するカ
ーソル位置変換手段とを備える事を特長とするカーソル
制御方式。Input data entered from an input device such as a keyboard is
input data determining means for determining whether the input data indicates data such as characters or a cursor control code that instructs cursor control;
A cursor position storage means for storing a current cursor position on a display device, a cursor position conversion table that defines a current cursor position and a desired cursor position for a cursor control code, and a current cursor position and a cursor position. A cursor control method characterized by comprising cursor position conversion means for determining a desired cursor position from a conversion table.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1161520A JPH0327093A (en) | 1989-06-23 | 1989-06-23 | Cursor control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1161520A JPH0327093A (en) | 1989-06-23 | 1989-06-23 | Cursor control system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0327093A true JPH0327093A (en) | 1991-02-05 |
Family
ID=15736640
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1161520A Pending JPH0327093A (en) | 1989-06-23 | 1989-06-23 | Cursor control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0327093A (en) |
-
1989
- 1989-06-23 JP JP1161520A patent/JPH0327093A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3259716B2 (en) | Multi-stage key switch and portable information terminal device with multi-stage key switch | |
JPH0327093A (en) | Cursor control system | |
JPH04625A (en) | Information processor | |
JPH0330008A (en) | Multi-keyboard system | |
JPH1091300A (en) | Connection controller for mouse | |
JP2743837B2 (en) | keyboard | |
JPS6432333A (en) | Display control system | |
JP2000194498A (en) | Mouse type input device | |
JPS62214423A (en) | Document editing device | |
JPH03286219A (en) | Information input device | |
JPS58115478A (en) | Display control system | |
JPH0282818A (en) | Keyboard | |
JP2001159943A (en) | Data input device | |
JPH05197466A (en) | Keyboard | |
JPH04347766A (en) | Table processor | |
JPH0256012A (en) | Block data input control system | |
JPH06175773A (en) | Information processor | |
JPH06162017A (en) | Document preparing device | |
JPH0194417A (en) | Code input device | |
JPH0511911A (en) | Key input device | |
JPH07319596A (en) | Information processor | |
JPS6224806B2 (en) | ||
JPH03107193A (en) | Process data display device | |
JPH06309081A (en) | Computer system | |
JPH05197485A (en) | Input processor |