WO2007063594A1 - 入力支援コンピュータプログラム、入力支援コンピュータシステム - Google Patents

入力支援コンピュータプログラム、入力支援コンピュータシステム Download PDF

Info

Publication number
WO2007063594A1
WO2007063594A1 PCT/JP2005/022027 JP2005022027W WO2007063594A1 WO 2007063594 A1 WO2007063594 A1 WO 2007063594A1 JP 2005022027 W JP2005022027 W JP 2005022027W WO 2007063594 A1 WO2007063594 A1 WO 2007063594A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
command
user
displayed
pointer
Prior art date
Application number
PCT/JP2005/022027
Other languages
English (en)
French (fr)
Inventor
Kenichi Ichino
Original Assignee
Core Appli Incorporated
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=38091935&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2007063594(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Core Appli Incorporated filed Critical Core Appli Incorporated
Priority to JP2007547822A priority Critical patent/JP4611388B2/ja
Priority to PCT/JP2005/022027 priority patent/WO2007063594A1/ja
Publication of WO2007063594A1 publication Critical patent/WO2007063594A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Definitions

  • the present invention relates to a computer program for supporting an input action of a system user in a computer system using an input device such as a pointing device represented by a mouse.
  • an input device such as a pointing device represented by a mouse.
  • GUI Graphic User Interface
  • various devices have been devised to support system user input actions. For example, right-clicking the mouse, which is a computer input device during program execution, displays a menu of operation commands on the screen, and “drag and drop” is a type of mouse operation. Etc. ”.
  • Context menu displays a menu of operation commands corresponding to the pointer position on the screen pointed to by the mouse when the right mouse button is clicked. This is useful for system users in that it displays a menu of commands on the screen.
  • a menu of commands can be easily displayed by right-clicking the mouse, but the menu continues to be displayed on the screen until the left-click of the mouse is performed. Also, if the user accidentally presses the right click, the menu will be displayed on the screen against the user's will, which is inconvenient.
  • drag and drop means that the left mouse button is pressed while the mouse pointer is over the window frame or file icon on the screen, and the mouse is moved as it is. A mouse operation that releases the left mouse button at a location.
  • This “drag and drop” is used for operations such as “cut” and “paste” of data etc. at the same time, for example, moving files on a disk or cutting and pasting data between application software. It has been.
  • “drag and drop” is suitable for temporary operations such as scrolling the screen from the dragged pointer position to the dropped pointer position! / ⁇ It is difficult to apply to continuous motion, for example, motion that scrolls the screen gradually without deciding the position to move.
  • Patent Document 1 discloses a technique related to a command menu display method.
  • this technology is also a command menu display method as an applied technology of “drag and drop”, and it is difficult to apply it to the execution of continuous operation.
  • Patent Document 1 Japanese Patent Laid-Open No. 2000-339482
  • the problem to be solved by the present invention is to provide a simple and convenient input means in a computer system for supporting input by a system user.
  • the purpose is to provide a means to display a menu of operation commands on the screen as soon as a user needs them, and to keep the command menu displayed for as long as necessary.
  • an input support computer program includes a storage means for storing information, a processing means for processing information, and an output for displaying information to a user.
  • a computer program in a computer system comprising a means and an input means for receiving a user power instruction, wherein the computer program is an input support computer program executed when a user inputs data using the input means .
  • the storage means of the computer system includes operation menu information which is image data to be displayed on the output means so that a user can understand a result of an instruction executed according to a coordinate position of a pointer; One or more pieces of operation information that associates instructions executed when a pointer is specified with the operation menu information are stored.
  • the processing means of the computer system is used after (1) receiving a start operation command by the user pressing a command button on the input means via the input means. Perform the following (2) and (3) until receiving an end action command due to the release of the command button that has been pressed by the user, (2) When receiving an instruction to move the position of the pointer via the input means, the operation menu information is read from the storage means and displayed on the output means; (3) to the output means via the input means When the displayed operation menu information is designated by a pointer, a command associated with the operation menu information designated by the pointer is read from the storage means and executed. (4) Via the input means, When receiving the start operation command corresponding to the reception of the start operation command, when the command button is released by the user, the display of the operation menu information displayed on the output means is terminated.
  • An input support computer program characterized by
  • the "storage means” corresponds to a storage device in a computer system such as RAM, ROM, and HDD.
  • the “processing means” corresponds to, for example, an arithmetic device in a computer system such as a CPU or a central processing server computer in a computer system connected via a communication network.
  • Output means corresponds to, for example, an output device for displaying information in a computer system such as a display, a mobile phone terminal or a personal computer as an information terminal in a computer system connected via a communication network.
  • the “input means” includes, for example, an input device in a computer system such as a keyboard, a mouse, and a touch panel, and a mobile phone terminal or a personal computer as an information terminal in a computer system connected by a communication network.
  • a “computer system” may be configured entirely within one piece of hardware such as a personal computer, or may be configured with a plurality of computers.
  • processing means is a central processing server computer
  • storage means is a storage device managed by the central processing server computer
  • “Output means” and “input means” correspond to information terminals (cell phones, personal computers) that communicate with the central processing server computer.
  • the “coordinate position of the pointer” is the coordinate position on the screen indicated by the “cursor (mouse cursor)” that is an icon indicating the current position on the screen in the output means!
  • the image data to be displayed on the output means is configured so that the system user can understand what instruction is executed by aligning the pointer with the image data in the bitmap format or vector format. Means that the image data has been processed. For example, image data that includes characters that indicate what kind of instruction is executed, or an image that expresses the contents or target of an instruction such as an “icon” with a small picture or symbol. Data is considered.
  • Edit target data is data that is subject to data editing in an application program executed in the computer system.
  • the word data of the word processing software will be S “data to be edited”
  • the executing program is a spreadsheet software
  • Spreadsheet data becomes “edit target data”.
  • the text data of the word processor software is “data to be edited”
  • the spreadsheet data of the spreadsheet software is “ If it is “Editable data”, an instruction to change the “active worksheet”, which is the portion to be displayed on the output means of the spreadsheet data, will change the “internal data state in the editable data”.
  • an instruction to change the “active worksheet” which is the portion to be displayed on the output means of the spreadsheet data, will change the “internal data state in the editable data”.
  • Instructions executed when a pointer is designated in the operation menu information are not limited to “instructions for changing an internal data state in data to be edited”. That is, instructions stored in the storage means are instructions for changing various information (time information, information on the free capacity of the storage means, file location, etc.) managed by the OS. The command for changing the state of the data stored in the “command” is also included in the “command executed when a pointer is specified in the operation menu information”. Further, various instructions such as an instruction for requesting a connection to the central server computer connected through the network and the computer system transmitting data to another computer system connected through the network, etc. Are also included in the “command executed when a pointer is specified in the operation menu information”.
  • “Operation information” is information in which “operation menu information” and “instructions that are executed when a pointer is specified in the operation menu information” are associated with each other. With this “operation information”, it is possible to specify which “command” should be executed when a pointer is designated in “operation menu information” displayed on the output means.
  • the “operation menu information” includes information on the display position / range indicating which coordinate position range is displayed on the screen when displaying on the output means.
  • This “display position * range information” includes, for example, information indicating the absolute coordinate position and range when the operation menu information is displayed on the screen, and information on the screen on which the data to be edited is displayed. This corresponds to information indicating the relative position of the operation menu information in the coordinate position range.
  • buttons in input means means, in principle, buttons physically provided in the input means.
  • buttons physically provided in the input means For example, input keys on a keyboard, left and right click buttons of a mouse that is a pointing device, and scrolling A wheel button can be considered.
  • the “start operation command when the command button on the input means is pressed by the user” means that the input means is used to convey that the button physically provided on the input means is pressed by the user.
  • End operation command due to the release of the command button that has been pressed by the user in principle means that the button physically provided by the input means has been released by the user.
  • buttons such as a touch panel, etc.
  • “Button” does not represent only a button physically provided in the input means.
  • the input means is an input means that does not have physical buttons such as a touch panel.
  • the “start operation command when the command button on the input means is pressed by the user” means that the input means sends the processing means to the processing means in order to inform the user that the user has pressed the input means.
  • the input means is an input means that does not have a physical button such as a touch panel
  • the "end operation command due to the release of the command button pressed by the user” It means an electrical signal (such as mouse up) that the input means sends to the processing means in order to convey that the user has stopped pressing and releasing.
  • "Receiving a command to move the pointer position via the input means” means processing a command (electrical signal) to move the coordinate position of the pointer on the screen from the pointing device as the input means. Means is to receive. Between the time when the previous “start operation command” is issued and received and the time when the “end operation command” is issued and received, the processing means “commands to move the pointer position via the input means” When receiving, the processing means reads the operation menu information stored in the storage means, and displays the operation menu information on the output means. “End display of the operation menu information displayed on the output means” means that the processing means does not display the operation menu information displayed on the output means in step (2) on the output means. That's right.
  • the present invention provides an operation menu that is image data when a command for moving the position of the pointer is received after the command button on the input means is pressed by the user and released.
  • Information is displayed on the output means, and an instruction is executed by designating a pointer.
  • the command is executed as many times as possible by specifying the operation menu information as image data with a pointer. Operation becomes possible.
  • the display of the operation menu information displayed on the output means is terminated.
  • an input support computer program includes a storage means for storing information, a processing means for processing information, an output means for displaying information to a user, and a user.
  • This is a computer program in a computer system provided with an input unit that accepts the above-described command, and is an input support computer program that is executed when a user inputs data using the input unit.
  • the storage means of the computer system includes operation menu information which is image data for displaying on the output means so that a user can understand a result of a command executed according to the coordinate position of the pointer, Execution grace time information that indicates one or more operation information associated with an instruction executed when a pointer is specified in the operation menu information and indicates an execution grace time until the instruction in the operation information is executed. And the execution grace time index information which is index data to be displayed on the output means so that the user can understand the remaining time of the execution grace time.
  • the processing means of the computer system is used after (1) receiving a start operation command by the user pressing a command button on the input means via the input means.
  • the following (2) and (3) are performed until the end operation command due to the release of the command button pressed by the user is received, and (2) the position of the pointer via the input means.
  • the operation menu information is read from the storage means and displayed on the output means.
  • the operation menu information displayed on the output means is designated by the pointer via the input means.
  • the execution grace time index information is read from the storage means and displayed on the output means, and the operation menu information is designated by the pointer, and the previous information is displayed. Execution of the storage means grace When the execution grace time indicated by the preliminary time information has elapsed, an instruction associated with the operation menu information designated by the pointer is read from the storage means and executed.
  • the "execution grace time until the instruction in the operation information is executed” means that the pointer is specified in the operation menu information displayed on the screen, This is the predetermined grace time until the command associated with the operation menu information specified by the pointer is executed.
  • “Indicator data for displaying on the output means so that the user can understand the remaining time of the execution grace time” means, for example, a countdown of the execution grace time by an analog display method or a digital display method.
  • index information of execution grace time it is conceivable to configure “remaining information of execution grace time” and “information of an image to be displayed on the screen” in association with each other. With such a data configuration, it is possible to specify which “information on the image to be displayed on the screen” should be displayed for each “residual information of execution grace time”.
  • image information to be displayed on the screen the image information for displaying the countdown of the execution grace time by the analog method or digital display method of the above clock, and the elapsed time up to the present with the execution grace time as 100% Image information or the like for displaying meter information that displays time in% may be employed.
  • This "information on the image to be displayed on the screen” includes information on the display position / range, which coordinate position / range is displayed on the screen when displayed on the output means.
  • This “information on display position / range” includes, for example, information indicating the absolute coordinate position range occupied when the index data is displayed on the screen, and the coordinates on the screen on which the edit target data is displayed. For example, information indicating the relative position and range of the index data in the position and range.
  • "read execution lag time index information from the storage means and display on the output means” means, for example, based on the execution grace time index information read from the storage means, Displays the countdown of the execution grace time according to the analog or digital display method of the clock, displays the meter information of the elapsed time up to the current time displayed on the screen when installing the software, For example, displaying an “icon” whose color or design changes with time, changing the color or design of the operation menu information displayed on the output means, and the like.
  • the execution grace time indicated by the execution grace time information in the storage means when the operation menu information is designated by the pointer is an operation menu that is image data displayed on the screen of the output means.
  • the execution grace time that is stored in the storage means based on the count of the system time information in the computer system performed by the processing means when the coordinate position of the pointer is aligned (entered) within the range of the coordinate position occupied by the information ⁇ ⁇
  • the grace period indicated by the information has passed.
  • the present invention provides an operation menu that is image data when a command for moving the position of the pointer is received from when the command button on the input means is pressed by the user until it is released.
  • the information is displayed on the output means, and a command is executed by designating a pointer in the operation menu information for a predetermined execution grace time.
  • the index data that is “index data to be displayed on the output means so that the user can understand the remaining time of the execution grace time” is displayed on the output means, the user can select the operation menu information.
  • the remaining time from when the pointer is specified to when the instruction is executed can be ascertained.
  • an input support computer program includes a storage means for storing information, a processing means for processing information, an output means for displaying information to a user, and a user.
  • This is a computer program in a computer system provided with an input unit that accepts the above-described command, and is an input support computer program that is executed when a user inputs data using the input unit.
  • the storage means of the computer system includes operation menu information which is image data for displaying on the output means so that a user can understand a result of a command executed according to a coordinate position of a pointer, One or more pieces of operation information associated with a command to be executed when a pointer is specified in the operation menu information are stored, and the operation information is information representing the state of data stored in the storage unit. It is stored in the storage means in association with the data status information.
  • the processing means of the computer system is used after (1) receiving a start operation command by the user pressing the command button on the input means via the input means.
  • the following (2) and (3) are performed until the end operation command due to the release of the command button pressed by the user is received, and (2) the position of the pointer via the input means.
  • the command to move the data is received, the data state stored in the storage means at the time of reception is specified, and the operation information is related to the data status information representing the specified data status.
  • the operation menu information in the specified operation information is read out from the storage means and displayed on the output means. (3) Displayed on the output means via the input means.
  • the content (data state) of the data to be edited stored in the storage unit for example, Text * The status of the “view” range that is actually displayed on the output means of the spreadsheet data, the status of the range to be printed when printing the data, the format of the text data, and the font settings
  • This information includes information indicating the status, the status of whether or not there is data to be processed (currently active), and so on.
  • information indicating the state of data stored in the storage means information indicating the remaining storage capacity that can actually be used for the total storage capacity of the storage means! For example, information indicating the proportion of the storage capacity actually used in the total storage capacity of the means. For example, when the remaining storage capacity that can actually be used in the total storage capacity of the storage means is below a certain capacity, specific operation menu information (for example, an operation menu that means a data storage command) is not displayed on the screen. It can be used like this.
  • the present invention provides an operation menu that is image data when a command for moving the position of the pointer is received from when the command button on the input means is pressed by the user until it is released.
  • Information is displayed on the output means, and an instruction is executed by designating a pointer.
  • the operation menu information corresponding to the state of the data stored in the storage means is displayed on the output means, the operation menu information suitable for the data state is displayed.
  • the specific operation menu information It is also possible to display operation menu information such as not displaying on the screen (for example, an operation menu meaning a data storage instruction).
  • An input support system includes a storage means for storing information, a processing means for processing the information, an output means for displaying information to the user, And a computer system having an input means for receiving an instruction.
  • the storage unit stores the input support computer program according to any one of 1 to 3, and the processing unit performs the processes. is there.
  • an input support system is characterized by being a pointing device with an input means force of 1 including the command button.
  • the "pointing device” corresponds to various pointing devices such as a mouse, a pen device, a tablet, a joystick, and a touch panel.
  • each of the above processes for example, a start operation command by pressing a command button on the input device, an end operation by releasing the command button that has been pressed
  • An instruction, an instruction for moving the position of the pointer through the input means, and the like can be executed by the one pointing device. That is, the user can issue an instruction for each of the above processes only with the one pointing device as an input means. This makes it possible to achieve excellent operability when a pointing device that can be operated with one hand such as a mouse or pen device is adopted.
  • the invention's effect for example, a start operation command by pressing a command button on the input device, an end operation by releasing the command button that has been pressed
  • FIG. 1 is an overall configuration diagram of an input support computer system according to the present invention.
  • the input support computer system according to the present invention comprises an output means 10, a processing means 20, an input means 30, and storage means 40, 50. These means (10 to 50) can be electrically connected via the bus 60 to transmit information (signal communication) to each other.
  • the output means 10 is an output device for displaying information to the user of the input support computer system, and corresponds to a display device such as a liquid crystal display or a CRT system.
  • the processing means 20 is a computing device that works on other means (devices) described above, and corresponds to, for example, a CPU.
  • the input means 30 is an input device that receives a command from a user of the input support computer system, and corresponds to, for example, a mouse or a keyboard.
  • the storage means 40 is an auxiliary storage device that stores a large amount of information, and corresponds to, for example, a hard disk (HDD).
  • the storage means 50 is a main storage device that stores information to be executed by the processing means 20, and corresponds to, for example, a main memory.
  • the bus 60 is a transmission path for each means to communicate information within the input support computer system.
  • the input support computer system according to the present invention is a personal computer shown in FIG. Even a local computer system such as the above can be implemented.
  • the input support computer system according to the present invention may be configured by a plurality of computer system cameras.
  • the computer system on the client side becomes the output means 10 and the input means 30
  • the computer system on the server side becomes the processing means 20 and the storage means 40 ⁇ 50
  • the wide area communication line such as the Internet becomes the bus 60.
  • the computer system is configured.
  • the HDD as the storage means 40 includes data status information 41, operation information 42, execution grace time information 43, execution grace time index information 44, an input support computer program 45, and an OS other program 46. It is stored in the database or file format.
  • the CPU power as the processing means 20 The information (41 to 46) stored in the HDD as the storage means 40 is read into the memory as the storage means 50, thereby interpreting and executing the program and data. To do.
  • the CPU and other programs 46 stored in the HDD as the processing means 20 and the input support computer program 45 stored in the HDD as the storage means 40 are read into the memory as the storage means 50, interpreted, and executed.
  • the input support processing according to the present invention is performed.
  • each information (41 to 46) is stored in the HDD as the storage unit 40 as the initial state.
  • each information is stored in the memory as the storage unit 50.
  • implementation is possible even if all (41 to 46) are stored.
  • Data status information 41 is information representing the status of data stored in the storage means 40.50.
  • the "data status information 41” represents the contents of the data to be edited stored in the storage means 40.50.
  • stored as “Data Status Information 41” Means 40 ⁇ 50 stores “view state”, which is information indicating the contents of the data to be edited. When “Top view is displayed”, the vertical view is at the top of the editing target data. When “Lowest view is displayed”, the vertical view is at the editing target data.
  • top and bottom views are displayed together”, it indicates that the vertical view of the data to be edited can be displayed from the top to the bottom. ing.
  • view state must be other than “display the top view”, “display the bottom view”, and “display both top and bottom views”.
  • the top and bottom views are displayed to represent an intermediate view state.
  • operation information 42 is information in which “operation menu information” and “instructions executed when a pointer is specified in the operation menu information” are associated with each other. This “operation information 42” can specify which “command” should be executed when a pointer is designated in “operation menu information” displayed on the output means 10.
  • “Operation menu information” is image data to be displayed on the output means 10 so that the user can understand the result of the command executed according to the coordinate position of the pointer.
  • the “operation menu information” includes information on which coordinate position range on the screen and the display position range when displaying on the output means 10.
  • This “information on display position / range” includes, for example, information indicating the absolute coordinate position range occupied when the operation menu information is displayed on the screen, and on the screen on which the edit target data is displayed. This corresponds to information indicating the relative position of the operation menu information in the coordinate position range.
  • the "command executed when the pointer is specified in the operation menu information” is an execution command for the input support computer system.
  • the internal data state in the data to be edited There is a command to change.
  • This “instruction to change the internal data state in the data to be edited” is an instruction to change the contents (data state) of the data to be edited stored in the storage means 40 ⁇ 50.
  • “Execution grace time information 43” stored in the HDD as the storage means 40 is When the pointer is specified in the operation menu information, this information represents the execution grace time until the instruction in the operation information 42 is executed. Time information such as “1 second”, “3 seconds”, and “5 seconds” can be considered as an example of adopting the execution grace time.
  • the “execution grace time index information 44” stored in the HDD serving as the storage means 40 is “the remaining time of the execution grace time” and “the image to be displayed”. Is related information. For example, when this information is linked, for example, when “Remaining execution grace time” is “5 seconds”, “Image A” is displayed, and when “Remaining execution grace time” is “3 seconds”. It can be seen that “image B” is displayed on the display as the output means 10 when “image B” is “1 second” and “image C” is displayed. Then, by changing the images in the order of “Image A”, “Image B”, and “Image C” and adopting image data that can understand that the remaining time is shortening, the remaining time of the execution grace time is gradually increased. The user can recognize that is shortened.
  • “Execution Grace Time Indicator Information 44” as shown in FIG. 3, it is possible to display the countdown of the execution grace time using the analog or digital display method of the clock, Display meter information that displays 100% of the execution grace time as displayed on the screen when installing and displays the elapsed time up to the present time, and displays a specific “icon” to indicate the color of the icon Change the design and make the user visually recognize the time until execution, change the color and design of the operation menu information displayed on the output means, and let the user know the time until execution Visual recognition is possible.
  • FIG. 4 is an implementation flowchart of the input support computer system according to the present invention. The flow of implementation of the present invention will be described with reference to FIG.
  • the CPU power as the processing means 20 receives from the mouse's keyboard as the input means 30 a start operation command when the command button on the mouse / keyboard as the input means 30 is pressed by the user. (S 1).
  • End operation command due to release of the command button pressed by the user means that the command button on the mouse 'keyboard as the input means 30 is released by the user. In order to convey, this is an electrical signal that the mouse keyboard as the input means 30 issues to the CPU as the processing means 20. After the previous “start operation command” is issued and received by the CPU as the processing means 20, the “end operation instruction” is issued and the CPU as the processing means 20 receives and the input means 30 is received. The CPU as the processing means 20 can recognize that the command button on the mouse / keyboard is pressed by the user.
  • the CPU as the processing means 20 does not allow the user to receive the “end operation command due to the release of the command button that has been pressed by the user” from the mouse 'keyboard as the input means 30 until the user receives this command. Recognize that he wishes to continue processing the invention.
  • the state of data stored in the HDD serving as the storage means 40 the content (data state) of the data to be edited stored in the HDD serving as the storage means 40
  • the text to be edited 'The state of the "view” range that is actually displayed on the display as the output means 10 of the spreadsheet data, the status of the range to be printed when the data is printed, and the text
  • This information includes information such as the data format and font setting values, the current processing target! /, And whether or not there is data (active! /).
  • the state of data stored in the HDD as the storage means 40 information indicating the ratio of the storage capacity actually used in the total storage capacity of the storage means 40, etc. Applicable. For example, if the percentage of the storage capacity actually used in the total storage capacity of the storage means 40 is greater than or equal to a certain ratio, the storage capacity may become insufficient as a result of processing. It can also be used to display no information.
  • FIG. 5 is a display example in which the CPU as the processing means 20 displays the contents (data state) of the data to be edited on the display as the output means 10.
  • text data of text editor software is adopted as editing target data.
  • the system user presses the command button on the mouse “keyboard” as the input means 30.
  • the user may press the left or right button on the mouse, or the user may press a specific key on the keyboard.
  • the CPU power input processor 30 as the processing means 20 receives a start operation command when the user presses the command button on the mouse / keyboard as the input means 30 from the mouse keyboard as the input means 30 ( S 1).
  • the display as the output means 10 Command to move pointer 1 displayed on the screen For example, moving the mouse while holding down the left button or right button on the mouse (drag operation) or moving the mouse while pressing a specific key on the keyboard is applicable.
  • the CPU as the processing means 20 does not change from the mouse's keyboard as the input means 30 to the display as the output means 10 until it receives an end operation command due to the release of the command button pressed by the user. Displaying pointer 1 It is determined whether or not a force has been received for a command to move the position (S2).
  • FIG. 6 shows an example of the screen in which the operation menu information is displayed on the display as the output means 10 by S3 from the state of the screen of FIG.
  • the figure shows the state in which the data state specified earlier is “the top view is displayed”, such as “menu A” or “menu B” in the operation information 42.
  • Various operation menu information (101 to 105) is displayed on the data to be edited.
  • the operation menu information 101 is an operation menu indicating that the view is changed in the right direction
  • the operation menu information 104 is an operation menu indicating that the view is changed in the downward direction
  • the operation menu information 105 is the operation menu. This is an operation menu that represents changing the view downward at a speed faster than the information 104.
  • the operation menu information 102 is an operation menu indicating that the view is changed to the drag start position.
  • the “drag start position” is a system user pressing a command button on the mouse keyboard as the input means 30. It means the coordinate position of pointer 1 when a start operation command is issued.
  • the operation menu information 103 is an operation menu indicating that the view is changed to the bottom of the view.
  • the mouse 1 keyboard as the input means 30 is used to designate the pointer 1 for each operation menu information (101 to 105).
  • the instruction associated with the specified operation menu information in the information 42 is executed by the CPU as the processing means 20.
  • FIG. 7 shows another screen example in which the operation menu information is displayed on the display as the output means 10 by S3.
  • the data state specified earlier is the “view state other than the above”
  • various operation menu information (102 to 105, 111 to 116) is displayed on the data to be edited.
  • the operation menu information 111 is an operation menu indicating that the view is changed at a fast speed in the upward direction
  • the operation menu information 112 is an operation menu indicating that the view is changed in the upward direction.
  • the operation menu information 114 is an operation menu indicating that the view is changed to the beginning of the selection range of the text to be processed (active).
  • the first position is the selection start position.
  • Operation menu information 115 is an operation menu indicating that the view is changed to the end of the selection range of the current sentence! /, Which is the target of processing (active). The last position of is the position at the end of selection.
  • the operation menu information 116 is an operation menu indicating that the view is changed in the right direction.
  • FIG. 8 shows another screen example in which the operation menu information is displayed on the display as the output means 10 by S3.
  • the data state specified earlier is the “view state other than the above”
  • various operation menu information (102, 103, 113, 121) is displayed on the edit target data.
  • the operation menu information 121 is an operation menu indicating that the view is changed in the direction in which the ⁇ mark is directed.
  • the mark outside the circle is more per unit time than the mark inside the circle. This means that the view changes quickly.
  • the input means 30 is the end operation command when the command button on the mouse / keyboard as the input means 30 previously pressed by the user is released. Judge whether the power received from the mouse 'keyboard as (S4)
  • the mouse as the input means 30 that has been pressed first by the user of the system 30.
  • the mouse While holding down the command button on the keyboard, the mouse as the input means 30
  • the command to move pointer 1 displayed on the screen of the display as the output means 10 is made using, and the state becomes as shown in Fig. 6, but the state in which the command button is released corresponds thereafter.
  • the mouse / keyboard as the input means 30 transmits an end operation instruction to the CPU as the processing means 20.
  • the CPU as the processing means 20 stores the operation menu information force displayed on the display as the output means 10 when designated by the pointer 1 via the mouse 'keyboard as the input means 30.
  • the HDD power also reads the index information 44 of the execution grace time and displays it on the display as the output means 10.
  • the CPU as the processing means 20 has the execution grace time indicated by the execution grace time information 43 stored in the HDD as the storage means 40 in a state where the displayed operation menu information is designated by the pointer 1. It is determined whether or not the elapsed time has passed (S6).
  • CPU power as processing means 20 Among the index information 44 of this execution grace time, an example power in which “displayed image” is displayed on a display as output means 10 (a), (b), ( c).
  • the “image to be displayed” is “image A” when the “remaining execution grace time” in the index information 44 of the execution grace time in FIG. 3 is “5 seconds”, and (a) in FIG. 9 corresponds.
  • the “image to be displayed” is “image B” when the “remaining time of execution grace time” in the index information 44 of the execution grace time in FIG. 3 is “3 seconds”, and (b) in FIG. 9 corresponds.
  • the “image to be displayed” is “image C” when the “remaining execution grace time” in the index information 44 of the execution grace time in FIG. 3 is “1 second”, and (c) in FIG. 9 corresponds.
  • the image 311 in which the “image to be displayed” is displayed on the display as the output means 10 gradually changes along with the “remaining time during the execution grace time”. The system user can easily understand the remaining time until the command is actually executed.
  • CPU Power as Processing Means 20 When displaying the execution postponement time indicator information 44 on the display as the output means 10 as shown in (a), (b), and (c) of FIG.
  • the execution grace time information 43 stored in the HDD as the storage means 40 is read and used. That is, the CPU as the processing means 20 reduces the grace time indicated by the execution grace time information 43 stored in the HDD as the storage means 40 with the passage of time information (system date information) held in the system.
  • time information system date information
  • the CPU as the processing means 20 stores whether the displayed operation menu information is designated by the pointer 1 and is stored in the HDD as the storage means 40 and whether or not the execution grace time indicated by the execution grace time information 43 has elapsed. (S6).
  • S6 when the displayed operation menu information is not specified by the pointer 1 before the execution grace period elapses, that is, in FIG. 7, when the pointer 1 is out of the display range of the operation menu information 104.
  • the CPU as the processing means 20 ends the display of the execution grace time index information 44 that is displayed on the display as the output means 10 as the “update the display of operation menu information” process in S8, Return to the previous S4 end operation command reception judgment.
  • the CPU as the processing means 20 associates with the operation menu information 104 specified by the pointer 1.
  • the instruction is stored in the HDD as the storage means 40, specified from the operation information 42, read out and executed. Taking the operation menu information 104 as an example, a command “move the view downward” is executed. Further, as long as it is specified operations menu information 104 by the pointer 1, will continue to execute instructions continuously with relation to the operation menu information 104 at a predetermined time interval, gradually view Scroll down and scroll the screen to! /.
  • the CPU as the processing means 20 changes the state of data stored in the HDD as the storage means 40 changed by execution of the instruction in S7 (for example, the state of the screen view). ),
  • the operation information 42 associated with the data status information 41 representing the specified data status is specified, and the operation menu information in the specified operation information 42 is also stored in the HDD power as the storage means 40.
  • the data is read and displayed on the display as the output means 10 (S8).
  • the operation menu information 112 is stored in the operation information 42 stored in the HDD after the execution grace time has elapsed with the operation menu information 112 specified by the pointer 1.
  • the state of the data stored in the HDD changes due to the change of the view in FIG.
  • the data state information 41 corresponding to the changed state of the view is specified, and the operation menu information in the specified operation information 42 is also read out from the HDD power as the storage means 40 and displayed on the display as the output means 10.
  • the screen changes to the screen state shown in Fig. 6.
  • operation menu information associated with “view state other than the above” is displayed in the operation information 42 stored in the HDD serving as the storage means 40.
  • the screen state force view in FIG. 7 has been moved upward, so that in the operation information 42 stored in the HDD as the storage means 40, it is related to “display the top view”.
  • the operation menu information is displayed in FIG. In FIG. 7, the uppermost view is displayed, so that the operation menu information (111 to 113) for moving the view upward is displayed on the screen.
  • the operation menu information (111 to 113) for moving the view upward is displayed on the screen.
  • FIG. 2 Data structure of data status information 41 and operation information 42 stored in storage means 40
  • FIG. 3 Data structure diagram of the execution grace time index information 44 stored in the storage means 40
  • Figure 1 shows a display example of the contents of the data to be edited and the operation menu information displayed on the screen.
  • Figure 2 shows a display example of the contents of data to be edited and operation menu information displayed on the screen
  • Figure 3 shows a display example of the data to be edited and the operation menu information displayed on the screen.
  • Processing means CPU

Abstract

 システム利用者の入力を支援するための、コンピュータシステムにおける簡易かつ便利な入力の手段を提供すること等を解決課題とする。  入力手段における命令ボタンが利用者によって押されたことによる開始動作命令を受信した後から、利用者によって当該押されていた命令ボタンが離されたことによる終了動作命令を受信するまでに、以下の処理を行う。まず、入力手段を介してポインタの位置を移動させる命令を受信すると、操作メニュー情報を記憶手段から読み出して出力手段に表示する。また、入力手段を介して、当該出力手段に表示した操作メニュー情報がポインタにより指定されると、当該ポインタにより指定された操作メニュー情報に関連付いている命令を、記憶手段から読み出して実行する。当該処理を、処理手段に実行させることを特徴とする入力支援コンピュータプログラムである。

Description

明 細 書
入力支援コンピュータプログラム、入力支援コンピュータシステム 技術分野
[0001] 本発明は、マウスに代表されるポインティングデバイス等の入力装置を利用して、コ ンピュータシステムにおけるシステム利用者の入力行為を支援するためのコンビユー タプログラムに関するものである。 背景技術
[0002] GUI (Graphical User Interface)環境のコンピュータシステムでは、システム利用 者の入力行為を支援するために様々な工夫がなされている。例えば、プログラムの実 行中にコンピュータの入力装置であるマウスを右クリックすることにより操作コマンドの メニューが画面上に表示される「コンテキストメ-ユー」や、マウス操作の一種である「 ドラッグ &ドロップ」等が存在する。
[0003] 「コンテキストメ-ユー」は、マウスを右クリックすること〖こより、マウスが指し示している 画面上のポインタ位置に応じた操作コマンドのメニューが表示されるものであり、必要 な場合に操作コマンドのメニューを画面上に表示させるという点でシステム利用者に とって有益である。しかしながら、「コンテキストメ-ユー」は、マウスの右クリックで簡単 にコマンドのメニューが表示されるものの、マウスの左クリックを行う等するまではずつ とメニューが画面に表示され続ける。また、利用者が間違って右クリックを押してしま つた場合等は、利用者の意に反してメニューが画面上に表示されてしまうので不便で ある。
[0004] 一方、「ドラッグ &ドロップ」とは、画面上でマウスポインタがウィンドウの枠やファイル のアイコンなどに重なった状態でマウスの左ボタンを押し、そのままの状態でマウスを 移動させ、別の場所でマウスの左ボタンを離すマウス操作である。この「ドラッグ &ドロ ップ」は、データ等の「切り取り」と「貼り付け」を同時に行う操作、例えば、ディスク内で のファイル移動や、アプリケーションソフト間でのデータのカット &ペースト操作などに 用いられている。しかしながら、「ドラッグ &ドロップ」は、ドラッグしたポインタ位置から ドロップしたポインタ位置まで画面をスクロールさせるような一時的動作には向 、て!/ヽ る力 継続的な動作、例えば、移動させる位置を決めないで徐々に画面をスクロール させていくような動作に適用させるのは難しい。
[0005] また、以下の特許文献 1には、コマンドメニュー表示方法に関する技術が開示され ている。し力しながら、当該技術も「ドラッグ &ドロップ」の応用技術としてのコマンドメ ニュー表示方法であり、継続的な動作の実行に適用させるのは難 、。
特許文献 1:特開 2000— 339482号公報
発明の開示
発明が解決しょうとする課題
[0006] 本発明の解決しょうとする課題は、システム利用者の入力を支援するための、コン ピュータシステムにおける簡易かつ便利な入力の手段を提供することである。特に、 利用者が必要になった場合にすぐに操作コマンドのメニューを画面上に表示させ、 必要である間についてはコマンドのメニューを表示させ続けられる手段の提供を目的 とする。
課題を解決するための手段
[0007] 1、
[0008] (1) そこで、上記課題を解決するため、本発明に係る入力支援コンピュータプログ ラムは、情報を記憶する記憶手段と、情報を処理する処理手段と、利用者に情報を 表示する出力手段と、利用者力 の命令を受け付ける入力手段とを備えたコンビユー タシステムにおけるコンピュータプログラムであって、利用者が前記入力手段を使用 してデータ入力を行う際に実行される入力支援コンピュータプログラムである。
[0009] また、当該コンピュータシステムの前記記憶手段は、ポインタの座標位置によって 実行される命令結果を利用者が理解できるように前記出力手段に表示するための画 像データである操作メニュー情報と、当該操作メニュー情報にポインタが指定された 場合に実行される命令と、を関連付けた操作情報を 1以上記憶して 、る。
[0010] そして、当該コンピュータシステムの前記処理手段に、(1)前記入力手段を介して、 前記入力手段における命令ボタンが利用者によって押されたことによる開始動作命 令を受信した後から、利用者によって当該押されていた命令ボタンが離されたことに よる終了動作命令を受信するまでにおいて、以下の(2)及び (3)を行うこと、(2)前記 入力手段を介してポインタの位置を移動させる命令を受信すると、前記操作メニュー 情報を前記記憶手段から読み出して前記出力手段に表示すること、(3)前記入力手 段を介して、当該出力手段に表示した操作メニュー情報がポインタにより指定される と、当該ポインタにより指定された操作メニュー情報に関連付いている命令を、前記 記憶手段から読み出して実行すること、(4)前記入力手段を介して、前記開始動作 命令の受信に対応する、前記命令ボタンが利用者によって離されたことによる終了 動作命令を受信すると、前記出力手段へ表示している前記操作メニュー情報の表示 を終了すること、を実行させることを特徴とする入力支援コンピュータプログラムである
[0011] (2) ここで、「記憶手段」とは、例えば RAM、 ROM、 HDD等のコンピュータシステ ムにおける記憶装置が該当する。「処理手段」とは、例えば CPU等のコンピュータシ ステムにおける演算装置や、通信ネットワークで接続されたコンピュータシステムにお ける中央処理サーバコンピュータが該当する。「出力手段」とは、例えばディスプレイ 等のコンピュータシステムにおける情報を表示する出力装置や、通信ネットワークで 接続されたコンピュータシステムにおける情報端末としての携帯電話端末やパーソナ ルコンピュータ等が該当する。「入力手段」とは、例えばキーボード、マウス、タツチパ ネル等のコンピュータシステムにおける入力装置や、通信ネットワークで接続されたコ ンピュータシステムにおける情報端末としての携帯電話端末やパーソナルコンビユー タ等が該当する。「コンピュータシステム」は、パーソナルコンピュータ等の 1のハード ウェア内にて完結して構成される場合もあるし、複数のコンピュータにより構成される 場合もある。複数のコンピュータにより構成される場合の例として、通信ネットワークで 接続されたコンピュータシステムにおいて、「処理手段」は中央処理サーバコンビユー タ、「記憶手段」は中央処理サーバコンピュータが管理する記憶装置、「出力手段」及 び「入力手段」は中央処理サーバコンピュータと通信する情報端末 (携帯電話、パー ソナルコンピュータ)、等の場合が該当する。
[0012] 「ポインタの座標位置」とは、前記出力手段における画面上での現在位置を示す絵 記号である「カーソル(マウスカーソル)」が指し示して!/、る画面上での座標位置であ る。「ポインタの座標位置によって実行される命令結果を利用者が理解できるように前 記出力手段に表示する画像データ」とは、当該ビットマップ形式やベクター形式の画 像データにポインタを合わせることで、どのような命令が実行されるのかをシステム利 用者が理解できるように構成されている画像データであることを意味する。例えば、ど のような命令が実行されるの力、を表す文字を含んだ画像データであったり、「アイコ ン」のように実行される命令の内容や対象を小さな絵や記号で表現した画像データ が考えられる。
[0013] 「操作メニュー情報にポインタが指定された場合」とは、前記出力手段における画面 上に表示された画像データである操作メニュー情報が占める座標位置の範囲に、前 記ポインタの座標位置が合わさった (入った)こと、をいう。「操作メニュー情報にボイ ンタが指定された場合に実行される命令」とは、前記コンピュータシステムに対する実 行命令であり、例として、「編集対象データにおける内部のデータ状態を変化させる 命令」がある。この「編集対象データにおける内部のデータ状態を変化させる命令」と は、前記記憶手段に格納されている編集対象データの内容 (データ状態)に変更を 加える命令である。
[0014] 「編集対象データ」とは、前記コンピュータシステムにおいて実行されているアプリケ ーシヨンプログラムにおける、データ編集の対象となっているデータである。例えば、 実行されて 、るアプリケーションプログラムがワープロソフトであれば、当該ワープロソ フトの文章データ力 S「編集対象データ」となり、実行されているプログラムが表計算ソ フトであれば、当該表計算ソフトの表計算データが「編集対象データ」となる。例えば 、ワープロソフトの文章データが「編集対象データ」であれば、全文章データのうち前 記出力手段に表示させる部分である「ビュー」を変更させる命令や、表計算ソフトの表 計算データが「編集対象データ」であれば、表計算データのうち前記出力手段に表 示させる部分である「アクティブなワークシート」を変更させる命令等が、「編集対象デ ータにおける内部のデータ状態を変化させる命令」として考えられる。
[0015] 「操作メニュー情報にポインタが指定された場合に実行される命令」は、「編集対象 データにおける内部のデータ状態を変化させる命令」に限られない。すなわち、前記 記憶手段に記憶されて!、る OSが管理して 、る各種情報(時間情報、記憶手段の空 き容量に関する情報、ファイルの位置など)を変化させる命令である「前記記憶手段 に記憶されているデータの状態を変化させる命令」も、「操作メニュー情報にポインタ が指定された場合に実行される命令」に含まれる。さらに、前記コンピュータシステム がネットワークを通じて接続して 、る中央サーバコンピュータに接続要求をする命令 や、前記コンピュータシステムがネットワークを通じて接続して 、る他のコンピュータシ ステムにデータを送信する命令の各種命令等も、「操作メニュー情報にポインタが指 定された場合に実行される命令」に含まれる。
[0016] 「操作情報」とは、「操作メニュー情報」と「操作メニュー情報にポインタが指定された 場合に実行される命令」とを関連付けた情報である。この「操作情報」により、前記出 力手段に表示された「操作メニュー情報」にポインタが指定された場合に、どの「命令 」を実行すればよいかを特定することができる。また、「操作メニュー情報」には、出力 手段に表示する際に、画面上のどの座標位置'範囲に表示するかという表示位置 · 範囲に関する情報も含まれる。この「表示位置 *範囲に関する情報」としては、例えば 、操作メニュー情報が画面上に表示された際に占める絶対的な座標位置 ·範囲を示 す情報や、編集対象データが表示される画面上の座標位置'範囲における操作メ- ユー情報の占める相対的な位置'範囲を示す情報などが該当する。
[0017] 「入力手段における命令ボタン」とは、原則として、入力手段が物理的に備えている ボタンを意味し、例えば、キーボードにおける入力キーや、ポインティングデバイスで あるマウスの左右のクリックボタンやスクロールホイールボタン、などが考えられる。「 入力手段における命令ボタンが利用者によって押されたことによる開始動作命令」と は、原則として、入力手段が物理的に備えているボタンが利用者によって押されたこ とを伝えるために、入力手段が処理手段に対して発する電気信号を意味する。「利用 者によって当該押されていた命令ボタンが離されたことによる終了動作命令」とは、 原則として、当該入力手段が物理的に備えているボタンが利用者によって離されたこ とを伝えるために、入力手段が処理手段に対して発する電気信号を意味する。
[0018] し力しながら、コンピュータシステムの入力手段の多様ィ匕により、タツチパネル等の 物理的にボタンを備えて!/ヽな 、入力手段も存在して 、るため、「入力手段における命 令ボタン」には、入力手段が物理的に備えているボタンだけを表すものではない。す なわち、入力手段がタツチパネル等の物理的にボタンを備えていない入力手段であ る場合は、「入力手段における命令ボタンが利用者によって押されたことによる開始 動作命令」とは、入力手段において利用者が押す行為を行ったことを伝えるために、 入力手段が処理手段に対して発する電気信号 (mouse downなど)を意味する。また、 入力手段がタツチパネル等の物理的にボタンを備えていない入力手段である場合は 、「利用者によって当該押されていた命令ボタンが離されたことによる終了動作命令」 とは、入力手段において利用者が押す行為を止めて離したことを伝えるために、入力 手段が処理手段に対して発する電気信号 (mouse upなど)を意味する。
[0019] 「開始動作命令」が発せられて受信してから、「終了動作命令」が発せられて受信す るまでは、入力手段にぉ 、て特定の命令ボタン等を利用者が押す行為を継続して ヽ ることを、処理手段は認識することができる。
[0020] 「入力手段を介してポインタの位置を移動させる命令を受信する」とは、入力手段と してのポインティングデバイスから、画面上におけるポインタの座標位置を移動させる 命令 (電気信号)を処理手段が受信することである。先の「開始動作命令」が発せら れて受信してから、「終了動作命令」が発せられて受信するまでの間に、処理手段が 「入力手段を介してポインタの位置を移動させる命令を受信する」と、処理手段は記 憶手段に記憶されて 、る操作メニュー情報を読み出して、当該操作メニュー情報を 出力手段に表示する。「出力手段へ表示している前記操作メニュー情報の表示を終 了する」とは、ステップ (2)で出力手段に表示した操作メニュー情報を、処理手段が 出力手段に表示しな 、ようにすることを 、う。
[0021] 以上の定義は、以下の発明にも適用される。
[0022] (3) 本発明は、入力手段における命令ボタンが利用者によって押されてから、離 されるまでの間に、ポインタの位置を移動させる命令を受信すると、画像データであ る操作メニュー情報を出力手段に表示し、ポインタの指定により命令が実行される。 特に、入力手段における命令ボタンが利用者によって押されてから、離されるまでの 間は、画像データである操作メニュー情報をポインタで指定することによって、当該命 令を何回でも実行する、という継続的な操作が可能になる。また、入力手段における 命令ボタンが利用者によって離されると、出力手段に表示されていた操作メニュー情 報の表示が終了する。 [0023] これにより、例えば、当該ポインタの指定により実行される命令として、編集対象デ ータのうち出力手段に表示される画面 (ビュー)をスクロールさせるような命令を採用 すると、スムーズな画面操作が可能である。また、利用者によって押されていた入力 手段における命令ボタンが利用者によって離されると、出力手段に表示されていた 操作メニュー情報が表示されなくなるため、普段は画面上に操作メニュー情報を表 示せずに、利用者にとって必要な場合に簡便に表示させることが可能となる。
[0024] 2、
[0025] (1) また、他の発明に係る入力支援コンピュータプログラムは、情報を記憶する記 憶手段と、情報を処理する処理手段と、利用者に情報を表示する出力手段と、利用 者からの命令を受け付ける入力手段とを備えたコンピュータシステムにおけるコンビ ユータブログラムであって、利用者が前記入力手段を使用してデータ入力を行う際に 実行される入力支援コンピュータプログラムである。
[0026] 当該コンピュータシステムの前記記憶手段は、ポインタの座標位置によって実行さ れる命令結果を利用者が理解できるように前記出力手段に表示するための画像デ ータである操作メニュー情報と、当該操作メニュー情報にポインタが指定された場合 に実行される命令と、を関連付けた操作情報を 1以上記憶すると共に、前記操作情 報における命令が実行されるまでの実行猶予時間を表す実行猶予時間情報と、当 該実行猶予時間の残存時間を利用者が理解できるように前記出力手段に表示する ための指標データである実行猶予時間の指標情報と、を記憶して 、る。
[0027] そして、当該コンピュータシステムの前記処理手段に、(1)前記入力手段を介して、 前記入力手段における命令ボタンが利用者によって押されたことによる開始動作命 令を受信した後から、利用者によって当該押されていた命令ボタンが離されたことに よる終了動作命令を受信するまでにおいて、以下の(2)及び (3)を行うこと、(2)前記 入力手段を介してポインタの位置を移動させる命令を受信すると、前記操作メニュー 情報を前記記憶手段から読み出して前記出力手段に表示すること、 (3)当該出力手 段に表示した操作メニュー情報が前記入力手段を介してポインタにより指定されると 、前記記憶手段から実行猶予時間の指標情報を読み出して前記出力手段に表示し 、当該操作メニュー情報がポインタにより指定された状態で、前記記憶手段の実行猶 予時間情報が表す実行猶予時間が経過すると、当該ポインタにより指定された操作 メニュー情報に関連付いている命令を、前記記憶手段から読み出して実行すること、
(4)前記入力手段を介して、前記開始動作命令の受信に対応する、前記命令ボタン が利用者によって離されたことによる終了動作命令を受信すると、前記出力手段へ 表示して!/、る前記操作メニュー情報の表示を終了すること、を実行させることを特徴と する入力支援コンピュータプログラムである。
[0028] (2) ここで、「前記操作情報における命令が実行されるまでの実行猶予時間」とは 、画面上に表示された前記操作メニュー情報にポインタが指定された状態になって から、当該ポインタにより指定された操作メニュー情報に関連付いている命令が実行 されるまでの、所定の猶予時間をいう。「実行猶予時間の残存時間を利用者が理解 できるように前記出力手段に表示するための指標データ」とは、例えば、時計のアナ ログ方式やデジタル方式の表示方法により実行猶予時間のカウントダウンを表示する ために必要な情報や、ソフトウェアをインストールする際に画面に表示されるような全 実行猶予時間を 100%として現在までの経過時間を%表示するようなメーター情報 を表示するために必要な情報などの、前記出力手段に表示することにより利用者が 実行猶予時間の残存時間を容易に理解できるように構成された情報を!ヽぅ。「実行猶 予時間の残存時間を利用者が理解できるように前記出力手段に表示するための指 標データ」として、他にも、「アイコン」を表示して当該アイコンの色や図柄を徐々に変 化させ、実行されるまでの時間を利用者に視覚的に認識させるために必要な情報や 、前記出力手段に表示した操作メニュー情報の色や図柄を徐々に変化させ、実行さ れるまでの時間を利用者に視覚的に認識させるために必要な情報なども該当する。
[0029] 「実行猶予時間の指標情報」の例として、「実行猶予時間の残存情報」と「画面上に 表示する画像の情報」とを関連付けて構成することが考えられる。このようなデータ構 成により、「実行猶予時間の残存情報」ごとに、どの「画面上に表示する画像の情報」 を表示すればよいかが特定できる。「画面上に表示する画像の情報」として、上記時 計のアナログ方式やデジタル方式の表示方法により実行猶予時間のカウントダウン を表示するための画像情報や、実行猶予時間を 100%として現在までの経過時間を %表示するようなメーター情報を表示するための画像情報などを採用すればよい。 [0030] この「画面上に表示する画像の情報」には、出力手段に表示する際に、画面上のど の座標位置 ·範囲に表示するかと 、う表示位置 ·範囲に関する情報も含まれる。この「 表示位置 ·範囲に関する情報」としては、例えば、指標データが画面上に表示された 際に占める絶対的な座標位置'範囲を示す情報や、編集対象データが表示される画 面上の座標位置 ·範囲における指標データの占める相対的な位置 ·範囲を示す情報 などが該当する。
[0031] また、「前記記憶手段から実行猶予時間の指標情報を読み出して前記出力手段に 表示し」とは、例えば、上記記憶手段から読み出した実行猶予時間の指標情報に基 づ 、て、上記時計のアナログ方式やデジタル方式の表示方法により実行猶予時間の カウントダウンを表示したり、ソフトウェアをインストールする際に画面に表示されるよう な現在までの経過時間の%のメーター情報を表示したり、経過時間によって色や図 柄が変化する「アイコン」を表示したり、前記出力手段に表示した操作メニュー情報の 色や図柄を変化させたりすること等が該当する。経過時間によって色や図柄が変化 する「アイコン」を表示する例として、時間の経過と共に変化する画像 (アイコン)を採 用し、猶予時間終了に近くなるほど命令実行をイメージさせる画像 (アイコン)となるよ うに表示すること、がある。「操作メニュー情報がポインタにより指定された状態で、前 記記憶手段の実行猶予時間情報が表す実行猶予時間が経過する」とは、前記出力 手段における画面上に表示された画像データである操作メニュー情報が占める座標 位置の範囲に、前記ポインタの座標位置が合わさった (入った)状態で、処理手段が 行うコンピュータシステム内部のシステム時間情報のカウントにより、記憶手段に記憶 されて ヽる実行猶予時間情報が表す実行猶予時間が経過したことを ヽぅ。
[0032] 以上の定義は、以下の発明にも適用される。
[0033] (3) 本発明は、入力手段における命令ボタンが利用者によって押されてから、離 されるまでの間に、ポインタの位置を移動させる命令を受信すると、画像データであ る操作メニュー情報を出力手段に表示し、予め定められた実行猶予時間、当該操作 メニュー情報にポインタが指定されることにより命令が実行される。特に、「実行猶予 時間の残存時間を利用者が理解できるように前記出力手段に表示するための指標 データ」である指標データを出力手段に表示するため、利用者が操作メニュー情報 にポインタが指定されてから命令が実行されるまでの残存時間を把握することができ る。
[0034] これにより、操作メニュー情報にポインタが指定されただけで命令が実行されてしま うというような、利用者の誤操作による命令実行を防ぐことができ、操作の安全性が向 上する。
[0035] 3、
[0036] (1) また、他の発明に係る入力支援コンピュータプログラムは、情報を記憶する記 憶手段と、情報を処理する処理手段と、利用者に情報を表示する出力手段と、利用 者からの命令を受け付ける入力手段とを備えたコンピュータシステムにおけるコンビ ユータブログラムであって、利用者が前記入力手段を使用してデータ入力を行う際に 実行される入力支援コンピュータプログラムである。
[0037] 当該コンピュータシステムの前記記憶手段は、ポインタの座標位置によって実行さ れる命令結果を利用者が理解できるように前記出力手段に表示するための画像デ ータである操作メニュー情報と、当該操作メニュー情報にポインタが指定された場合 に実行される命令と、を関連付けた操作情報を 1以上記憶し、当該操作情報は、前 記記憶手段に記憶されているデータの状態を表す情報であるデータ状態情報に関 連付けて前記記憶手段に記憶されて 、る。
[0038] そして、当該コンピュータシステムの前記処理手段に、(1)前記入力手段を介して、 前記入力手段における命令ボタンが利用者によって押されたことによる開始動作命 令を受信した後から、利用者によって当該押されていた命令ボタンが離されたことに よる終了動作命令を受信するまでにおいて、以下の(2)及び (3)を行うこと、(2)前記 入力手段を介してポインタの位置を移動させる命令を受信すると、当該受信した際の 前記記憶手段に記憶されて 、るデータの状態を特定し、当該特定したデータ状態を 表すデータ状態情報に関連付 、て 、る前記操作情報を特定し、当該特定した操作 情報における操作メニュー情報を、前記記憶手段から読み出して前記出力手段に表 示すること、(3)前記入力手段を介して、当該出力手段に表示した操作メニュー情報 がポインタにより指定されると、当該ポインタにより指定された操作メニュー情報に関 連付いている命令を、前記記憶手段から読み出して実行し、当該命令の実行により 変化した前記記憶手段に記憶されて 、るデータの状態を特定し、当該特定したデー タ状態を表すデータ状態情報に関連付 、て 、る前記操作情報を特定し、当該特定 した操作情報における前記操作メニュー情報を、前記記憶手段から読み出して前記 出力手段に表示すること、(4)前記入力手段を介して、前記開始動作命令の受信に 対応する、前記命令ボタンが利用者によって離されたことによる終了動作命令を受信 すると、前記出力手段へ表示している前記メニュー情報の表示を終了すること、を実 行させることを特徴とする入力支援コンピュータプログラムである。
[0039] (2) ここで、「前記記憶手段に記憶されているデータの状態を表す情報」の例とし て、前記記憶手段に格納されている編集対象データの内容 (データ状態)、例えば、 文章 *表計算のデータのうち実際に出力手段に表示する「ビュー」の範囲の状態、デ ータを印刷する際の印刷対象となる範囲の状態、文章のデータの書式やフォントの 設定値の状態、現在処理の対象となって ヽる(アクティブとなって ヽる)データがある か否かの状態、等を表す情報が該当する。他にも、「前記記憶手段に記憶されてい るデータの状態を表す情報」の例として、記憶手段の総記憶容量にお!/、て実際に使 用できる残記憶容量を表す情報や、記憶手段の総記憶容量分における実際に使用 されている記憶容量の割合を表す情報、等が該当する。例えば、記憶手段の総記憶 容量において実際に使用できる残記憶容量が一定容量以下である場合は、特定の 操作メニュー情報 (例えば、データ保存命令を意味する操作メニュー)を画面上に表 示しない、というような使い方ができる。
[0040] 以上の定義は、以下の発明にも適用される。
[0041] (3) 本発明は、入力手段における命令ボタンが利用者によって押されてから、離 されるまでの間に、ポインタの位置を移動させる命令を受信すると、画像データであ る操作メニュー情報を出力手段に表示し、ポインタの指定により命令が実行される。 特に、記憶手段に記憶されているデータの状態に応じた操作メニュー情報が出力手 段に表示されるため、当該データ状態に適合した操作メニュー情報が表示されること になる。
[0042] これにより、例えば、操作メニュー情報に関連付いた命令が実行されることにより、 文章 '表計算のデータのうち実際に出力手段に表示する「ビュー」の状態が変化すれ ば、当該ビューの状態に応じた操作メニュー情報が表示されることになる。具体的に は、文章 *表計算のデータのうち「ビュー」の状態が最上部に移っている場合は、上方 向へのビュー移動を命令する操作メニュー情報を表示せずに、下方向へのビュー移 動を命令する操作メニュー情報のみを表示する、等の利用者の使 、勝手を考えた柔 軟な操作メニュー情報の表示が可能となる。
[0043] また、記憶手段に記憶されて!、るデータの状態として、記憶手段の総記憶容量に おいて実際に使用できる残記憶容量が一定容量以下である場合は、特定の操作メ ニュー情報 (例えば、データ保存命令を意味する操作メニュー)を画面上に表示しな い、等の操作メニュー情報の表示も可能となる。
[0044] 4、
[0045] (1) また、他の発明に係る入力支援システムは、情報を記憶する記憶手段と、情 報を処理する処理手段と、利用者に情報を表示する出力手段と、利用者からの命令 を受け付ける入力手段とを備えたコンピュータシステムである。
[0046] そして、当該記憶手段が、前記の 1、乃至 3、のいずれか 1記載の入力支援コンビュ ータプログラムを記憶し、前記処理手段が前記各処理を行うことを特徴とする入力支 援システムである。
[0047] 5、
[0048] (1) また、他の発明に係る入力支援システムは、前記命令ボタンを備えた入力手 段力 1のポインティングデバイスであること、を特徴とする。
[0049] (2) ここで、「ポインティングデバイス」とは、マウス、ペンデバイス、タブレット、ジョ ィスティック、タツチパネル等の各種ポインティングデバイスが該当する。
[0050] (3) 前記入力手段力^のポインティングデバイスであることにより、上記各処理、例 えば、入力手段における命令ボタンを押すことによる開始動作命令、当該押していた 命令ボタンを離すことによる終了動作命令、入力手段を介して行うポインタの位置を 移動させる命令、などを当該 1のポインティングデバイスにより実行できる。すなわち、 利用者は、入力手段としての当該 1のポインティングデバイスのみによって、上記各 処理の命令を行うことができる。これは、マウスやペンデバイス等の片手で操作できる ポインティングデバイスを採用した際に、優れた操作性を実現することができる。 発明の効果
[0051] 以上のように、本発明を利用すると、入力手段における命令ボタンが利用者によつ て押されてから、離されるまでの間に、ポインタの位置を移動させる命令を受信すると 、画像データである操作メニュー情報を出力手段に表示し、ポインタの指定により命 令が実行される。特に、入力手段における命令ボタンが利用者によって押されてから 、離されるまでの間は、画像データである操作メニュー情報をポインタで指定すること によって、当該命令を何回でも実行する、という継続的な操作が可能になる。また、 入力手段における命令ボタンが利用者によって離されると、出力手段に表示されて V、た操作メニュー情報の表示が終了する。
発明を実施するための最良の形態
[0052] 以下、本発明の実施形態を、図面を参照しつつ説明する。
[0053] 1、 本発明の実施の構成について
[0054] (1) 図 1は、本発明に係る入力支援コンピュータシステムの全体構成図である。同 図に示すように、本発明に係る入力支援コンピュータシステムは、出力手段 10と、処 理手段 20と、入力手段 30と、記憶手段 40· 50と、力 構成されている。そして、これ ら各手段(10〜50)は、バス 60を介して電気的に接続し、相互に情報の伝達 (信号 の通信)を行うことができる。
[0055] 図 1の入力支援コンピュータシステムにおける構成要素を更に詳述する。出力手段 10は、情報を入力支援コンピュータシステムの利用者に表示するための出力装置で あり、例えば液晶や CRT方式等のディスプレイ装置が該当する。また、処理手段 20 は、上記他の手段 (装置)〖こ働きかける計算装置であり、例えば CPUが該当する。入 力手段 30は、入力支援コンピュータシステムの利用者からの命令を受け付ける入力 装置であり、例えばマウスやキーボードが該当する。記憶手段 40は、大量の情報を 記憶させておく補助記憶装置であり、例えばノ、ードディスク (HDD)が該当する。記 憶手段 50は、処理手段 20による実行の対象となる情報を記憶させておく主記憶装 置であり、例えばメインメモリが該当する。バス 60は、入力支援コンピュータシステム の内部で各手段が情報を通信するための伝送路である。
[0056] 本発明に係る入力支援コンピュータシステムは、図 1に示すパーソナルコンピュータ のようなローカルのコンピュータシステムであっても実施が可能であり、当該前提によ り以下説明を行う。しかし、本発明に係る入力支援コンピュータシステムは、複数のコ ンピュータシステムカゝら構成される場合もある。例えば、クライアント側のコンピュータ システムが出力手段 10及び入力手段 30となり、サーバ側のコンピュータシステムが 処理手段 20及び記憶手段 40· 50となり、インターネットなどの広域通信回線がバス 6 0となることによって、複数のコンピュータシステムカゝら構成される場合も考えられる。
[0057] (2) 次に、図 1における記憶手段 40としての HDDに記憶されている各種情報に ついて説明する。記憶手段 40としての HDDには、データ状態情報 41と、操作情報 42と、実行猶予時間情報 43と、実行猶予時間の指標情報 44と、入力支援コンビュ ータプログラム 45と、 OSその他プログラム 46とを、データベースやファイルの形式に より記憶している。
[0058] そして、処理手段 20としての CPU力 記憶手段 40としての HDDに記憶されている 各情報 (41〜46)を、記憶手段 50としてのメモリに読み込むことにより、プログラムや データの解釈'実行を行なう。また、処理手段 20としての CPU力 記憶手段 40として の HDDに記憶されている OSその他プログラム 46と、入力支援コンピュータプロダラ ム 45を、記憶手段 50としてのメモリに読み込んで解釈し、実行する事により、本発明 に係る入力支援処理等が行なわれるのである。
[0059] このように、本実施形態では、初期状態として記憶手段 40としての HDDに各情報( 41〜46)が記憶されているとして説明する力 初期状態において記憶手段 50として のメモリに各情報 (41〜46)が全て記憶されていても当然実施は可能である。
[0060] (3) 続いて、記憶手段 40としての HDDに記憶されている各情報 (41〜46)のデ ータ構造について、図 2及び 3を使用して説明する。
[0061] 図 2に図示するように、記憶手段 40としての HDDに記憶されている「データ状態情 報 41」と「操作情報 42」は、情報の関連付けがなされて記憶されている。
[0062] 「データ状態情報 41」とは、記憶手段 40· 50に記憶されているデータの状態を表す 情報であり、例えば、記憶手段 40· 50に格納されている編集対象データの内容を表 す情報や、記憶手段 40· 50の総記憶容量分における実際に使用されている記憶容 量の割合を表す情報、等が該当する。図 2では、「データ状態情報 41」、として記憶 手段 40 · 50に格納されている編集対象データの内容を表す情報である「ビューの状 態」が格納されている。「最上部のビューが表示」の場合は、編集対象データにおい て縦方向のビューが最上部にあることを、「最下部のビューが表示」の場合は、編集 対象データにおいて縦方向のビューが最下部にあることを、「最上部'最下部のビュ 一が共に表示」の場合は、編集対象データにおいて縦方向のビューが最上部カも最 下部までを表示できていることを、夫々表している。また、「上記以外のビュー状態」 の場合は、「最上部のビューが表示」、「最下部のビューが表示」、「最上部'最下部の ビューが共に表示」以外のビュー状態であること、例えば最上部及び最下部のビュー が表示されて 、な ヽ中間的なビュー状態を表して 、る。
[0063] また、「操作情報 42」は、「操作メニュー情報」と「操作メニュー情報にポインタが指 定された場合に実行される命令」とを関連付けた情報である。この「操作情報 42」によ り、出力手段 10に表示された「操作メニュー情報」にポインタが指定された場合に、ど の「命令」を実行すればょ 、かを特定することができる。
[0064] 「操作メニュー情報」とは、ポインタの座標位置によって実行される命令結果を利用 者が理解できるように出力手段 10に表示するための画像データである。そして、当該 「操作メニュー情報」には、出力手段 10に表示する際に、画面上のどの座標位置'範 囲に表示するかと ヽぅ表示位置 '範囲に関する情報も含まれる。この「表示位置 ·範囲 に関する情報」としては、例えば、操作メニュー情報が画面上に表示された際に占め る絶対的な座標位置'範囲を示す情報や、編集対象データが表示される画面上の座 標位置'範囲における操作メニュー情報の占める相対的な位置'範囲を示す情報な どが該当する。
[0065] また、「操作メニュー情報にポインタが指定された場合に実行される命令」とは、入 力支援コンピュータシステムに対する実行命令であり、例として、「編集対象データに おける内部のデータ状態を変化させる命令」がある。この「編集対象データにおける 内部のデータ状態を変化させる命令」とは、記憶手段 40· 50に格納されている編集 対象データの内容 (データ状態)に変更を加える命令であり、例えば、ビューの状態 を変化させる命令が該当する。
[0066] (4) 記憶手段 40としての HDDに記憶されて 、る「実行猶予時間情報 43」は、操 作メニュー情報にポインタが指定された場合に、操作情報 42における命令が実行さ れるまでの実行猶予時間を表す情報である。実行猶予時間の採用例として、「1秒」、 「3秒」、「5秒」等の時間情報が考えられる。
[0067] (5) 図 3に図示するように、記憶手段 40としての HDDに記憶されている「実行猶 予時間の指標情報 44」は、「実行猶予時間の残存時間」と「表示する画像」とを関連 付けた情報である。この情報の関連付けにより、例えば、「実行猶予時間の残存時間 」が「5秒」になった際には「画像 A」を、「実行猶予時間の残存時間」が「3秒」になつ た際には「画像 B」を、「実行猶予時間の残存時間」が「1秒」になった際には「画像 C」 を、出力手段 10としてのディスプレイに夫々表示すればよいことが分かる。そして、「 画像 A」、「画像 B」、「画像 C」の順に画像を変化させ、残存時間が短くなつていること を理解できる画像データを採用することによって、徐々に実行猶予時間の残存時間 が短くなることを利用者が認識できるのである。
[0068] 図 3に図示するような「実行猶予時間の指標情報 44」を採用することにより、時計の アナログ方式やデジタル方式の表示方法により実行猶予時間のカウントダウンを表 示することや、ソフトウェアをインストールする際に画面に表示されるような実行猶予 時間を 100%として現在までの経過時間を%表示するようなメーター情報を表示する こと、特定の「アイコン」を表示して当該アイコンの色や図柄を変化させ、実行されるま での時間を利用者に視覚的に認識させること、出力手段に表示した操作メニュー情 報の色や図柄を変化させ、実行されるまでの時間を利用者に視覚的に認識させるこ と、等が可能となる。
[0069] 2、 本発明の実施のフローについて
[0070] 図 4は、本発明に係る入力支援コンピュータシステムの実施フロー図である。同図 に基づいて、本発明の実施のフローを説明する。
[0071] (1) まず、処理手段 20としての CPU力 入力手段 30としてのマウス'キーボード から、入力手段 30としてのマウス ·キーボードにおける命令ボタンが利用者によって 押されたことによる開始動作命令を受信する (S 1)。
[0072] 「入力手段 30としてのマウス ·キーボードにおける命令ボタンが利用者によって押さ れたことによる開始動作命令」とは、入力手段 30としてのマウス'キーボードにおける 命令ボタンが利用者によって押されたことを伝えるために、入力手段 30としてのマウ ス ·キーボードが処理手段 20としての CPUに対して発する電気信号である。
[0073] (2) 次に、処理手段 20としての CPU力 利用者によって当該押されていた命令ボ タンが離されたことによる終了動作命令を受信するまでに、入力手段 30としてのマウ ス.キーボードから、出力手段 10としてのディスプレイに表示しているポインタの位置 を移動させる命令を受信した力否かを判断する(S2)。処理手段 20としての CPU力 ポインタの位置を移動させる命令を受信する前に終了動作命令を入力手段 30として のマウス'キーボードから受信した場合は、本発明に係る処理は終了する。
[0074] 「利用者によって当該押されていた命令ボタンが離されたことによる終了動作命令」 とは、当該入力手段 30としてのマウス'キーボードにおける命令ボタンが利用者によ つて離されたことを伝えるために、入力手段 30としてのマウス'キーボードが処理手段 20としての CPUに対して発する電気信号である。先の「開始動作命令」が発せられ て処理手段 20としての CPUが受信してから、「終了動作命令」が発せられて処理手 段 20としての CPUが受信するまでは、入力手段 30としてのマウス ·キーボードにお ける命令ボタンが利用者により押されて 、ることを、処理手段 20としての CPUは認識 することができる。すなわち、処理手段 20としての CPUは、「利用者によって当該押 されていた命令ボタンが離されたことによる終了動作命令」を、入力手段 30としての マウス'キーボードから受信するまで、利用者が本発明に係る処理の続行を希望して 、ることを認識する。
[0075] (3) S2において、終了動作命令を受信する前にポインタの位置を移動させる命 令を入力手段 30としてのマウス'キーボードから受信した場合は、処理手段 20として の CPUが、当該受信した際の記憶手段 40としての HDDに記憶されているデータの 状態を特定する。さらに、処理手段 20としての CPUは、当該特定したデータ状態を 表すデータ状態情報 41に関連付 、て 、る操作情報 42を特定し、当該特定した操作 情報 42における操作メニュー情報を、記憶手段 40としての HDD力も読み出して出 力手段 10としてのディスプレイに表示する(S3)。
[0076] ここで、「記憶手段 40としての HDDに記憶されているデータの状態」の例として、記 憶手段 40としての HDDに格納されている編集対象データの内容 (データ状態)、例 えば、編集対象となっている文章 '表計算のデータのうち実際に出力手段 10としての ディスプレイに表示する「ビュー」の範囲の状態、データを印刷する際の印刷対象と なる範囲の状態、文章のデータの書式やフォントの設定値の状態、現在処理の対象 となって!/、る(アクティブとなって!/、る)データがあるか否かの状態、等を表す情報が 該当する。他にも、「記憶手段 40としての HDDに記憶されているデータの状態」の例 として、記憶手段 40の総記憶容量分における実際に使用されている記憶容量の割 合を表す情報、等が該当する。例えば、記憶手段 40の総記憶容量分における実際 に使用されている記憶容量の割合が一定割合以上である場合は、処理の結果、記 憶容量不足になる可能性もあるため、特定の操作メニュー情報を表示しない、という ような使い方もできる。
[0077] 具体的に図を用いて S1〜S3を説明する。図 5は、処理手段 20としての CPUが編 集対象データの内容 (データ状態)を出力手段 10としてのディスプレイに表示してい る表示例である。同図に示す例では、編集対象データとしてテキストエディタソフトゥ エアの文章データを採用して 、る。
[0078] 図 5の画面の状態で、システム利用者が入力手段 30としてのマウス 'キーボードに おける命令ボタンを押す。例えば、利用者がマウスにおける左ボタンや右ボタンを押 すことや、利用者がキーボードにおける特定のキーを押す行為、等が該当する。これ により、処理手段 20としての CPU力 入力手段 30としてのマウス ·キーボードにおけ る命令ボタンが利用者によって押されたことによる開始動作命令を、入力手段 30とし てのマウス ·キーボードから受信する(S 1)。
[0079] 次に、システム利用者力 先に押した入力手段 30としてのマウス ·キーボードにお ける命令ボタンを押し続けたままで、入力手段 30としてのマウス'キーボードを使って 出力手段 10としてのディスプレイの画面上に表示されているポインタ 1の移動命令を 行う。例えば、マウスにおける左ボタンや右ボタンを押したままマウスを移動させること (ドラッグ操作)や、キーボードにおける特定のキーを押しつつマウスを移動させる行 為、等が該当する。処理手段 20としての CPUは、利用者によって当該押されていた 命令ボタンが離されたことによる終了動作命令を受信するまでに、入力手段 30として のマウス'キーボードから、出力手段 10としてのディスプレイに表示しているポインタ 1 の位置を移動させる命令を受信した力否かを判断する(S2)。
[0080] そして、 S2において、終了動作命令を受信する前にポインタ 1の位置を移動させる 命令を入力手段 30としてのマウス'キーボードから受信した場合は、処理手段 20とし ての CPUが、当該受信した際の記憶手段 40としての HDDに記憶されているデータ の状態を特定する。さらに、処理手段 20としての CPUは、当該特定したデータ状態 を表すデータ状態情報 41に関連付 、て 、る操作情報 42を特定し、当該特定した操 作情報 42における操作メニュー情報を、記憶手段 40としての HDD力も読み出して 出力手段 10としてのディスプレイに表示する(S 3)。図 2におけるデータ状態情報 41 及び操作情報 42を使用して説明すると、例えば、特定したデータ状態力 ^最上部の ビューが表示」されている状態であれば、操作情報 42における「メニュー A」や「メ -ュ 一 B」の「操作メニュー情報」が、特定したデータ状態が「最下部のビューが表示」され て 、る状態であれば、操作情報 42における「メニュー C」や「メニュー D」の「操作メ- ユー情報」力 出力手段 10としてのディスプレイに表示される。
[0081] 先の図 5の画面の状態から、 S3により操作メニュー情報が、出力手段 10としてのデ イスプレイに表示された画面例が図 6である。同図に示すのは、先に特定されたデー タ状態が「最上部のビューが表示」されて 、る状態であり、操作情報 42における「メ- ユー A」や「メニュー B」のような、様々な操作メニュー情報(101〜105)が編集対象 データ上に表示されている。例えば、操作メニュー情報 101は右方向にビューを変 化させることを表す操作メニューであり、操作メニュー情報 104は下方向にビューを 変化させることを表す操作メニューであり、操作メニュー情報 105は操作メニュー情報 104よりも早いスピードで下方向にビューを変化させることを表す操作メニューである 。さらに、操作メニュー情報 102はドラッグ開始位置までビューを変化させることを表 す操作メニューであり、「ドラッグ開始位置」とは、システム利用者が入力手段 30とし てのマウス'キーボードにおける命令ボタンを押した際(開始動作命令を行った際)の ポインタ 1の座標位置を意味する。また、操作メニュー情報 103はビューの最下部ま でビューを変化させることを表す操作メニューである。
[0082] 図 6の画面状態において、入力手段 30としてのマウス'キーボードを使ってポインタ 1を各操作メニュー情報(101〜105)に指定し、所定の時間が経過すると、操作情 報 42において当該指定した操作メニュー情報に関連付いている命令が、処理手段 2 0としての CPUにより実行されることになる。
[0083] また、 S3により、操作メニュー情報が出力手段 10としてのディスプレイに表示された 他の画面例が図 7である。同図に示すのは、先に特定されたデータ状態が「上記以 外のビュー状態」であり、様々な操作メニュー情報(102〜105、 111〜116)が編集 対象データ上に表示されている。例えば、操作メニュー情報 111は上方向に早いス ピードでビューを変化させることを表す操作メニューであり、操作メニュー情報 112は 上方向にビューを変化させることを表す操作メニューであり、操作メニュー情報 113 はビューの最上部までビューを変化させることを表す操作メニューである。操作メ-ュ 一情報 114は現在処理の対象 (アクティブ)となって ヽる文章の選択範囲の先頭まで ビューを変化させることを表す操作メニューであり、図 7では「テスト品質」の文字の最 初の位置が選択先頭の位置となる。操作メニュー情報 115は現在処理の対象 (ァク ティブ)となって!/、る文章の選択範囲の末尾までビューを変化させることを表す操作メ ニューであり、図 7では「テスト品質」の文字の最後の位置が選択末尾の位置となる。 操作メニュー情報 116は右方向にビューを変化させることを表す操作メニューである
[0084] 図 7の画面状態において、入力手段 30としてのマウス'キーボードを使ってポインタ 1を各操作メニュー情報(102〜105、 111〜116)に指定し、所定の時間が経過す ると、操作情報 42において当該指定したメニュー情報に関連付いている命令が、処 理手段 20としての CPUにより実行されることになる。
[0085] また、 S3により、操作メニュー情報が出力手段 10としてのディスプレイに表示された 他の画面例が図 8である。同図に示すのは、先に特定されたデータ状態が「上記以 外のビュー状態」であり、様々な操作メニュー情報(102、 103、 113、 121)が編集対 象データ上に表示されている。例えば、操作メニュー情報 121は、△マークが向いて いる方向にビューを変化させることを表す操作メニューであり、特に、円の外側にある マークは、円の内側にあるマークよりも、単位時間当たりに早くビューを変化させるこ とを意味している。
[0086] 図 8の画面状態において、入力手段 30としてのマウス'キーボードを使ってポインタ 1を各操作メニュー情報(102、 103、 113、 121)に指定し、所定の時間が経過する と、操作情報 42において当該指定したメニュー情報に関連付いている命令が、処理 手段 20としての CPUにより実行されることになる。
[0087] (4) 次に、処理手段 20としての CPU力 利用者によって先に押されていた入力 手段 30としてのマウス ·キーボードにおける命令ボタンが離されたことによる終了動作 命令を、入力手段 30としてのマウス'キーボードから受信した力否かを判断する(S4)
[0088] 例えば、図 5のような画面状態において、システム利用者力 先に押した入力手段 3 0としてのマウス'キーボードにおける命令ボタンを押し続けたままで、入力手段 30と してのマウス'キーボードを使って出力手段 10としてのディスプレイの画面上に表示 されているポインタ 1の移動命令を行い、図 6のような状態になったが、その後当該命 令ボタンを離した状態が該当する。この場合は、当該命令ボタンを離すことにより、入 力手段 30としてのマウス ·キーボードが処理手段 20としての CPUに、終了動作命令 を送信することになる。
[0089] (5) そして、 S4において終了動作命令を受信した場合は、処理手段 20としての C PUは、先に出力手段 10としてのディスプレイに表示した操作メニュー情報の表示を 終了させ、本発明に係る処理も終了する(S5)。すなわち、図 6のような状態で、シス テム利用者力 先に押した入力手段 30としてのマウス'キーボードにおける命令ボタ ンを離すと、図 5の画面状態に戻るのである。これにより、出力手段 10としてのデイス プレイに表示した操作メニュー情報の表示が速やかに解消されるため、利用者の「不 要になった操作メニュー情報の表示を画面上から消したい」という意思がすぐに反映 されること〖こなる。
[0090] (6) 次に、処理手段 20としての CPUは、出力手段 10としてのディスプレイに表示 した操作メニュー情報力 入力手段 30としてのマウス'キーボードを介してポインタ 1 により指定されると、記憶手段 40として HDD力も実行猶予時間の指標情報 44を読 み出して出力手段 10としてのディスプレイに表示する。そして、処理手段 20としての CPUは、当該表示した操作メニュー情報がポインタ 1により指定された状態で、記憶 手段 40として HDDに記憶されている実行猶予時間情報 43が表す実行猶予時間が 経過したカゝ否かを判断する(S6)。
[0091] 例えば、図 7のような画面状態で、システム利用者力 入力手段 30としてのマウス · キーボードによるポインタ 1の移動命令により、表示されている特定の操作メニュー情 報(図 7では操作メニュー情報 104)にポインタ 1を指定する。これにより、処理手段 2 0としての CPUは、記憶手段 40として HDDに記憶されて ヽる実行猶予時間の指標 情報 44を読み出して出力手段 10としてのディスプレイに表示する。
[0092] 処理手段 20としての CPU力 この実行猶予時間の指標情報 44のうち、「表示する 画像」を出力手段 10としてのディスプレイに表示した例力 図 9の(a)、 (b)、 (c)であ る。図 3の実行猶予時間の指標情報 44における「実行猶予時間の残存時間」が「5秒 」の際に「表示する画像」が「画像 A」であり、図 9の(a)が該当する。図 3の実行猶予 時間の指標情報 44における「実行猶予時間の残存時間」が「3秒」の際に「表示する 画像」が「画像 B」であり、図 9の (b)が該当する。図 3の実行猶予時間の指標情報 44 における「実行猶予時間の残存時間」が「1秒」の際に「表示する画像」が「画像 C」で あり、図 9の (c)が該当する。このように、実行猶予時間の指標情報 44のうち、「表示 する画像」を出力手段 10としてのディスプレイに表示した画像 311が、「実行猶予時 間の残存時間」と共に徐々に変化することによって、実際に命令が実行されるまでの 残存時間をシステム利用者が容易に理解することができる。
[0093] 処理手段 20としての CPU力 この図 9の(a)、 (b)、 (c)のように実行猶予時間の指 標情報 44を出力手段 10としてのディスプレイに表示させる際には、記憶手段 40とし て HDDに記憶されて 、る実行猶予時間情報 43を読み出して利用する。すなわち、 処理手段 20としての CPUは、記憶手段 40として HDDに記憶されている実行猶予時 間情報 43が表す猶予時間を、システム内部が有する時間情報 (システム日付情報) の経過と共に減らしていく。これにより、処理手段 20としての CPUは、実行猶予時間 の指標情報 44の「実行猶予時間の残存時間」が表す所定の残存時間になると、該 当する実行猶予時間の指標情報 44の「表示する画像」を出力手段 10としてのデイス プレイに表示させるのである。
[0094] そして、当該表示した操作メニュー情報がポインタ 1により指定された状態が «続す ると、図 9の(a)、(b)、(c)のように出力手段 10としてのディスプレイの画面表示が変 化していく。処理手段 20としての CPUは、当該表示した操作メニュー情報がポインタ 1により指定された状態で、記憶手段 40として HDDに記憶されて 、る実行猶予時間 情報 43が表す実行猶予時間が経過したか否かを判断する(S6)。 S6において、当 該実行猶予時間が経過する前に、当該表示した操作メニュー情報がポインタ 1により 指定されなくなった場合、すなわち、図 7では、ポインタ 1が操作メニュー情報 104の 表示範囲を外れた場合、処理手段 20としての CPUは、 S8における「操作メニュー情 報の表示を更新する」処理として、出力手段 10としてのディスプレイに表示させて ヽ る実行猶予時間の指標情報 44の表示を終了し、先の S4の終了動作命令の受信判 断に戻る。
[0095] (7) S6において、処理手段 20としての CPU力 先に表示した操作メニュー情報 がポインタ 1により指定された状態で、記憶手段 40として HDDに記憶されている実 行猶予時間情報 43が表す実行猶予時間が経過したと判断すると、当該ポインタ 1〖こ より指定された操作メニュー情報に関連付 、て 、る命令を、記憶手段 40として HDD 力 読み出して実行する(S7)。
[0096] 例えば、図 7のような画面状態で実行猶予時間情報 43が表す実行猶予時間が経 過すると、処理手段 20としての CPUは、ポインタ 1により指定されている操作メニュー 情報 104に関連付 、て 、る命令を記憶手段 40として HDDに記憶されて 、る操作情 報 42より特定し、読み出して実行する。操作メニュー情報 104を例にすると、「ビュー を下方向に移動させる」という命令が実行されることになる。また、ポインタ 1により操 作メニュー情報 104が指定されている限り、一定の時間間隔で継続的に当該操作メ ニュー情報 104に関連付いている命令を実行し続けることになり、徐々にビューが下 方向に動 ヽて 、き、画面がスクロールして!/、くことになる。
[0097] (8) 続いて、処理手段 20としての CPUは、 S7での命令の実行により変化した記 憶手段 40としての HDDに記憶されているデータの状態(例えば、画面のビューの状 態)を特定し、当該特定したデータ状態を表すデータ状態情報 41に関連付 、て 、る 操作情報 42を特定し、当該特定した操作情報 42における操作メニュー情報を、記 憶手段 40としての HDD力も読み出して出力手段 10としてのディスプレイに表示する (S8)。 [0098] 例えば、図 7のような画面状態において、ポインタ 1により操作メニュー情報 112が 指定された状態で実行猶予時間が経過し、 HDDに記憶されて ヽる操作情報 42に おいて当該操作メニュー情報 112に関連付 、て 、る「ビューを上方向に移動させる」 という命令が実行されると、図 7のビューが変化することによる HDDに記憶されている データの状態の変化が生じる。その結果、当該ビューの変化後の状態に応じたデー タ状態情報 41が特定され、当該特定した操作情報 42における操作メニュー情報を、 記憶手段 40としての HDD力も読み出して出力手段 10としてのディスプレイに表示さ れることにより、図 6のような画面状態に遷移する。
[0099] 図 7の画面状態では、記憶手段 40としての HDDに記憶されている操作情報 42に おいて、「上記以外のビュー状態」に関連付いている操作メニュー情報が表示されて いる。これに対し、図 7の画面状態力 ビューが上方向に移動したことにより、記憶手 段 40としての HDDに記憶されている操作情報 42において、「最上部のビューが表 示」に関連付いている操作メニュー情報が図 6では表示されている。図 7では、最上 部のビューが表示されて 、な 、ため、ビューを上方向に移動させるための操作メ-ュ 一情報(111〜113)が画面上に表示されているのに対し、図 6では、既に最上部の ビューが表示されているため、ビューを上方向に移動させるための操作メニュー情報 (111〜113)を表示する必要はない。よって、図 6では、ビューを上方向に移動させ るための操作メニュー情報( 111〜 113)は、画面上に表示されて ヽな 、。
[0100] S8の処理が終わると、先の S4の終了動作命令の受信判断に戻る。そして、処理手 段 20としての CPU力 利用者によって先に押されて 、た入力手段 30としてのマウス •キーボードにおける命令ボタンが離されたことによる終了動作命令を、入力手段 30 としてのマウス'キーボードから受信するまで、本処理は続行することになる。
[0101] (9) 以上のように、本発明を利用すると、入力手段 30としてのマウス'キーボード における命令ボタンが利用者によって押されてから、離されるまでの間に、ポインタ 1 の位置を移動させる命令を受信すると、処理手段 20としての CPUは、画像データで ある操作メニュー情報を出力手段 10としてのディスプレイに表示し、ポインタ 1の指定 により命令が実行される。特に、入力手段 30としてのマウス'キーボードにおける命令 ボタンが利用者によって押されてから、離されるまでの間は、画像データである操作 メニュー情報をポインタ 1によって指定し続けることにより、特定の命令を何回でも実 行する、という継続的な操作が可能になる。また、入力手段 30としてのマウス'キーボ ードにおける命令ボタンが利用者によって離されると、出力手段 10としてのディスプ レイに表示されていた操作メニュー情報の表示が終了する。
図面の簡単な説明
[図 1]入力支援コンピュータシステムの全体構成図
[図 2]記憶手段 40に記憶されているデータ状態情報 41と操作情報 42のデータ構造 図
[図 3]記憶手段 40に記憶されている実行猶予時間の指標情報 44のデータ構造図
[図 4]処理手段 20が行う入力支援処理のフロー図
[図 5]編集対象データの内容を画面に表示した表示例の図
[図 6]編集対象データの内容と操作メニュー情報を画面に表示した表示例の図 1
[図 7]編集対象データの内容と操作メニュー情報を画面に表示した表示例の図 2
[図 8]編集対象データの内容と操作メニュー情報を画面に表示した表示例の図 3
[図 9]編集対象データの内容と実行猶予時間の指標情報 44を画面に表示した表示 例の図
符号の説明
1 ポインタ
10 出力手段 (ディスプレイ)
20 処理手段 (CPU)
30 入力手段 (マウス ·キーボード)
40 記憶手段 (HDD)
41 データ状態情報
42 操作情報
43 実行猶予時間情報
44 実行猶予時間の指標情報
45 入力支援コンピュータプログラム
46 OSその他プログラム 記憶手段 (メモリ)
バス
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ:ニュー -情報
操作メ: :ュ' -情報
操作メ: :ュ' -情報
操作メ: :ュ' -情報
実行猶予時間の指標情報 44のうち、「表示する画像」を画面に表示した例

Claims

請求の範囲 [1] 情報を記憶する記憶手段と、情報を処理する処理手段と、利用者に情報を表示する 出力手段と、利用者力 の命令を受け付ける入力手段とを備えたコンピュータシステ ムにおけるコンピュータプログラムであって、 利用者が前記入力手段を使用してデータ入力を行う際に実行される入力支援コン ピュータプログラムであり、 前記記憶手段は、 ポインタの座標位置によって実行される命令結果を利用者が理解できるように前記 出力手段に表示するための画像データである操作メニュー情報と、当該操作メ-ュ 一情報にポインタが指定された場合に実行される命令と、を関連付けた操作情報を 1 以上記憶し、 前記処理手段に、 (1)前記入力手段を介して、前記入力手段における命令ボタンが利用者によって 押されたことによる開始動作命令を受信した後から、利用者によって当該押されてい た命令ボタンが離されたことによる終了動作命令を受信するまでにおいて、以下の(2)及び(3)を行うこと、 (2)前記入力手段を介してポインタの位置を移動させる命令を受信すると、前記操 作メニュー情報を前記記憶手段から読み出して前記出力手段に表示すること、 (3)前記入力手段を介して、当該出力手段に表示した操作メニュー情報がポインタ により指定されると、当該ポインタにより指定された操作メニュー情報に関連付いてい る命令を、前記記憶手段から読み出して実行すること、 (4)前記入力手段を介して、前記開始動作命令の受信に対応する、前記命令ボタ ンが利用者によって離されたことによる終了動作命令を受信すると、前記出力手段へ 表示している前記操作メニュー情報の表示を終了すること、 を実行させることを特徴とする入力支援コンピュータプログラム。 [2] 情報を記憶する記憶手段と、情報を処理する処理手段と、利用者に情報を表示する 出力手段と、利用者力 の命令を受け付ける入力手段とを備えたコンピュータシステ ムにおけるコンピュータプログラムであって、 利用者が前記入力手段を使用してデータ入力を行う際に実行される入力支援コン ピュータプログラムであり、 前記記憶手段は、 ポインタの座標位置によって実行される命令結果を利用者が理解できるように前記 出力手段に表示するための画像データである操作メニュー情報と、当該操作メ-ュ 一情報にポインタが指定された場合に実行される命令と、を関連付けた操作情報を 1 以上記憶すると共に、 前記操作情報における命令が実行されるまでの実行猶予時間を表す実行猶予時 間情報と、当該実行猶予時間の残存時間を利用者が理解できるように前記出力手 段に表示するための指標データである実行猶予時間の指標情報と、を記憶し、 前記処理手段に、
(1)前記入力手段を介して、前記入力手段における命令ボタンが利用者によって 押されたことによる開始動作命令を受信した後から、利用者によって当該押されてい た命令ボタンが離されたことによる終了動作命令を受信するまでにおいて、以下の(
2)及び(3)を行うこと、
(2)前記入力手段を介してポインタの位置を移動させる命令を受信すると、前記操 作メニュー情報を前記記憶手段から読み出して前記出力手段に表示すること、
(3)当該出力手段に表示した操作メニュー情報が前記入力手段を介してポインタ により指定されると、前記記憶手段から実行猶予時間の指標情報を読み出して前記 出力手段に表示し、当該操作メニュー情報がポインタにより指定された状態で、前記 記憶手段の実行猶予時間情報が表す実行猶予時間が経過すると、当該ポインタに より指定された操作メニュー情報に関連付いている命令を、前記記憶手段から読み 出して実行すること、
(4)前記入力手段を介して、前記開始動作命令の受信に対応する、前記命令ボタ ンが利用者によって離されたことによる終了動作命令を受信すると、前記出力手段へ 表示している前記操作メニュー情報の表示を終了すること、
を実行させることを特徴とする入力支援コンピュータプログラム。
情報を記憶する記憶手段と、情報を処理する処理手段と、利用者に情報を表示する 出力手段と、利用者力 の命令を受け付ける入力手段とを備えたコンピュータシステ ムにおけるコンピュータプログラムであって、
利用者が前記入力手段を使用してデータ入力を行う際に実行される入力支援コン ピュータプログラムであり、
前記記憶手段は、
ポインタの座標位置によって実行される命令結果を利用者が理解できるように前記 出力手段に表示するための画像データである操作メニュー情報と、当該操作メ-ュ 一情報にポインタが指定された場合に実行される命令と、を関連付けた操作情報を 1 以上記憶し、
当該操作情報は、前記記憶手段に記憶されて 、るデータの状態を表す情報である データ状態情報に関連付けて前記記憶手段に記憶されており、
前記処理手段に、
(1)前記入力手段を介して、前記入力手段における命令ボタンが利用者によって 押されたことによる開始動作命令を受信した後から、利用者によって当該押されてい た命令ボタンが離されたことによる終了動作命令を受信するまでにおいて、以下の(
2)及び(3)を行うこと、
(2)前記入力手段を介してポインタの位置を移動させる命令を受信すると、当該受 信した際の前記記憶手段に記憶されて!、るデータの状態を特定し、当該特定したデ ータ状態を表すデータ状態情報に関連付 、て 、る前記操作情報を特定し、当該特 定した操作情報における操作メニュー情報を、前記記憶手段から読み出して前記出 力手段に表示すること、
(3)前記入力手段を介して、当該出力手段に表示した操作メニュー情報がポインタ により指定されると、当該ポインタにより指定された操作メニュー情報に関連付いてい る命令を、前記記憶手段から読み出して実行し、
当該命令の実行により変化した前記記憶手段に記憶されているデータの状態を特 定し、当該特定したデータ状態を表すデータ状態情報に関連付!、て 、る前記操作 情報を特定し、当該特定した操作情報における前記操作メニュー情報を、前記記憶 手段から読み出して前記出力手段に表示すること、 (4)前記入力手段を介して、前記開始動作命令の受信に対応する、前記命令ボタ ンが利用者によって離されたことによる終了動作命令を受信すると、前記出力手段へ 表示して!/、る前記メニュー情報の表示を終了すること、
を実行させることを特徴とする入力支援コンピュータプログラム。
情報を記憶する記憶手段と、情報を処理する処理手段と、利用者に情報を表示する 出力手段と、利用者力 の命令を受け付ける入力手段とを備えたコンピュータシステ ムであって、
前記記憶手段が、請求項 1乃至 3のいずれか 1記載の入力支援コンピュータプログ ラムを記憶し、前記処理手段が前記各処理を行うことを特徴とする入力支援システム
PCT/JP2005/022027 2005-11-30 2005-11-30 入力支援コンピュータプログラム、入力支援コンピュータシステム WO2007063594A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2007547822A JP4611388B2 (ja) 2005-11-30 2005-11-30 入力支援コンピュータプログラム、入力支援コンピュータシステム
PCT/JP2005/022027 WO2007063594A1 (ja) 2005-11-30 2005-11-30 入力支援コンピュータプログラム、入力支援コンピュータシステム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2005/022027 WO2007063594A1 (ja) 2005-11-30 2005-11-30 入力支援コンピュータプログラム、入力支援コンピュータシステム

Publications (1)

Publication Number Publication Date
WO2007063594A1 true WO2007063594A1 (ja) 2007-06-07

Family

ID=38091935

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/022027 WO2007063594A1 (ja) 2005-11-30 2005-11-30 入力支援コンピュータプログラム、入力支援コンピュータシステム

Country Status (2)

Country Link
JP (1) JP4611388B2 (ja)
WO (1) WO2007063594A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015162144A (ja) * 2014-02-28 2015-09-07 ヤフー株式会社 情報処理装置、情報処理方法及びプログラム

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05216588A (ja) * 1992-07-22 1993-08-27 Casio Comput Co Ltd パネル入力装置
JP2663133B2 (ja) * 1988-04-19 1997-10-15 武藤工業 株式会社 ディスプレイ装置におけるコマンドメニュー表示方法
JPH1031477A (ja) * 1996-07-15 1998-02-03 Kobe Nippon Denki Software Kk 画像表示方法およびその装置
JP2000242165A (ja) * 1999-02-23 2000-09-08 Sharp Corp 電子地図装置及び電子地図の処理プログラムを記録した記録媒体
JP2005018222A (ja) * 2003-06-24 2005-01-20 Fujitsu Ltd 操作入力自動確定プログラム

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5874956A (en) * 1995-11-13 1999-02-23 Platinum Technology Apparatus and method for three dimensional manipulation of point of view and object
JP4093823B2 (ja) * 2002-08-20 2008-06-04 富士通株式会社 視野移動操作方法
JP2004086744A (ja) * 2002-08-28 2004-03-18 Tomokazu Shioya 情報処理装置及びプログラム

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2663133B2 (ja) * 1988-04-19 1997-10-15 武藤工業 株式会社 ディスプレイ装置におけるコマンドメニュー表示方法
JPH05216588A (ja) * 1992-07-22 1993-08-27 Casio Comput Co Ltd パネル入力装置
JPH1031477A (ja) * 1996-07-15 1998-02-03 Kobe Nippon Denki Software Kk 画像表示方法およびその装置
JP2000242165A (ja) * 1999-02-23 2000-09-08 Sharp Corp 電子地図装置及び電子地図の処理プログラムを記録した記録媒体
JP2005018222A (ja) * 2003-06-24 2005-01-20 Fujitsu Ltd 操作入力自動確定プログラム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015162144A (ja) * 2014-02-28 2015-09-07 ヤフー株式会社 情報処理装置、情報処理方法及びプログラム

Also Published As

Publication number Publication date
JPWO2007063594A1 (ja) 2009-05-07
JP4611388B2 (ja) 2011-01-12

Similar Documents

Publication Publication Date Title
US11010027B2 (en) Device, method, and graphical user interface for manipulating framed graphical objects
US9383921B2 (en) Touch-sensitive display method and apparatus
US11119653B2 (en) Systems and methods for activating and using a trackpad at an electronic device with a touch-sensitive display and no force sensors
US9563351B2 (en) Device, method, and graphical user interface for navigating between document sections
US20120030567A1 (en) System with contextual dashboard and dropboard features
EP2508970B1 (en) Electronic device and method of controlling same
CN111078110A (zh) 输入设备和用户界面交互
US20210405870A1 (en) Systems and methods for activating and using a trackpad at an electronic device with a touch-sensitive display and no force sensors
JP2007226571A (ja) タッチパネル入力による電子機器装置、タッチパネルの入力操作を行うプログラム
JP4611388B2 (ja) 入力支援コンピュータプログラム、入力支援コンピュータシステム
CN113342241A (zh) 目标字符的选择方法、装置、电子设备及存储介质
US20200356248A1 (en) Systems and Methods for Providing Continuous-Path and Delete Key Gestures at a Touch-Sensitive Keyboard
AU2019100594B4 (en) Systems and methods for activating and using a trackpad at an electronic device with a touch sensitive display and no force sensors
JP2011107911A (ja) プログラム、情報処理装置、及び情報処理システム
JP4786713B2 (ja) 操作支援コンピュータプログラム、操作支援コンピュータシステム
EP3803561A1 (en) Systems and methods for activating and using a trackpad at an electronic device with a touch-sensitive display and no force sensors
JP2019125024A (ja) 電子機器、情報処理方法、プログラム及び記憶媒体

Legal Events

Date Code Title Description
DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2007547822

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 05811261

Country of ref document: EP

Kind code of ref document: A1