JP2018032445A - Control program, control method, and control device - Google Patents

Control program, control method, and control device Download PDF

Info

Publication number
JP2018032445A
JP2018032445A JP2017229641A JP2017229641A JP2018032445A JP 2018032445 A JP2018032445 A JP 2018032445A JP 2017229641 A JP2017229641 A JP 2017229641A JP 2017229641 A JP2017229641 A JP 2017229641A JP 2018032445 A JP2018032445 A JP 2018032445A
Authority
JP
Japan
Prior art keywords
operation target
input
item
gui
focus
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
JP2017229641A
Other languages
Japanese (ja)
Inventor
雅人 清野
Masahito Kiyono
雅人 清野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2017229641A priority Critical patent/JP2018032445A/en
Publication of JP2018032445A publication Critical patent/JP2018032445A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent erroneous operation caused by displacement at focus operation in operating a pointing device such as displacement at clicking in a mouse operation.SOLUTION: An operation target information generating part 12 generates operation acceptance region information and operation target information containing an input target item, and stores them in an operation target information storage part 14. Then, in a case where a mouse pointer is in an operation acceptance region on the basis of operation target information stored with the operation target information storage part 14, a focus setting part 16 sets a focus at the input target item.SELECTED DRAWING: Figure 2

Description

本発明は、制御プログラム、制御方法及び制御装置に関する。   The present invention relates to a control program, a control method, and a control device.

コンピュータを操作する際、GUI(グラフィカルユーザインタフェース:Graphical User Interface)上で操作対象を指示する方法としてマウスが主に用いられている。マウスによる操作では、ユーザは、マウスポインタを目的の位置に移動させた後、マウス位置を保持したままマウスボタンをクリックする。   When operating a computer, a mouse is mainly used as a method of instructing an operation target on a GUI (Graphical User Interface). In the operation with the mouse, the user moves the mouse pointer to a target position and then clicks the mouse button while holding the mouse position.

例えば、ユーザがGUI上の入力欄にマウスポインタを移動させ、マウスボタンをクリックすることにより、入力欄へフォーカスが設定され、入力欄へのキーボードからの入力が可能な状態になる。ここで、入力欄へフォーカスが設定されるとは、入力欄に対してキーボードからの入力が可能な状態にすることである。   For example, when the user moves the mouse pointer to the input field on the GUI and clicks the mouse button, the focus is set to the input field and the keyboard can be input to the input field. Here, the focus being set in the input field means that the input field can be input from the keyboard.

また、ユーザがGUI上のボタンにマウスポインタを移動させ、マウスボタンをクリックすることにより、ボタンへフォーカスが設定されるとともに、ボタンが押下された状態となる。なお、GUI上のボタンへフォーカスが設定されると、ボタンに対するキーボードからの入力が可能となり、キーボードから「スペース」が入力されると、ボタンが押下されたことになる。   Further, when the user moves the mouse pointer to a button on the GUI and clicks the mouse button, the focus is set on the button and the button is pressed. When focus is set on a button on the GUI, input from the keyboard becomes possible for the button, and when “space” is input from the keyboard, the button is pressed.

また、マウス操作に関連する技術として、ディスプレイ上に表示されたドキュメント画像に対してユーザがマウス操作を行うことにより、ドキュメント画像からタイトルや著者などのメタデータを抽出する従来技術がある(例えば、特許文献1参照。)。   In addition, as a technique related to the mouse operation, there is a conventional technique in which metadata such as a title and an author is extracted from a document image by a user performing a mouse operation on the document image displayed on the display (for example, (See Patent Document 1).

特開2005−71349号公報JP 2005-71349 A

しかしながら、障がい者や握力の低下した高齢者の場合、マウスボタンをクリックする際にマウスの位置がずれてしまうことがあり、目的とする対象と異なる対象が操作されてしまうという問題がある。   However, in the case of a disabled person or an elderly person whose grip strength is reduced, there is a problem that the position of the mouse may be shifted when the mouse button is clicked, and a target different from the target target is operated.

本発明は、1つの側面では、マウス操作におけるクリック時の位置ずれなどポインティングデバイス操作におけるフォーカス操作時の位置ずれに起因する誤操作を防ぐGUIを提供することを目的とする。   In one aspect, an object of the present invention is to provide a GUI that prevents an erroneous operation caused by a position shift at the time of a focus operation in a pointing device operation such as a position shift at the time of a mouse operation.

本願の開示する制御プログラムは、1つの態様において、コンピュータに以下の処理を実行させる。制御プログラムは、画面内に配置されたボタンの周囲の領域又は入力欄の周囲の領域へのポインタの進入検出に応じて、該ボタン又は該入力欄への入力操作を受け付ける状態に遷移する、処理をコンピュータに実行させる。   In one aspect, a control program disclosed in the present application causes a computer to execute the following processing. The control program makes a transition to a state in which an input operation to the button or the input field is accepted in response to detection of a pointer entering the area around the button arranged in the screen or the area around the input field. Is executed on the computer.

1実施態様によれば、ポインティングデバイス操作におけるフォーカス操作時の位置ずれに起因する誤操作を防ぐことができる。   According to one embodiment, it is possible to prevent an erroneous operation due to a positional shift during a focus operation in a pointing device operation.

図1は、操作対象項目へのフォーカスの設定を説明するための図である。FIG. 1 is a diagram for describing setting of a focus on an operation target item. 図2は、実施例に係るGUI部の機能構成を示す図である。FIG. 2 is a diagram illustrating a functional configuration of the GUI unit according to the embodiment. 図3Aは、操作対象情報作成部により操作対象情報が作成される操作対象を説明するための図である。FIG. 3A is a diagram for explaining an operation target for which operation target information is created by the operation target information creation unit. 図3Bは、操作受付領域を示す図である。FIG. 3B is a diagram illustrating an operation reception area. 図3Cは、入力対象項目を説明するための図である。FIG. 3C is a diagram for explaining the input target items. 図4Aは、入力対象項目とすることができる他の項目例を示す第1の図である。FIG. 4A is a first diagram illustrating another example of items that can be input items. 図4Bは、入力対象項目とすることができる他の項目例を示す第2の図である。FIG. 4B is a second diagram illustrating another example of items that can be input items. 図5は、項目情報記憶部の一例を示す図である。FIG. 5 is a diagram illustrating an example of the item information storage unit. 図6は、操作対象情報記憶部の一例を示す図である。FIG. 6 is a diagram illustrating an example of the operation target information storage unit. 図7は、操作対象情報作成部による操作対象情報を作成する処理のフローを示すフローチャートである。FIG. 7 is a flowchart showing a flow of processing for creating operation target information by the operation target information creation unit. 図8は、ユーザの入力操作を受け付ける処理のフローを示すフローチャートである。FIG. 8 is a flowchart showing a flow of processing for accepting a user input operation. 図9は、実施例に係るPCのハードウェア構成を示す図である。FIG. 9 is a diagram illustrating a hardware configuration of the PC according to the embodiment.

以下に、本願の開示する制御プログラム、制御方法及び制御装置の実施例を図面に基づいて詳細に説明する。なお、この実施例は開示の技術を限定するものではない。   Hereinafter, embodiments of a control program, a control method, and a control device disclosed in the present application will be described in detail with reference to the drawings. Note that this embodiment does not limit the disclosed technology.

まず、実施例に係るGUIにおける操作対象項目へのフォーカスの設定について説明する。ここで、操作対象項目へのフォーカスの設定とは、入力欄、ボタンなどのGUI部品に対してキーボードからの入力が可能な状態にすることである。   First, setting of the focus on the operation target item in the GUI according to the embodiment will be described. Here, the setting of the focus on the operation target item is a state in which input from the keyboard can be performed on GUI parts such as input fields and buttons.

図1は、実施例に係るGUIにおける操作対象項目へのフォーカスの設定を説明するための図である。実施例に係るGUIでは、網点で網掛けされた領域4にマウスポインタがあると、マウスボタンがクリックされなくても、また、マウスポインタが入力欄2になくても、入力欄2にフォーカスが設定される。また、実施例に係るGUIでは、斜線で網掛けされた領域5にマウスポインタがあると、マウスボタンがクリックされなくても、また、マウスポインタがボタン3上になくても、ボタン3にフォーカスが設定される。   FIG. 1 is a diagram for explaining setting of a focus on an operation target item in the GUI according to the embodiment. In the GUI according to the embodiment, if the mouse pointer is in the area 4 shaded with halftone dots, the focus is on the input field 2 even if the mouse button is not clicked or the mouse pointer is not in the input field 2. Is set. Further, in the GUI according to the embodiment, if the mouse pointer is in the shaded area 5, the mouse button is not clicked, and even if the mouse pointer is not on the button 3, the focus is on the button 3. Is set.

このように、実施例に係るGUIでは、ユーザは、マウスボタンをクリックすることなく操作対象にフォーカスを設定することができる。したがって、実施例に係るGUIは、ユーザが入力欄2をクリックする際に位置ずれにより誤ってボタン3をクリックすることを防ぐことができる。   Thus, in the GUI according to the embodiment, the user can set the focus on the operation target without clicking the mouse button. Therefore, the GUI according to the embodiment can prevent the user from clicking the button 3 by mistake due to the displacement when the user clicks the input field 2.

また、ユーザは、実際の操作対象より広い範囲を操作対象としてマウスポインタで指示することができる。したがって、実施例に係るGUIは、ユーザが小さな操作対象をマウスポインタで正確に指示できない場合でも、マウスポインタによる誤操作を防ぐことができる。   In addition, the user can specify with a mouse pointer an operation range wider than the actual operation target. Therefore, the GUI according to the embodiment can prevent an erroneous operation by the mouse pointer even when the user cannot accurately indicate a small operation target with the mouse pointer.

次に、実施例に係るGUI部の機能構成について説明する。ここで、GUI部とは、表示装置にGUIを提供する機能部である。GUI部は、コンピュータ上でGUIプログラムが実行されることにより実現される。   Next, a functional configuration of the GUI unit according to the embodiment will be described. Here, the GUI unit is a functional unit that provides a GUI to the display device. The GUI unit is realized by executing a GUI program on a computer.

図2は、実施例に係るGUI部の構成を示す機能ブロック図である。図2に示すように、GUI部10は、表示部11と、操作対象情報作成部12と、項目情報記憶部13と、操作対象情報記憶部14と、位置監視部15と、フォーカス設定部16と、入力受付部17とを有する。なお、GUI部10は、PC(パーソナルコンピュータ:Personal Computer)1上で動作するアプリケーション20からの要求により起動される。   FIG. 2 is a functional block diagram illustrating the configuration of the GUI unit according to the embodiment. As shown in FIG. 2, the GUI unit 10 includes a display unit 11, an operation target information creation unit 12, an item information storage unit 13, an operation target information storage unit 14, a position monitoring unit 15, and a focus setting unit 16. And an input receiving unit 17. The GUI unit 10 is activated in response to a request from an application 20 running on a PC (Personal Computer) 1.

表示部11は、アプリケーション20からの要求に基づいて表示装置上にGUI画面を表示する。また、表示部11は、操作対象情報作成部12からの指示に基づいて、表示装置上にGUI部品を表示する。   The display unit 11 displays a GUI screen on the display device based on a request from the application 20. Further, the display unit 11 displays a GUI component on the display device based on an instruction from the operation target information creation unit 12.

操作対象情報作成部12は、GUI画面でのマウスによる操作対象についての情報を作成し、作成した情報を操作対象情報記憶部14に格納する。図3Aは、操作対象情報作成部12により操作対象情報が作成される操作対象を説明するための図である。   The operation target information creation unit 12 creates information about the operation target with the mouse on the GUI screen, and stores the created information in the operation target information storage unit 14. FIG. 3A is a diagram for explaining an operation target for which operation target information is created by the operation target information creation unit 12.

図3Aに示すように、GUI部品である入力項目31a、項目タイトル32aおよび装飾枠33aがグループ化されることによりグループxが作成され、作成されたグループxがマウスによる操作対象となる。また、GUI部品である入力項目31c、項目タイトル32c及び装飾枠33cがグループ化されることによりグループyが作成され、作成されたグループyがマウスによる操作対象となる。このように、操作対象情報作成部12は、GUI部品をグループ化することにより、操作対象を作成する。   As shown in FIG. 3A, a group x is created by grouping input items 31a, item titles 32a, and decorative frames 33a, which are GUI components, and the created group x becomes an operation target with the mouse. In addition, the input item 31c, the item title 32c, and the decoration frame 33c, which are GUI parts, are grouped to create a group y, and the created group y becomes an operation target with the mouse. As described above, the operation target information creation unit 12 creates an operation target by grouping GUI parts.

また、操作対象情報作成部12は、操作対象に対して操作受付領域を定義する。ここで、操作受付領域とは、操作対象に含まれる入力対象項目にフォーカスを設定するためにマウスポインタが指示すべき領域である。   In addition, the operation target information creation unit 12 defines an operation reception area for the operation target. Here, the operation reception area is an area that the mouse pointer should point to in order to set the focus on the input target item included in the operation target.

図3Bは、操作受付領域を示す図である。図3Bにおいて、操作受付領域34aは、図3Aに示したグループxに対応する操作受付領域であり、操作受付領域34cは、図3Aに示したグループyに対応する操作受付領域である。   FIG. 3B is a diagram illustrating an operation reception area. In FIG. 3B, the operation reception area 34a is an operation reception area corresponding to the group x shown in FIG. 3A, and the operation reception area 34c is an operation reception area corresponding to the group y shown in FIG. 3A.

操作対象情報作成部12は、GUI画面の設計者の指示に基づいて操作対象に対する操作受付領域を定義する。あるいは、操作対象情報作成部12は、操作対象のグループに含まれるGUI部品全てが内包されるような画面上の領域を操作受付領域として自動的に定義する。   The operation target information creating unit 12 defines an operation reception area for the operation target based on an instruction from the designer of the GUI screen. Alternatively, the operation target information creation unit 12 automatically defines an area on the screen in which all GUI components included in the operation target group are included as an operation reception area.

例えば、操作対象情報作成部12は、操作対象のグループに含まれるGUI部品のうちGUI画面上で最も左上に位置するGUI部品の左上の座標と、最も右下に位置するGUI部品の右下の座標を対角線とする矩形を操作受付領域として定義する。また、操作対象情報作成部12は、最も左上に位置するGUI部品の左上の座標と、最も右下に位置するGUI部品の右下の座標を対角線とする矩形の上下左右に所定の幅を設けて操作受付領域とすることもできる。   For example, the operation target information creation unit 12 includes the upper left coordinates of the GUI part located at the upper left position on the GUI screen among the GUI parts included in the operation target group, and the lower right position of the GUI part located at the lower right position. A rectangle whose coordinates are diagonal lines is defined as an operation reception area. In addition, the operation target information creation unit 12 provides predetermined widths in the upper, lower, left, and right sides of a rectangle whose diagonal lines are the upper left coordinates of the GUI component located at the upper left and the lower right coordinates of the GUI component located at the lower right. It can also be used as an operation reception area.

また、操作対象情報作成部12は、操作対象に含まれる入力対象項目を1つ決定する。図3Cは、入力対象項目を説明するための図である。図3Cにおいて、操作対象情報作成部12は、図3Aに示したグループxに含まれる入力項目31aを入力対象項目として決定し、図3Aに示したグループyに含まれる入力項目31cを入力対象項目として決定する。   The operation target information creation unit 12 determines one input target item included in the operation target. FIG. 3C is a diagram for explaining the input target items. 3C, the operation target information creation unit 12 determines the input item 31a included in the group x illustrated in FIG. 3A as the input target item, and selects the input item 31c included in the group y illustrated in FIG. 3A as the input target item. Determine as.

そして、操作対象情報作成部12は、グループの情報、操作受付領域の情報、入力対象項目の情報を操作対象情報として操作対象情報記憶部14に格納する。このように、操作対象情報作成部12が操作対象情報を作成することによって、GUI部10は操作対象情報に基づいてフォーカスの設定を行うことができる。   Then, the operation target information creation unit 12 stores group information, operation reception area information, and input target item information in the operation target information storage unit 14 as operation target information. As described above, the operation target information creating unit 12 creates the operation target information, so that the GUI unit 10 can set the focus based on the operation target information.

なお、図3A〜図3Cでは、入力欄を有する入力項目を入力対象項目とする場合について説明したが、他の項目を入力対象項目とすることもできる。図4A及び図4Bは、入力対象項目とすることができる他の項目例を示す図である。   In addition, although FIG. 3A-FIG. 3C demonstrated the case where the input item which has an input column was made into an input object item, another item can also be made into an input object item. 4A and 4B are diagrams illustrating other example items that can be set as input target items.

図4Aに示すように、入力対象項目とすることができる他の項目としては、GUI画面上のボタン3、チェックボックス6がある。また、図4Bに示すように、入力対象項目とすることができる他の項目としては、Webページへのリンク7がある。   As shown in FIG. 4A, other items that can be input items include a button 3 and a check box 6 on the GUI screen. As shown in FIG. 4B, another item that can be an input target item is a link 7 to a Web page.

図2に戻って、項目情報記憶部13は、GUI部品を項目として項目情報を記憶する。図5は、項目情報記憶部13の一例を示す図である。図5に示すように、項目情報記憶部13は、項目毎に、項目番号、項目種別、左上座標、右下座標、データ型、項目値などを記憶する。   Returning to FIG. 2, the item information storage unit 13 stores item information using GUI parts as items. FIG. 5 is a diagram illustrating an example of the item information storage unit 13. As shown in FIG. 5, the item information storage unit 13 stores an item number, an item type, an upper left coordinate, a lower right coordinate, a data type, an item value, and the like for each item.

項目番号は、項目を識別する番号である。項目種別は、項目の種別を示す。左上座標は、GUI画面における項目の左上のxy座標であり、右下座標は、GUI画面における項目の右下のxy座標である。座標は、例えば、画面の左上を原点として、画面の右方向をx軸とし、画面の下方向をy軸とする。   The item number is a number for identifying the item. The item type indicates the type of item. The upper left coordinate is the xy coordinate at the upper left of the item on the GUI screen, and the lower right coordinate is the xy coordinate at the lower right of the item on the GUI screen. The coordinates are, for example, the upper left corner of the screen as the origin, the right direction of the screen as the x axis, and the lower direction of the screen as the y axis.

なお、GUI画面上で項目が占める領域は矩形である。また、操作対象情報作成部12は、項目情報記憶部13が記憶する左上座標及び右下座標を用いて、操作受付領域を自動で定義することができる。   Note that the area occupied by the item on the GUI screen is a rectangle. Further, the operation target information creating unit 12 can automatically define an operation reception area using the upper left coordinates and lower right coordinates stored in the item information storage unit 13.

データ型は、項目が入力対象項目である場合に、キーボードから受け付ける値の型を示す。項目値は、項目に関連する値を示し、例えば、項目種別が「項目タイトル」である場合には、項目値は、タイトルを示す。   The data type indicates the type of value received from the keyboard when the item is an input target item. The item value indicates a value related to the item. For example, when the item type is “item title”, the item value indicates a title.

例えば、項目情報記憶部13は、項目番号が「00003」である項目について、項目種別として「項目タイトル」を、左上座標として(10,10)を、右下座標として(30,40)を、項目値として「項目A」を記憶する。   For example, for the item whose item number is “00003”, the item information storage unit 13 sets “item title” as the item type, (10, 10) as the upper left coordinate, (30, 40) as the lower right coordinate, “Item A” is stored as the item value.

操作対象情報記憶部14は、操作対象情報を記憶する。図6は、操作対象情報記憶部14の一例を示す図である。図6に示すように、操作対象情報記憶部14は、操作対象毎に、グループ名、左上座標、右下座標、項目数、入力対象項目番号、n個の項目番号を記憶する。ここで、nは、操作対象に含まれる項目数の最大値である。   The operation target information storage unit 14 stores operation target information. FIG. 6 is a diagram illustrating an example of the operation target information storage unit 14. As illustrated in FIG. 6, the operation target information storage unit 14 stores a group name, an upper left coordinate, a lower right coordinate, an item number, an input target item number, and n item numbers for each operation target. Here, n is the maximum number of items included in the operation target.

グループ名は、操作対象に対応するグループを識別する名前である。左上座標は、GUI画面における操作受付領域の左上のxy座標であり、右下座標は、GUI画面における操作受付領域の右下のxy座標である。項目数は、操作対象に含まれる項目すなわちGUI部品の数であり、入力対象項目番号は、操作対象に対して1つだけ定義される入力対象項目を識別する番号である。項目番号は、操作対象に含まれる項目を識別する番号であり、項目数だけある。   The group name is a name for identifying a group corresponding to the operation target. The upper left coordinate is the xy coordinate at the upper left of the operation reception area on the GUI screen, and the lower right coordinate is the xy coordinate at the lower right of the operation reception area on the GUI screen. The number of items is the number of items included in the operation target, that is, the number of GUI components, and the input target item number is a number for identifying only one input target item defined for the operation target. The item number is a number for identifying an item included in the operation target, and there are only the number of items.

例えば、操作対象情報記憶部14は、グループ名が「x」であるグループに対応する操作対象について、左上座標として(8,8)を、右下座標として(68,45)を、項目数として「3」を、入力対象項目番号として「00011」を記憶する。また、操作対象情報記憶部14は、グループ名が「x」であるグループに対応する操作対象について、項目番号として「00003」、「00011」などを記憶する。   For example, for the operation target corresponding to the group whose group name is “x”, the operation target information storage unit 14 sets (8, 8) as the upper left coordinates and (68, 45) as the lower right coordinates as the number of items. “0001” is stored as “3” as an input target item number. In addition, the operation target information storage unit 14 stores “00003”, “00011”, and the like as item numbers for the operation target corresponding to the group whose group name is “x”.

位置監視部15は、マウスポインタの位置を監視し、マウスポインタの位置をフォーカス設定部16に通知する。フォーカス設定部16は、マウスポインタの位置に基づいて、マウスポインタが指示する操作対象を特定し、特定した操作対象にフォーカスを設定する。具体的には、フォーカス設定部16は、マウスポインタが、操作対象情報記憶部14が記憶する左上座標及び右下座標で定義される操作受付領域のうちいずれかの操作受付領域内に移動すると、対応する操作対象をマウスポインタが指示する操作対象として特定する。   The position monitoring unit 15 monitors the position of the mouse pointer and notifies the focus setting unit 16 of the position of the mouse pointer. The focus setting unit 16 specifies an operation target indicated by the mouse pointer based on the position of the mouse pointer, and sets a focus on the specified operation target. Specifically, when the mouse pointer moves into one of the operation reception areas defined by the upper left coordinates and the lower right coordinates stored in the operation target information storage section 14, The corresponding operation target is specified as the operation target indicated by the mouse pointer.

入力受付部17は、フォーカスが設定された操作対象に含まれる入力対象項目に対するキーボードからの入力を受け付けて、アプリケーション20に渡す。   The input receiving unit 17 receives input from the keyboard for an input target item included in the operation target for which focus is set, and passes the input to the application 20.

次に、操作対象情報作成部12による操作対象情報を作成する処理のフローについて説明する。図7は、操作対象情報作成部12による操作対象情報を作成する処理のフローを示すフローチャートである。   Next, a flow of processing for creating operation target information by the operation target information creating unit 12 will be described. FIG. 7 is a flowchart showing a flow of processing for creating operation target information by the operation target information creating unit 12.

図7に示すように、操作対象情報作成部12は、GUI部品をグルーピングすることにより操作対象を作成し(ステップS1)、グルーピングに関する情報を操作対象情報記憶部14に格納する。   As illustrated in FIG. 7, the operation target information creation unit 12 creates an operation target by grouping GUI parts (step S <b> 1), and stores information regarding grouping in the operation target information storage unit 14.

そして、操作対象情報作成部12は、作成した操作対象毎に、操作受付領域を定め(ステップS2)、操作受付領域に関する情報を操作対象情報記憶部14に格納する。そして、操作対象情報作成部12は、作成した操作対象毎に、入力対象項目を定め(ステップS3)、入力対象項目に関する情報を操作対象情報記憶部14に格納する。   Then, the operation target information creation unit 12 determines an operation reception area for each created operation target (step S2), and stores information regarding the operation reception area in the operation target information storage unit 14. Then, the operation target information creation unit 12 determines an input target item for each created operation target (step S3), and stores information regarding the input target item in the operation target information storage unit 14.

このように、操作対象情報作成部12が操作対象毎に操作受付領域及び入力対象項目を定義することによって、フォーカス設定部16は、操作受付領域及び入力対象項目の情報を用いて、入力対象項目にフォーカスを設定することができる。   As described above, the operation target information creation unit 12 defines the operation reception area and the input target item for each operation target, so that the focus setting unit 16 uses the information on the operation reception area and the input target item to input the input target item. You can set the focus to.

次に、ユーザの入力操作を受け付ける処理のフローについて説明する。図8は、ユーザの入力操作を受け付ける処理のフローを示すフローチャートである。図8に示すように、位置監視部15は、マウスポインタのGUI画面上の位置を監視する(ステップS11)。   Next, a process flow for accepting a user input operation will be described. FIG. 8 is a flowchart showing a flow of processing for accepting a user input operation. As shown in FIG. 8, the position monitoring unit 15 monitors the position of the mouse pointer on the GUI screen (step S11).

そして、フォーカス設定部16が、マウスポインタの位置に基づいて、マウスポインタが操作受付領域の外から中に移動したか否かを判定し(ステップS12)、移動していない場合にはステップS11に制御が戻る。   Then, the focus setting unit 16 determines whether or not the mouse pointer has moved in from the outside of the operation reception area based on the position of the mouse pointer (step S12). Control returns.

一方、マウスポインタが操作受付領域の外から中に移動した場合には、フォーカス設定部16は、操作受付領域に対応する入力対象項目にフォーカスを設定する(ステップS13)。そして、入力受付部17が、キーボードからの入力を受け付けてアプリケーション20に渡す(ステップS14)。   On the other hand, when the mouse pointer moves from outside the operation reception area to the inside, the focus setting unit 16 sets the focus on the input target item corresponding to the operation reception area (step S13). Then, the input receiving unit 17 receives an input from the keyboard and passes it to the application 20 (step S14).

上述してきたように、実施例では、操作対象情報作成部12が操作受付領域情報及び入力対象項目を含む操作対象情報を作成して操作対象情報記憶部14に格納する。そして、フォーカス設定部16が、操作対象情報記憶部14が記憶する操作対象情報に基づいてマウスポインタが操作受付領域にあると、入力対象項目にフォーカスを設定する。したがって、ユーザはマウスをクリックすることなく指示を行うことができ、GUI部10はマウスクリック時の位置ずれに起因するユーザの誤操作を防ぐことができる。   As described above, in the embodiment, the operation target information creation unit 12 creates the operation target information including the operation reception area information and the input target item and stores it in the operation target information storage unit 14. The focus setting unit 16 sets the focus on the input target item when the mouse pointer is in the operation reception area based on the operation target information stored in the operation target information storage unit 14. Therefore, the user can give an instruction without clicking the mouse, and the GUI unit 10 can prevent an erroneous operation of the user due to a positional shift when the mouse is clicked.

また、操作受付領域は、入力対象項目がマウスポインタにより指示される領域より広い。したがって、ユーザが小さな操作対象をマウスポインタで正確に指示できない場合でも、GUI部10はマウスポインタによる指示を可能とすることができる。   The operation reception area is wider than the area where the input target item is designated by the mouse pointer. Therefore, even when the user cannot accurately indicate a small operation target with the mouse pointer, the GUI unit 10 can enable an instruction with the mouse pointer.

なお、実施例では、GUI部10について説明したが、GUI部10の機能は、同様の機能を有するGUIプログラムをPC1で実行することにより実現される。そこで、GUIプログラムを実行するPC1のハードウェア構成について説明する。   In the embodiment, the GUI unit 10 has been described, but the function of the GUI unit 10 is realized by executing a GUI program having the same function on the PC 1. Therefore, a hardware configuration of the PC 1 that executes the GUI program will be described.

図9は、GUIプログラムを実行するPC1のハードウェア構成を示す図である。図9に示すように、PC1は、メインメモリ91と、CPU(Central Processing Unit)92と、LAN(Local Area Network)インタフェース93と、HDD(Hard Disk Drive)94とを有する。また、PC1は、スーパーIO(Input Output)95と、DVI(Digital Visual Interface)96と、ODD(Optical Disk Drive)97とを有する。   FIG. 9 is a diagram illustrating a hardware configuration of the PC 1 that executes the GUI program. As shown in FIG. 9, the PC 1 includes a main memory 91, a CPU (Central Processing Unit) 92, a LAN (Local Area Network) interface 93, and an HDD (Hard Disk Drive) 94. The PC 1 includes a super IO (Input Output) 95, a DVI (Digital Visual Interface) 96, and an ODD (Optical Disk Drive) 97.

メインメモリ91は、プログラムやプログラムの実行途中結果などを記憶するメモリである。CPU92は、メインメモリ91からプログラムを読み出して実行する中央処理装置である。CPU92は、メモリコントローラを有するチップセットを含む。   The main memory 91 is a memory for storing a program and a program execution result. The CPU 92 is a central processing unit that reads a program from the main memory 91 and executes it. The CPU 92 includes a chip set having a memory controller.

LANインタフェース93は、PC1をLAN経由で他のコンピュータに接続するためのインタフェースである。HDD94は、プログラムやデータを格納するディスク装置であり、スーパーIO95は、マウスやキーボードなどの入力装置を接続するためのインタフェースである。DVI96は、液晶表示装置を接続するインタフェースであり、ODD97は、DVDの読み書きを行う装置である。   The LAN interface 93 is an interface for connecting the PC 1 to another computer via the LAN. The HDD 94 is a disk device that stores programs and data, and the super IO 95 is an interface for connecting an input device such as a mouse or a keyboard. The DVI 96 is an interface for connecting a liquid crystal display device, and the ODD 97 is a device for reading / writing a DVD.

LANインタフェース93は、PCIエクスプレスによりCPU92に接続され、HDD94及びODD97は、SATA(Serial Advanced Technology Attachment)によりCPU92に接続される。スーパーIO95は、LPC(Low Pin Count)によりCPU92に接続される。   The LAN interface 93 is connected to the CPU 92 by PCI Express, and the HDD 94 and ODD 97 are connected to the CPU 92 by SATA (Serial Advanced Technology Attachment). The super IO 95 is connected to the CPU 92 by LPC (Low Pin Count).

そして、PC1において実行されるGUIプログラムは、DVDに記憶され、ODD97によってDVDから読み出されてPC1にインストールされる。あるいは、GUIプログラムは、LANインタフェース93を介して接続された他のコンピュータシステムのデータベースなどに記憶され、これらのデータベースから読み出されてPC1にインストールされる。そして、インストールされたGUIプログラムは、HDD94に記憶され、メインメモリ91に読み出されてCPU92によって実行される。   The GUI program executed in the PC 1 is stored in the DVD, read from the DVD by the ODD 97, and installed in the PC 1. Alternatively, the GUI program is stored in a database or the like of another computer system connected via the LAN interface 93, read from these databases, and installed in the PC 1. The installed GUI program is stored in the HDD 94, read into the main memory 91, and executed by the CPU 92.

また、実施例では、マウス操作について説明したが、本発明はこれに限定されるものではなく、画面上の操作対象を指示する他のポインティングデバイスの操作にも同様に適用することができる。   In the embodiment, the mouse operation has been described. However, the present invention is not limited to this, and can be similarly applied to an operation of another pointing device that indicates an operation target on the screen.

以上の実施例を含む実施形態に関し、さらに以下の付記を開示する。   The following supplementary notes are further disclosed with respect to the embodiments including the above examples.

(付記1)画面上に表示された操作対象をユーザがポインティングデバイスで指定した後に行うフォーカス操作に替えてポインティングデバイスで指定される位置情報に基づいて該操作対象にフォーカスを設定し、
フォーカスを設定した操作対象に対するキーボードからの入力を受け付ける
処理をコンピュータに実行させることを特徴とする制御プログラム。
(Supplementary note 1) The focus is set on the operation target based on the position information specified by the pointing device instead of the focus operation performed after the user specifies the operation target displayed on the screen by the pointing device,
A control program for causing a computer to execute processing for receiving input from a keyboard for an operation target for which focus has been set.

(付記2)前記操作対象に含まれる複数のGUI部品の位置情報に基づいて該操作対象の位置情報を作成する処理をさらにコンピュータに実行させ、
前記フォーカスを設定する処理は、前記操作対象の位置情報とポインティングデバイスで指定された位置情報に基づいて該操作対象にフォーカスを設定することを特徴とする付記1に記載の制御プログラム。
(Additional remark 2) Let a computer further perform the process which creates the positional information on this operation target based on the positional information on the several GUI components contained in the said operation target,
The control program according to appendix 1, wherein the process of setting the focus sets the focus on the operation target based on the position information of the operation target and the position information specified by a pointing device.

(付記3)前記複数のGUI部品には、キーボードからの文字入力又は数値入力を受け付けるための入力項目、ボタン、チェックボックス、Webページへのリンクが含まれることを特徴とする付記2に記載の制御プログラム。 (Supplementary note 3) The plurality of GUI parts include an input item, a button, a check box, and a link to a Web page for receiving character input or numeric input from a keyboard. Control program.

(付記4)画面上に表示された操作対象をユーザがポインティングデバイスで指定した後に行うクリック操作に替えてポインティングデバイスで指定される位置情報に基づいて該操作対象にフォーカスを設定し、
フォーカスを設定した操作対象に対するキーボードからの入力を受け付ける
処理をコンピュータが実行することを特徴とする制御方法。
(Supplementary Note 4) The focus is set on the operation target based on the position information specified by the pointing device instead of the click operation performed after the user specifies the operation target displayed on the screen by the pointing device.
A control method characterized in that a computer executes a process of receiving input from a keyboard for an operation target for which focus has been set.

(付記5)画面上に表示された操作対象をユーザがポインティングデバイスで指定した後に行うクリック操作に替えてポインティングデバイスで指定される位置情報に基づいて該操作対象にフォーカスを設定するフォーカス設定部と、
前記フォーカス設定部によりフォーカスが設定された操作対象に対するキーボードからの入力を受け付ける入力受付部と、
を有することを特徴とする制御装置。
(Supplementary Note 5) A focus setting unit that sets a focus on an operation target based on position information specified by the pointing device instead of a click operation performed after the user specifies the operation target displayed on the screen by the pointing device ,
An input receiving unit that receives an input from the keyboard with respect to the operation target set with the focus by the focus setting unit;
A control device comprising:

(付記6)画面上に表示された操作対象をユーザがポインティングデバイスで指定した後に行うフォーカス操作に替えてポインティングデバイスで指定される位置情報に基づいて該操作対象にフォーカスを設定し、
フォーカスを設定した操作対象に対するキーボードからの入力を受け付ける
処理をコンピュータに実行させることを特徴とする制御プログラムを記憶したコンピュータ読み取り可能記憶媒体。
(Supplementary Note 6) The focus is set on the operation target based on the position information specified by the pointing device instead of the focus operation performed after the user specifies the operation target displayed on the screen by the pointing device,
A computer-readable storage medium storing a control program for causing a computer to execute processing for receiving input from a keyboard for an operation target for which focus has been set.

(付記7)メモリと該メモリに接続されたCPUとを有する制御装置において、
前記CPUに、
画面上に表示された操作対象をユーザがポインティングデバイスで指定した後に行うフォーカス操作に替えてポインティングデバイスで指定される位置情報に基づいて該操作対象にフォーカスを設定し、
フォーカスを設定した操作対象に対するキーボードからの入力を受け付ける
処理を実行させることを特徴とする制御装置。
(Supplementary note 7) In a control device having a memory and a CPU connected to the memory,
In the CPU,
In place of the focus operation performed after the user designates the operation target displayed on the screen with the pointing device, the focus is set on the operation target based on the position information designated by the pointing device,
A control device that executes processing for receiving input from a keyboard for an operation target for which focus has been set.

(付記8)画面内に配置されたボタンの周囲の領域又は入力欄の周囲の領域へのポインタの進入検出に応じて、
該ボタン又は該入力欄への入力操作を受け付ける状態に遷移する、
ことを特徴とする制御プログラム。
(Supplementary note 8) In response to detection of the pointer entering the area around the button arranged in the screen or the area around the input field,
Transition to a state in which an input operation to the button or the input field is accepted,
A control program characterized by that.

1 PC
2 入力欄
3 ボタン
4 網点で網掛けされた領域
5 斜線で網掛けされた領域
6 チェックボックス
7 Webページへのリンク
10 GUI部
11 表示部
12 操作対象情報作成部
13 項目情報記憶部
14 操作対象情報記憶部
15 位置監視部
16 フォーカス設定部
17 入力受付部
20 アプリケーション
31a,31c 入力項目
32a,32c 項目タイトル
33a,33c 装飾枠
34a,34c 操作受付領域
91 メインメモリ
92 CPU
93 LANインタフェース
94 HDD
95 スーパーIO
96 DVI
97 ODD
1 PC
2 Input field 3 Button 4 Area shaded by halftone dot 5 Area shaded by diagonal line 6 Check box 7 Link to Web page 10 GUI part 11 Display part 12 Operation target information creation part 13 Item information storage part 14 Operation Object information storage unit 15 Position monitoring unit 16 Focus setting unit 17 Input reception unit 20 Application 31a, 31c Input item 32a, 32c Item title 33a, 33c Decoration frame 34a, 34c Operation reception area 91 Main memory 92 CPU
93 LAN interface 94 HDD
95 Super IO
96 DVI
97 ODD

Claims (6)

画面内に配置されたボタンの周囲の領域又は入力欄の周囲の領域へのポインタの進入検出に応じて、該ボタン又は該入力欄への入力操作を受け付ける状態に遷移する、
処理をコンピュータに実行させることを特徴とする制御プログラム。
Transition to a state of accepting an input operation to the button or the input field in response to the detection of the pointer entering the area surrounding the button or the area surrounding the input field arranged in the screen,
A control program for causing a computer to execute processing.
前記周囲の領域は、1または複数のGUI部品を含むことを特徴とする請求項1に記載の制御プログラム。   The control program according to claim 1, wherein the surrounding area includes one or more GUI parts. 前記GUI部品は項目タイトルまたは装飾枠であることを特徴とする請求項2に記載の制御プログラム。   The control program according to claim 2, wherein the GUI component is an item title or a decoration frame. 前記周囲の領域は、前記ボタンの位置情報、前記入力欄の位置情報、前記1または複数のGUI部品の位置情報に応じて設定されることを特徴とする請求項2または3に記載の制御プログラム。   The control program according to claim 2 or 3, wherein the surrounding area is set according to position information of the button, position information of the input field, and position information of the one or more GUI parts. . 画面内に配置されたボタンの周囲の領域又は入力欄の周囲の領域へのポインタの進入検出に応じて、該ボタン又は該入力欄への入力操作を受け付ける状態に遷移する、
処理をコンピュータが実行することを特徴とする制御方法。
Transition to a state of accepting an input operation to the button or the input field in response to the detection of the pointer entering the area surrounding the button or the area surrounding the input field arranged in the screen,
A control method characterized in that a computer executes a process.
画面内に配置されたボタンの周囲の領域又は入力欄の周囲の領域へのポインタの進入検出に応じて、該ボタン又は該入力欄への入力操作を受け付ける状態に遷移する設定部、
を有することを特徴とする制御装置。
A setting unit that transitions to a state of accepting an input operation to the button or the input field in response to detection of a pointer entering the area around the button or the area surrounding the input field arranged in the screen;
A control device comprising:
JP2017229641A 2017-11-29 2017-11-29 Control program, control method, and control device Pending JP2018032445A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017229641A JP2018032445A (en) 2017-11-29 2017-11-29 Control program, control method, and control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017229641A JP2018032445A (en) 2017-11-29 2017-11-29 Control program, control method, and control device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2013149752A Division JP2015022496A (en) 2013-07-18 2013-07-18 Control program, control method, and control device

Publications (1)

Publication Number Publication Date
JP2018032445A true JP2018032445A (en) 2018-03-01

Family

ID=61303588

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017229641A Pending JP2018032445A (en) 2017-11-29 2017-11-29 Control program, control method, and control device

Country Status (1)

Country Link
JP (1) JP2018032445A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805165A (en) * 1995-08-31 1998-09-08 Microsoft Corporation Method of selecting a displayed control item
JPH1153161A (en) * 1997-08-01 1999-02-26 Canon Inc Information processing method, device and storage medium in which control program to execute information processing method is stored
JP2008129823A (en) * 2006-11-20 2008-06-05 Konica Minolta Business Technologies Inc Touch panel input device and image forming apparatus
JP2009157670A (en) * 2007-12-27 2009-07-16 Kyocera Corp Electronic apparatus
JP2009169825A (en) * 2008-01-18 2009-07-30 Kyocera Mita Corp Display input device, electronic device, and display input control program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805165A (en) * 1995-08-31 1998-09-08 Microsoft Corporation Method of selecting a displayed control item
JPH1153161A (en) * 1997-08-01 1999-02-26 Canon Inc Information processing method, device and storage medium in which control program to execute information processing method is stored
JP2008129823A (en) * 2006-11-20 2008-06-05 Konica Minolta Business Technologies Inc Touch panel input device and image forming apparatus
JP2009157670A (en) * 2007-12-27 2009-07-16 Kyocera Corp Electronic apparatus
JP2009169825A (en) * 2008-01-18 2009-07-30 Kyocera Mita Corp Display input device, electronic device, and display input control program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
大藤幹, 詳解 HTML&CSS&JAVASCRIPT辞典, vol. 第5版, JPN6018031550, 1 August 2011 (2011-08-01), JP, pages 1 - 2 *

Similar Documents

Publication Publication Date Title
US7451406B2 (en) Display apparatus and management method for virtual workspace thereof
EP2699998B1 (en) Compact control menu for touch-enabled command execution
US8810576B2 (en) Manipulation and management of links and nodes in large graphs
US10838607B2 (en) Managing objects in panorama display to navigate spreadsheet
US7603630B2 (en) Method, system, and program product for controlling a display on a data editing screen
JP4270391B2 (en) Multimedia file tooltip
US20160350137A1 (en) Guide file creation program
US20150169219A1 (en) Invocation control over keyboard user interface
CN109074375B (en) Content selection in web documents
WO2013085528A1 (en) Methods and apparatus for dynamically adapting a virtual keyboard
US20090259933A1 (en) System for Displaying an Annotated Programming File
US10908764B2 (en) Inter-context coordination to facilitate synchronized presentation of image content
JP3945767B2 (en) Text editing apparatus and program
JP2022183351A (en) Information processing apparatus and program
US9086777B2 (en) Smart Display
JP2015075783A (en) Design support program, design support method, and design support device
US20170315708A1 (en) Information processing apparatus, non-transitory computer-readable recording medium with information processing program recorded thereon, and information processing method
JP2018032445A (en) Control program, control method, and control device
US8015485B2 (en) Multidimensional web page ruler
JP2015022496A (en) Control program, control method, and control device
JP2012064051A (en) Help display device, help display method and help display program
JP2009169548A (en) Information processor, its multi-window display method and program
JP6895222B2 (en) Selection support programs, equipment, and methods
JP2009009251A (en) Information processor and information processing method
JP2010026925A (en) Information processing apparatus, screen control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171129

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180725

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180814

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190305