WO2010082295A1 - 情報処理装置、入力モード適正化方法および入力モード適正化プログラム - Google Patents

情報処理装置、入力モード適正化方法および入力モード適正化プログラム Download PDF

Info

Publication number
WO2010082295A1
WO2010082295A1 PCT/JP2009/050309 JP2009050309W WO2010082295A1 WO 2010082295 A1 WO2010082295 A1 WO 2010082295A1 JP 2009050309 W JP2009050309 W JP 2009050309W WO 2010082295 A1 WO2010082295 A1 WO 2010082295A1
Authority
WO
WIPO (PCT)
Prior art keywords
key
input mode
information
character
information processing
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.)
Ceased
Application number
PCT/JP2009/050309
Other languages
English (en)
French (fr)
Inventor
和利 谷山
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 CN200980154507.XA priority Critical patent/CN102282526B/zh
Priority to JP2010546480A priority patent/JP5212483B2/ja
Priority to PCT/JP2009/050309 priority patent/WO2010082295A1/ja
Publication of WO2010082295A1 publication Critical patent/WO2010082295A1/ja
Priority to US13/067,512 priority patent/US9019132B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • G06F3/0237Character input methods using prediction or retrieval techniques

Definitions

  • the present invention relates to an information processing apparatus, an input mode optimization method, and an input mode optimization program.
  • a keyboard for operating an information processing apparatus such as a personal computer has a key for inputting information (characters) and a key for switching information to be assigned to the key (hereinafter referred to as “control key”).
  • control key a key for inputting information (characters) and a key for switching information to be assigned to the key (hereinafter referred to as “control key”).
  • control keys include “NumLock key”, “CapsLock key”, “half-width / full-width Kanji key”, “Katakana Hiragana Roman character key”, and the like.
  • an input mode For example, there are two types of input modes that are switched by pressing the NumLock key: NumLock “ON” and “OFF”.
  • a keyboard that does not have a numeric keypad such as a notebook personal computer (also referred to as a “laptop personal computer”)
  • a keyboard that does not have a numeric keypad
  • a notebook personal computer also referred to as a “laptop personal computer”
  • a function equivalent to that of a keyboard having a numeric keypad is realized.
  • the conventional information processing apparatus described above has a problem that information intended by the user may not be input.
  • the user may accidentally operate the control key while operating the information processing apparatus.
  • the user cannot input intended information even when a predetermined key is pressed.
  • a predetermined key For example, in a notebook computer, when the NumLock key is pressed and the NumLock input mode is turned on, the information “1” is input without inputting the information “J” even if the key “J” is pressed.
  • control keys such as the “NumLock key” and “CapsLock key” are generally used less frequently, so even a user who is used to operating an information processing apparatus can detect the presence of such control keys. In some cases, the operation method is not known. Therefore, even a user who is slightly accustomed to the operation of the information processing apparatus has a high possibility of falling into a situation where information intended by the user cannot be input.
  • the disclosed technology has been made to solve the above-described problems caused by the prior art, and is an information processing apparatus, an input mode optimization method, and an input mode optimization program that allow a user to input intended information.
  • the purpose is to provide.
  • an information processing device disclosed in the present application includes a key for inputting a first character or a second character, and information assigned to the key.
  • An input unit including a control key for switching to either a character or the second character, and information assigned to the key when the control key is operated is switched to the second character
  • the input mode can be optimized to a state desired by the user.
  • FIG. 1 is an external view of the information processing apparatus according to the first embodiment.
  • FIG. 2 is a diagram illustrating the configuration of the information processing apparatus according to the first embodiment.
  • FIG. 3A is a diagram illustrating an example of input information when NumLock is OFF.
  • FIG. 3B is a diagram illustrating an example of input information when NumLock is ON.
  • FIG. 4 is a diagram illustrating an example of a screen for notifying that the input mode has been changed.
  • FIG. 5 is a flowchart illustrating the input mode optimization processing procedure performed by the information processing apparatus according to the first embodiment.
  • FIG. 6 is a diagram illustrating the configuration of the information processing apparatus according to the second embodiment.
  • FIG. 7 is a diagram illustrating an example of a screen for confirming whether or not to change the input mode.
  • FIG. 8 is a flowchart illustrating the input mode optimization processing procedure performed by the information processing apparatus according to the second embodiment.
  • FIG. 9A is a diagram illustrating an example of input information when CapsLock is OFF.
  • FIG. 9B is a diagram illustrating an example of input information when CapsLock is ON.
  • FIG. 10 is a diagram illustrating an example of a screen for notifying that the input mode has been changed.
  • FIG. 11 is a diagram illustrating an example of a screen for confirming whether or not to change the input mode.
  • FIG. 12 is a flowchart illustrating the CapsLock input mode optimization processing procedure performed by the information processing apparatus according to the third embodiment.
  • FIG. 9A is a diagram illustrating an example of input information when CapsLock is OFF.
  • FIG. 9B is a diagram illustrating an example of input information when CapsLock is ON.
  • FIG. 10 is a diagram illustrating an example of a screen for notifying that the input mode has been changed.
  • FIG. 13 is a flowchart illustrating the half-width / full-width input mode optimization processing procedure performed by the information processing apparatus according to the third embodiment.
  • FIG. 14 is a flowchart illustrating the kana input mode optimization processing procedure performed by the information processing apparatus according to the third embodiment.
  • FIG. 15 is a flowchart illustrating the katakana input mode optimization processing procedure performed by the information processing apparatus according to the third embodiment.
  • FIG. 16 is a diagram illustrating a computer that executes an input mode optimization program.
  • Information processing apparatus 100, 200, 300 Information processing apparatus 110 Display unit 120 Operation unit 120a Key group 120b Control key 120c Touch pad 130 Storage unit 140, 240 Control unit 141 Determination unit 142, 242 Change unit 241 Confirmation unit 1000 Computer 1010 CPU 1020 Keyboard 1030 Touchpad 1040 Display 1050 Medium reader 1060 RAM 1061 Input mode optimization process 1062 Input mode data 1070 Hard disk device 1071 Input mode optimization program 1072 Input mode optimization data 1080 Bus
  • an information processing apparatus an input mode optimization method, and an input mode optimization program disclosed in the present application will be described in detail with reference to the drawings.
  • the information processing apparatus, the input mode optimization method, and the input mode optimization program disclosed in the present application are not limited to the embodiment.
  • a case where the information processing apparatus disclosed in the present application is applied to a notebook computer will be described as an example.
  • the information processing apparatus disclosed in the present application may be a desktop personal computer other than a notebook personal computer, It can also be applied to other information processing apparatuses such as information terminals.
  • an information processing apparatus 100 that optimizes an input mode (NumLock “ON” or “OFF”) that is switched by pressing a NumLock key will be described. It is assumed that the information processing apparatus 100 according to the first embodiment is a notebook computer provided with a keyboard that does not have a numeric keypad. That is, in the case of Numlock “ON”, the information processing apparatus 100 assigns information “1” to the key “J” or assigns information “2” to the key “K” as described above.
  • the information processing apparatus 100 inputs information using a key to which information such as a number is assigned in the state of NumLock “ON”, and deletes the input information (hereinafter, “deletion operation”). ”) Is received, the deleted information is stored. Then, the information processing apparatus 100 determines that the state in which NumLock is “ON” is an input mode not desired by the user when the same information is continuously deleted a predetermined number of times or more.
  • the “predetermined number of times” referred to here is a predetermined threshold value determined in advance by the manufacturer or user of the information processing apparatus 100. Hereinafter, such a predetermined threshold is referred to as a “deletion operation threshold”.
  • the information processing apparatus 100 determines that NumLock “ON” is an input mode that is not desired by the user, the information processing apparatus 100 changes the input mode to NumLock “OFF” and changes information assigned to each key. .
  • the information processing apparatus 100 determines whether or not the number of repeated deletion operations is greater than the deletion operation threshold. Then, the information processing apparatus 100 changes the input mode to NumLock “OFF” when the number of deletion operations is larger than the deletion operation threshold.
  • the first operation is as follows. When a user erroneously presses a key other than a key for inputting information to be input, undesired information is input and the input information is deleted. Thereafter, when the user erroneously inputs the same information as the information deleted in the above, the user deletes the information again. Such an operation corresponds to an operation in which the same information is continuously deleted.
  • the second operation is as follows. The user presses a key for inputting information to be input, but the desired information is not input because NumLock is “ON”, and thus the input information is deleted. Thereafter, when the user does not notice that NumLock is “ON” and inputs the same information as the information deleted in the above, the user deletes the information again. Such an operation also corresponds to an operation in which the same information is continuously deleted.
  • the information processing apparatus 100 determines that the NumLock “ON” is an input mode not desired by the user when the same information is continuously deleted.
  • the information processing apparatus 100 changes to NumLock “OFF” when the deletion operation is repeatedly performed on the same information in a state where the NumLock is “ON”.
  • the mode can be optimized to the state desired by the user. That is, the user who uses the information processing apparatus 100 can input desired information even when the user operates the Numlock key by mistake without knowing the operation method of the NumLock key.
  • FIG. 1 is an external view of an information processing apparatus 100 according to the first embodiment.
  • the information processing apparatus 100 is a notebook computer, and includes a display unit 110 and an operation unit 120.
  • the display unit 110 is a display device that displays various types of information, for example, a liquid crystal display.
  • the operation unit 120 is an input device for inputting various information and operation instructions, and includes a key group 120a, a control key 120b, and a touch pad 120c.
  • the key group 120a is formed by one or more keys for inputting various information, and one or a plurality of information is assigned to each key. Each key in the key group 120a is pressed to input information assigned to it to the information processing apparatus 100.
  • the control key 120b is a key for switching information to be assigned to the key group 120a, such as “NumLock key”, “CapsLock key”, “half-width / full-width Kanji key”, “Katakana Hiragana Roman character key”, and the like.
  • the key group 120a and the control key 120b are generally called a keyboard.
  • the touch pad 120c is a pointing device for operating a pointer or an icon displayed on the display unit 110.
  • the touch pad 120c corresponds to a mouse in a desktop personal computer.
  • FIG. 2 is a diagram illustrating the configuration of the information processing apparatus 100 according to the first embodiment.
  • the information processing apparatus 100 includes a display unit 110, an operation unit 120, a storage unit 130, and a control unit 140.
  • the display unit 110 and the operation unit 120 correspond to the display unit 110 and the operation unit 120 shown in FIG.
  • an example in which various applications in the information processing apparatus 100 are operated using the operation unit 120 will be described.
  • the user activates word processing software, spreadsheet software, a browser, etc. by operating the operation unit 120.
  • word processor software, spreadsheet software, a browser, and the like corresponding to the activated application are displayed on the display unit 110.
  • the user inputs information such as a character string by operating the key group 120a in the operation unit 120 in a state where word processing software or the like is displayed on the display unit 110.
  • the user may input information such as a character string after switching the input mode by operating the control key 120b in the operation unit 120.
  • a user using a notebook computer that does not have a numeric keypad such as the information processing apparatus 100 according to the first embodiment, operates the NumLock key to display information “1” or “K” on the key “J” or the key “K”. “2” or the like may be assigned. In such a case, the user uses such keys “J” and “K” as the numeric keys.
  • the storage unit 130 is a storage device that stores various types of information, such as a RAM (Random Access Memory) or a hard disk device.
  • the storage unit 130 according to the first embodiment stores information on “input mode”, which is information currently assigned to the key group 120a, information on a deletion operation threshold, deleted characters, and the like.
  • the storage unit 130 stores, as the input mode, whether the current NumLock is “ON” or “OFF”.
  • the storage unit 130 stores “3” as the deletion operation threshold. Note that the user can change the delete operation threshold stored in the storage unit 130.
  • the control unit 140 manages various processes by the information processing apparatus 100, and includes a determination unit 141 and a change unit 142 as those related to the information processing apparatus 100 according to the first embodiment. In FIG. 2, only the processing unit related to the input mode optimization processing by the information processing apparatus 100 is shown.
  • the determination unit 141 determines that the NumLock “ON” is not the input mode desired by the user when the deletion operation is continuously performed on the same information in a state where the NumLock is “ON”. To do.
  • the determination unit 141 performs a deletion operation on the input information after the information is input using a key to which information such as a number is assigned by the user. Monitor whether or not Then, the determination unit 141 determines whether the number of deletion operations is larger than the deletion operation threshold stored in the storage unit 130 when the deletion operation is continuously performed on the same information. judge. When the number of deletion operations is larger than the deletion operation threshold, the determination unit 141 determines that the state in which NumLock is “ON” is an input mode not desired by the user.
  • the determination unit 141 may determine that the deletion operation has been continuously performed on “same information” when a part of the continuously deleted information matches. For example, it is assumed that character strings are successively deleted in the following order.
  • the determination unit 141 may determine that the deletion operation has been continuously performed on “same information”. This is because the timing at which the user notices an input error is not always constant. To explain using the above example, the user may notice an input error when inputting up to “6 is y64”, or may notice an input error when inputting up to “6”. That is, even if the same character string is erroneously input many times, the same character string is not always input.
  • FIG. 3A is a diagram illustrating an example of input information when NumLock is OFF.
  • FIG. 3B is a diagram illustrating an example of input information when NumLock is ON.
  • the deletion operation threshold is “3”. It is also assumed that NumLock is “ON”.
  • the user deletes the character string “6 is y64.”.
  • a user who is accustomed to the operation of the information processing apparatus 100 can input “Good morning” again after operating the NumLock key to change the input mode to NumLock “OFF”.
  • a user who does not know the operation method of the NumLock key again inputs the character string “6 is y64.” Or a part of the character string “6 is y64.” Without operating the NumLock key. Then, it is conceivable to repeat the operation of deleting such input information.
  • the determination unit 141 stores the deleted character string “6 is y64.” In the storage unit 130. Then, when the character string “6 is y64.” Or a part of the character string “6 is y64.” Is deleted again, the determination unit 141 stores the deleted character string in the storage unit 130 again. deep. In this way, the determination unit 141 continuously deletes the character string “6 is y64.” Or a part of the character string “6 is y64.” In the storage unit 130 four times in succession. Since the number of times “4” is larger than the deletion operation threshold “3”, it is determined that the state where NumLock is “ON” is an input mode not desired by the user.
  • the changing unit 142 changes the input mode when the determining unit 141 determines that the input mode is not desired by the user. Specifically, the changing unit 142 changes the input mode to NumLock “OFF” when the determining unit 141 determines that the NumLock “ON” state is an input mode not desired by the user. To do.
  • the change unit 142 may notify the user that the input mode has been changed when the input mode is changed.
  • the changing unit 142 may display a predetermined screen on the display unit 110 or output a predetermined sound in order to notify that the input mode has been changed.
  • FIG. 4 shows an example of a screen for notifying that the input mode has been changed.
  • the change unit 142 may control the display unit 110 to display a pop-up screen including a message as illustrated in FIG. 4 when the input mode is changed. Thereby, the change part 142 can make a user recognize that the input mode was changed.
  • FIG. 5 is a flowchart illustrating the input mode optimization processing procedure performed by the information processing apparatus 100 according to the first embodiment.
  • the determination unit 141 of the information processing apparatus 100 has a key (for example, a key “K” or the like) to which information such as a number is assigned in a state where NumLock is “ON” (Yes in Step S101). ) Is input (Yes at step S102), it is monitored whether or not a deletion operation has been performed.
  • a key for example, a key “K” or the like
  • the determination unit 141 ends the process. In addition, even when NumLock is “ON” (Yes at Step S101), the determination unit 141 does not input information using a key to which information such as a number is assigned (No at Step S102). If the delete operation is not accepted (No at Step S103), the process returns to Step S102. That is, the determination unit 141 again monitors whether or not a deletion operation has been performed when information is input using a key to which information such as numbers is assigned (Yes in step S102).
  • the determination unit 141 deletes the deleted information (character or character Column) and the like are stored in the storage unit 130 (step S105).
  • the determination unit 141 If the deleted information does not match the previously deleted information (No at Step S106), the determination unit 141 returns to the process at Step S102 described above. Specifically, when information is input using a key to which information such as a number is assigned (Yes in step S102), the determination unit 141 monitors whether a deletion operation has been performed.
  • the determination unit 141 determines whether the number of times of deletion operation is continuously performed on the information is larger than the deletion operation threshold value. Determine whether or not.
  • the determination unit 141 determines that NumLock “ON” is not the input mode desired by the user. Subsequently, the changing unit 142 changes the input mode to NumLock “OFF” (step S108). At this time, the changing unit 142 may display the screen as shown in FIG. 4 on the display unit 110 or output a predetermined sound in order to notify that the input mode has been changed.
  • the determination unit 141 returns to the process at Step S102 described above, and information is obtained using a key to which information such as numbers is assigned. When it is input (Yes at Step S102), it is monitored whether or not a deletion operation has been performed.
  • the determination unit 141 performs the processing at Steps S105 to S107 and sets the NumLock “ON” to the user. To determine that the input mode is not desired. Then, the changing unit 142 changes the input mode to NumLock “OFF” (step S108).
  • the information processing apparatus 100 changes NumLock to “OFF” when a deletion operation is repeatedly performed on the same information in a state where NumLock is “ON”. To do. Thereby, the information processing apparatus 100 can optimize the input mode to a state desired by the user. As a result, the information processing apparatus 100 can cause the user to input intended information.
  • the information processing apparatus sets the input mode to the user. After confirming whether or not to change, the input mode may be optimized. Therefore, in the second embodiment, an example of an information processing apparatus that changes NumLock to “OFF” after confirming whether or not to change the input mode to the user will be described.
  • FIG. 6 is a diagram illustrating the configuration of the information processing apparatus 200 according to the second embodiment.
  • the information processing apparatus 200 includes a control unit 240 instead of the control unit 140 as compared with the information processing apparatus 100 illustrated in FIG. 2.
  • the control unit 240 newly includes a confirmation unit 241 as compared with the control unit 140 illustrated in FIG. Further, the control unit 240 includes a changing unit 242 instead of the changing unit 142 as compared with the control unit 140.
  • the confirmation unit 241 confirms whether or not to change the input mode to the user when the determination unit 141 determines that the NumLock “ON” state is an input mode not desired by the user. .
  • the confirmation unit 241 controls the display unit 110 to display a screen for confirming whether or not to change the input mode (hereinafter referred to as “confirmation screen”), and sets NumLock to “OFF”. Check if it is good. Then, the confirmation unit 241 determines that the input mode may be changed when an operation for changing the input mode is received on the confirmation screen. On the other hand, the confirmation unit 241 determines that the input mode should not be changed when an operation for not changing the input mode is received on the confirmation screen.
  • FIG. 7 shows an example of a screen for confirming whether or not to change the input mode.
  • the confirmation unit 241 controls the display unit 110 to display a pop-up screen including a message for confirming whether or not to change the input mode. For example, when “Yes” is pressed on the screen illustrated in FIG. 7, the confirmation unit 241 determines that the input mode may be changed. On the other hand, the confirmation unit 241 determines that the input mode should not be changed when “No” is pressed on the screen illustrated in FIG. 7.
  • the changing unit 242 changes the NumLock input mode to “OFF”. Referring to the example illustrated in FIG. 7, when “Yes” is pressed on the screen illustrated in FIG. 7, the changing unit 242 changes the NumLock input mode to “OFF”. On the other hand, when “No” is pressed on the screen illustrated in FIG. 7, the changing unit 242 does not change the NumLock input mode and remains “ON”.
  • FIG. 8 is a flowchart illustrating the input mode optimization processing procedure performed by the information processing apparatus 200 according to the second embodiment.
  • the description of the processing procedure (steps S201 to S206) similar to the processing procedure shown in FIG. 5 is omitted.
  • the confirmation unit 241 of the information processing device 200 determines that the number of deletion operations performed by the determination unit 141 is greater than the deletion operation threshold (Yes in step S207), or the deletion operation threshold is If it is “0” or less (No at Step S204), the display unit 110 is controlled to display a confirmation screen for confirming whether or not to change the input mode (Step S208).
  • the changing unit 242 changes the NumLock input mode to “OFF” (Step S210).
  • the changing unit 242 keeps the NumLock input mode unchanged and remains “ON”. Then, the determination unit 141 returns to the process in step S202, and when information is input again using a key to which information such as a number is assigned (Yes in step S202), whether or not a deletion operation has been performed. To monitor.
  • the information processing apparatus 200 allows the user to enter the input mode when the NumLock is “ON” and the deletion operation is repeatedly performed on the same information. Confirm whether or not to change.
  • the information processing apparatus 200 receives an operation for changing the input mode from the user, the information processing apparatus 200 changes NumLock to “OFF”.
  • the information processing apparatus 200 according to the second embodiment can optimize the input mode to a state desired by the user when the user wants to change the input mode.
  • the NumLock key has been described as an example of the control key.
  • the information processing apparatus can optimize the input mode controlled by a control key other than the NumLock key.
  • the information processing apparatus can optimize the input mode controlled by control keys such as “CapsLock key”, “half-width / full-width Kanji key”, and “Katakana Hiragana / Romaji key”. Therefore, in the third embodiment, an example of the information processing apparatus 300 that optimizes the input mode controlled by a control key other than the NumLock key will be described.
  • FIG. 9A is a diagram illustrating an example of input information when CapsLock is OFF.
  • FIG. 9B is a diagram illustrating an example of input information when CapsLock is ON.
  • FIG. 9A it is assumed that the user wants to input a character string “Good morning.” Into a predetermined word processing software or the like. However, when CapsLock is “ON”, the user can select the keys “G”, “O”, “O”,..., “I”, “N”, “G”, “. “Good morning.” Cannot be entered even if "" is pressed.
  • a character string “gOOD MORNING.” Is input to the word processing software.
  • the information processing apparatus 300 changes CapsLock to “OFF” when a deletion operation is repeatedly performed on the same information in a state where CapsLock is “ON”.
  • the information processing apparatus 300 performs the deletion operation when the deletion operation is repeatedly performed on the input information after predetermined information is input. It is determined whether or not the number of times is larger than a deletion operation threshold. Then, when the number of deletion operations is greater than the deletion operation threshold, the information processing apparatus 300 changes CapsLock to “OFF”.
  • the information processing apparatus 300 controls the display unit 110 to display a screen for notifying that the input mode has been changed after CapsLock is set to “OFF”. Or you may.
  • the information processing apparatus 300 may display and control a pop-up screen including a message as illustrated in FIG.
  • the information processing apparatus 300 controls the display of the confirmation screen on the display unit 110 and confirms whether or not to change the input mode to the user, and then CapsLock. May be changed to “OFF”.
  • the information processing apparatus 300 controls the display unit 110 to display a confirmation screen as illustrated in FIG. 11 and confirms whether or not to change the input mode to the user. Then, the information processing apparatus 300 changes CapsLock to “OFF” when “Yes” is pressed on the confirmation screen.
  • FIG. 12 is a flowchart illustrating the CapsLock input mode optimization processing procedure performed by the information processing apparatus 300 according to the third embodiment. Note that the information processing apparatus 300 in FIG. 12 changes the input mode after confirming with the user whether or not to change the input mode, like the information processing apparatus 200 according to the second embodiment.
  • the determination unit 141 of the information processing device 300 monitors whether or not a deletion operation has been performed on input information in a state where CapsLock is “ON” (Yes in step S301). .
  • the processing procedures in steps S302 to S306 are the same as the processing procedures in steps S203 to S207 shown in FIG. 8, respectively.
  • the confirmation unit 241 of the information processing device 300 controls display of the confirmation screen on the display unit 110 ( Step S307).
  • the changing unit 242 changes the CapsLock input mode to “OFF” (Step S309).
  • the information processing apparatus 300 according to the third embodiment changes CapsLock to “OFF” when a deletion operation is performed in a state where CapsLock is “ON”. Thereby, the information processing apparatus 300 according to the third embodiment can optimize the CapsLock input mode to a state desired by the user.
  • the information processing apparatus can be controlled by a control key such as a “half-width / full-width Kanji key” or a “Katakana Hiragana Roman character key”.
  • the input mode to be controlled can also be optimized.
  • FIG. 13 is a flowchart illustrating the half-width / full-width input mode optimization processing procedure performed by the information processing apparatus 300 according to the third embodiment.
  • the half-width full-width input mode is controlled by half-width / full-width Kanji keys.
  • the determination unit 141 of the information processing device 300 has performed a deletion operation on the input information in a state where the input mode of half-width and full-width is “half-width input” (Yes in step S401). Monitor whether or not.
  • the processing procedures in steps S402 to S407 are the same as the processing procedures in steps S302 to S307 shown in FIG. 12, respectively.
  • the changing unit 242 of the information processing device 300 changes the input mode of half-width and full-width to “full-width input” (step S409).
  • FIG. 14 is a flowchart illustrating the kana input mode optimization processing procedure performed by the information processing apparatus 300 according to the third embodiment.
  • the kana input mode is controlled by the Katakana Hiragana Roman key. For example, the user changes the input mode to either “Kana input” or “Romaji input” by pressing the Katakana Hiragana Roman character key while pressing the Alt key.
  • the determination unit 141 of the information processing device 300 determines whether a deletion operation has been performed on the input information in a state where the input mode is “kana input” (Yes in step S501). Monitor.
  • the processing procedures in steps S502 to S507 are the same as the processing procedures in steps S302 to S307 shown in FIG. 12, respectively.
  • the changing unit 242 of the information processing apparatus 300 changes the input mode of the kana to “Romaji input” (Step S509).
  • FIG. 15 is a flowchart illustrating the katakana input mode optimization processing procedure performed by the information processing apparatus 300 according to the third embodiment.
  • the Katakana input mode is controlled by the Katakana Hiragana Roman key. For example, when the input mode is “Kana input”, the user changes the input mode to “Hiragana” or “Katakana” by pressing the Katakana Hiragana Roman character key while pressing the Shift key. To do.
  • the determination unit 141 of the information processing device 300 monitors whether or not a deletion operation has been performed on the input information in a state where the input mode is “katakana” (Yes in step S601). To do.
  • the processing procedures in steps S602 to S607 are the same as the processing procedures in steps S302 to S307 shown in FIG. 12, respectively.
  • Step S608 when an operation for changing the input mode is received on the confirmation screen (Yes at Step S608), the changing unit 242 of the information processing apparatus 300 changes the input mode of the kana to “Hiragana” (Step S609).
  • the information processing apparatus 300 can also optimize the input mode controlled by the control keys such as “half-width / full-width Kanji key”, “Katakana Hiragana Roman key”, and the like. Note that the above is an example, and the information processing apparatus 300 can optimize the input mode controlled by another control key such as a “Scroll Lock key”, for example.
  • the information processing apparatus 300 in FIGS. 12 to 15 changes the input mode without confirming whether or not to change the input mode, as in the information processing apparatus 100 according to the first embodiment. Also good.
  • the information processing apparatuses 100, 200, and 300 described in the first to third embodiments may be implemented in various different forms other than the first to third embodiments.
  • the fourth embodiment another embodiment included in the information processing apparatus 100 disclosed in the present application will be described.
  • the information processing apparatus 100 or the like uses the deletion operation threshold stored in the storage unit 130 to determine whether or not the input mode is desired by the user. .
  • the information processing apparatus 100 or the like may update the deletion operation threshold stored in the storage unit 130.
  • the information processing apparatus 100 or the like may update the deletion operation threshold to a small value when the input mode optimization processing is performed many times within a predetermined period. More specifically, for example, it is assumed that the deletion operation threshold “5” is stored in the storage unit 130. In this state, within a predetermined period (for example, one day), the user erroneously presses the control key many times, and the information processing apparatus 100 performs the input mode optimization processing a predetermined number of times (for example, 5). Times). In such a case, the information processing apparatus 100 may update the deletion operation threshold to a value smaller than “5” (for example, “3”) and perform the input mode optimization process at an earlier timing.
  • a predetermined period for example, one day
  • the information processing apparatus 100 may update the deletion operation threshold to a value smaller than “5” (for example, “3”) and perform the input mode optimization process at an earlier timing.
  • the information processing apparatus 100 and the like can optimize the input mode at an earlier timing when used by a user who does not know the control key operation method and the like.
  • the information processing apparatus 200 or the like may not display the confirmation screen when an operation for changing the input mode is continuously received from the user a predetermined number of times or more on the confirmation screen. This is because a user who performs an operation to change the input mode on the confirmation screen every time is considered not to be familiar with the control key operation method and the like. That is, for such a user, the input mode optimization process may be performed without confirming that the input mode is to be changed on the confirmation screen. Thereby, the information processing apparatus 200 or the like can optimize the input mode without causing the user to perform confirmation work.
  • the information processing apparatuses 100, 200, and 300 that optimize the input mode controlled by the control key have been described using specific examples of the control key.
  • one information processing apparatus may have the functions of the information processing apparatuses 100, 200, and 300 described above.
  • the storage unit 130 of the information processing apparatus may store a deletion operation threshold value for each control key.
  • FIG. 16 is a diagram illustrating a computer 1000 that executes an input mode optimization program.
  • the computer 1000 includes a CPU (Central Processing Unit) 1010 that executes various arithmetic processes, a keyboard 1020 and a touch pad 1030 that receive input of information from the user, and a display 1040 that displays various information.
  • a medium reader 1050 for reading a program from a recording medium, a RAM 1060 for temporarily storing various information, and a hard disk device 1070 are connected by a bus 1080.
  • the hard disk device 1070 stores an input mode optimization program 1071 having the same function as the control unit 140 or 240 shown in FIG. 2 or FIG.
  • the hard disk device 1070 stores input mode optimization data 1072 corresponding to various data stored in the storage unit 130 illustrated in FIG. 2 or FIG. Note that the input mode optimization data 1072 can be appropriately distributed and stored in another computer connected via a network.
  • the RAM 1060 stores input mode data 1062 that is information related to the “input mode” that is information that is actually assigned to the keyboard 1020.
  • the CPU 1010 reads out the input mode optimization program 1071 from the hard disk device 1070 and develops it in the RAM 1060, whereby the input mode optimization program 1071 functions as the input mode optimization process 1061. Then, the input mode optimization process 1061 appropriately expands information read from the input mode optimization data 1072 in an area allocated to itself on the RAM 1060, and based on the expanded data, the input mode data 1062, and the like. Various data processing is executed.
  • the input mode optimization program 1071 does not necessarily need to be stored in the hard disk device 1070.
  • the computer 1000 reads out and executes this program stored in a storage medium such as a CD-ROM. Also good.
  • the computer 1000 stores the program in another computer (or server) connected to the computer 1000 via a public line, the Internet, a LAN (Local Area Network), a WAN (Wide Area Network), or the like. You may make it read and run a program from these.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Input From Keyboards Or The Like (AREA)

Abstract

 利用者に意図する情報を入力させることができる情報処理装置、入力モード適正化方法および入力モード適正化プログラムを提供することを課題とする。この課題を解決するために、文字列などの情報に対して削除操作が繰り返し行われた場合に、かかる削除操作が行われた回数が所定の削除操作閾値よりも大きいか否かを判定し、削除操作が行われた回数が所定の削除操作閾値よりも大きい場合に、現在の入力モードが利用者によって所望されていない入力モードであると判定して、入力モードを切り替える。

Description

情報処理装置、入力モード適正化方法および入力モード適正化プログラム
 本発明は、情報処理装置、入力モード適正化方法および入力モード適正化プログラムに関する。
 一般に、パーソナルコンピュータなどの情報処理装置を操作するためのキーボードは、情報(文字)を入力するためのキーと、かかるキーに割り当てる情報を切り替えるためのキー(以下、「制御キー」という)とを有する。制御キーの例としては、「NumLockキー」や、「CapsLockキー」、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などがある。なお、以下では、各キーに所定の情報が割り当てられている状態を「入力モード」と呼ぶこととする。例えば、NumLockキーが押下されることによって切り替えられる入力モードは、NumLock「ON」と「OFF」の2種類である。
 例えば、ノートパソコン(「ラップトップパソコン」とも呼ばれる)のように、テンキーを有しないキーボードの場合、NumLock「ON」である場合、キー「J」に情報「1」が割り当てられ、キー「K」に情報「2」が割り当てられる。これにより、テンキーを有しないキーボードであっても、テンキーを有するキーボードと同等の機能を実現している。
 ところで、近年では、上述したような入力モードを自動的に切り替える技術が提案されている。例えば、ワードプロセッサにおいて、カーソルを所定の文字に移動させた場合に、シフト状態をカーソルが指し示す文字が入力された状態に戻す技術が提案されている。
特開昭61-243519号公報 特開昭59-008044号公報 特開2000-231439号公報
 しかしながら、上述した従来の情報処理装置には、利用者が意図する情報を入力することができなくなるおそれがあるという問題があった。
 具体的には、利用者は、情報処理装置を操作している際に誤って制御キーを操作してしまうことがある。このような場合、利用者は、所定のキーを押下しても意図する情報を入力することができなくなる。例えば、ノートパソコンにおいて、NumLockキーが押下されてNumLockの入力モードがONになった場合、キー「J」が押下されても情報「J」が入力されずに情報「1」が入力される。
 情報処理装置の操作に慣れていない利用者は、制御キーの存在や、制御キーの操作手法(制御キーとCtrlキーとを同時に押下するなどの手法)を知らない場合が多い。このため、このような利用者は、誤って制御キーを操作した後に、再度制御キーを操作して各キーに割り当てる情報を元に戻すことができない場合がある。このような場合、かかる利用者は、自身が意図する情報を入力することができなくなり、困惑してしまう。
 なお、「NumLockキー」や、「CapsLockキー」等の制御キーは、一般に、使用される頻度が低いため、情報処理装置の操作に慣れている利用者であっても、かかる制御キーの存在や、操作手法を知らない場合もある。よって、情報処理装置の操作にやや慣れている利用者であっても、自身が意図する情報を入力することができない状況に陥る可能性は高い。
 この種の問題は、上述した入力モードを自動的に切り替える技術を用いても解決することができない。これは、上記従来技術は、入力モードを、カーソルが指し示す入力情報に対応する入力モードに切り替える技術であり、利用者に所望されている入力モードに切り替えることができるとは限らないからである。
 開示の技術は、上述した従来技術による問題点を解消するためになされたものであり、利用者に意図する情報を入力させることができる情報処理装置、入力モード適正化方法および入力モード適正化プログラムを提供することを目的とする。
 上述した課題を解決し、目的を達成するために、本願に開示する情報処理装置は、第一の文字または第二の文字を入力するためのキーと、前記キーに割り当てる情報を前記第一の文字または前記第二の文字のいずれかに切り替えるための制御キーとを含む入力部と、前記制御キーが操作されたことによって前記キーに割り当てる情報が前記第二の文字に切り替えられている状態において、前記キーが操作されたことによって入力された文字を削除する操作である削除操作を受け付けた場合に、前記キーに割り当てられている情報が誤りであると判定する判定手段と、前記判定手段によって前記キーに割り当てられている情報が誤りであると判定された場合に、前記キーに割り当てる情報を前記第一の文字に変更する変更手段とを備えたことを要件とする。
 なお、本願に開示する情報処理装置の構成要素、表現または構成要素の任意の組合せを、方法、装置、システム、コンピュータプログラム、記録媒体、データ構造などに適用したものも、他の態様として有効である。
 本願に開示した情報処理装置によれば、入力モードを利用者が所望する状態に適正化することができる。
図1は、実施例1に係る情報処理装置の外観図である。 図2は、実施例1に係る情報処理装置の構成を示す図である。 図3-1は、NumLockがOFFである場合における入力情報の一例を示す図である。 図3-2は、NumLockがONである場合における入力情報の一例を示す図である。 図4は、入力モードを変更した旨を通知するための画面の一例を示す図である。 図5は、実施例1に係る情報処理装置による入力モード適正化処理手順を示すフローチャートである。 図6は、実施例2に係る情報処理装置の構成を示す図である。 図7は、入力モードを変更するか否かを確認するための画面の一例を示す図である。 図8は、実施例2に係る情報処理装置による入力モード適正化処理手順を示すフローチャートである。 図9-1は、CapsLockがOFFである場合における入力情報の一例を示す図である。 図9-2は、CapsLockがONである場合における入力情報の一例を示す図である。 図10は、入力モードを変更した旨を通知するための画面の一例を示す図である。 図11は、入力モードを変更するか否かを確認するための画面の一例を示す図である。 図12は、実施例3に係る情報処理装置によるCapsLockの入力モード適正化処理手順を示すフローチャートである。 図13は、実施例3に係る情報処理装置による半角全角の入力モード適正化処理手順を示すフローチャートである。 図14は、実施例3に係る情報処理装置による仮名の入力モード適正化処理手順を示すフローチャートである。 図15は、実施例3に係る情報処理装置によるカタカナの入力モード適正化処理手順を示すフローチャートである。 図16は、入力モード適正化プログラムを実行するコンピュータを示す図である。
符号の説明
 100、200、300 情報処理装置
 110 表示部
 120 操作部
 120a キー群
 120b 制御キー
 120c タッチパッド
 130 記憶部
 140、240 制御部
 141 判定部
 142、242 変更部
 241 確認部
 1000 コンピュータ
 1010 CPU
 1020 キーボード
 1030 タッチパッド
 1040 ディスプレイ
 1050 媒体読取装置
 1060 RAM
 1061 入力モード適正化プロセス
 1062 入力モードデータ
 1070 ハードディスク装置
 1071 入力モード適正化プログラム
 1072 入力モード適正化用データ
 1080 バス
 以下に、本願に開示する情報処理装置、入力モード適正化方法および入力モード適正化プログラムの実施例を図面に基づいて詳細に説明する。なお、この実施例により本願に開示する情報処理装置、入力モード適正化方法および入力モード適正化プログラムが限定されるものではない。例えば、以下の実施例では、本願に開示する情報処理装置をノートパソコンに適用する場合を例に挙げて説明するが、本願に開示する情報処理装置は、ノートパソコン以外のデスクトップ型パソコンや、携帯情報端末等の他の情報処理装置に適用することもできる。
 まず、実施例1では、NumLockキーが押下されることによって切り替えられる入力モード(NumLock「ON」または「OFF」)を適正化する情報処理装置100について説明する。なお、実施例1に係る情報処理装置100は、テンキーを有しないキーボードが備えられているノートパソコンであるものとする。すなわち、情報処理装置100は、NumLock「ON」である場合、上述したように、キー「J」に情報「1」が割り当てられたり、キー「K」に情報「2」が割り当てられたりする。
 実施例1に係る情報処理装置100は、NumLock「ON」の状態において、数字などの情報が割り当てられているキーを用いて情報が入力され、かかる入力情報を削除する操作(以下、「削除操作」という)を受け付けた場合に、削除された情報を記憶する。そして、情報処理装置100は、同一の情報が所定の回数以上連続して削除された場合に、NumLockが「ON」である状態は利用者によって所望されていない入力モードであると判定する。なお、ここで言う「所定の回数」とは、情報処理装置100の製造者や利用者によって予め決められている所定の閾値である。以下では、かかる所定の閾値を「削除操作閾値」と呼ぶこととする。
 そして、情報処理装置100は、NumLock「ON」が利用者によって所望されていない入力モードであると判定した場合に、入力モードをNumLock「OFF」に変更して、各キーに割り当てる情報を変更する。
 例えば、NumLock「ON」である状態において、利用者によって、キー「J」を押下されて情報「1」が入力され、かかる情報「1」を削除する操作を繰り返し行われたものとする。かかる場合に、情報処理装置100は、削除操作が繰り返し行われた回数が削除操作閾値よりも大きいか否かを判定する。そして、情報処理装置100は、削除操作の回数が削除操作閾値よりも大きい場合に、入力モードをNumLock「OFF」に変更する。
 ここで、同一の情報が連続して削除された場合に、NumLock「ON」が利用者によって所望されていない入力モードであると判定する理由について説明する。一般に、同一の情報が連続して削除される操作は、以下に説明するような操作に該当すると考えられる。
 1点目の操作は以下の通りである。利用者は、入力したい情報を入力するためのキー以外のキーを誤って押下した場合に、所望しない情報が入力されたので入力情報を削除する。その後、利用者は、前述において削除した情報と同一の情報を再度誤って入力した場合に、再度かかる情報を削除する。このような操作が、同一の情報が連続して削除される操作に該当する。
 2点目の操作は以下の通りである。利用者は、入力したい情報を入力するためのキーを押下したが、NumLockが「ON」であるために所望の情報が入力されなかったので、入力情報を削除する。その後、利用者は、NumLockが「ON」になっていることに気が付かずに、前述において削除した情報と同一の情報を再度入力した場合に、再度かかる情報を削除する。このような操作も、同一の情報が連続して削除される操作に該当する。
 上記2点の操作のうち、1点目に示した同一の情報を何度も誤って入力する操作が行われることは考えにくい。したがって、一般的に、2点目に示した操作がなされたと考えられる。これは、利用者によっては、情報処理装置100の操作に慣れていない場合があり、NumLockキーの存在や操作手法を知らない可能性があるからである。また、情報処理装置100の操作に慣れている利用者であっても、使用頻度の低いNumLockキーの存在や操作手法を知らない場合もある。
 そこで、実施例1に係る情報処理装置100は、同一の情報が連続して削除された場合に、NumLock「ON」が利用者によって所望されていない入力モードであると判定する。
 このように、実施例1に係る情報処理装置100は、NumLock「ON」である状態において、同一の情報に対して削除操作が繰り返し行われた場合に、NumLock「OFF」に変更するので、入力モードを利用者が所望する状態に適正化することができる。すなわち、情報処理装置100を用いる利用者は、NumLockキーの操作手法を知らずに誤ってNumLockキーを操作してしまった場合であっても、所望の情報を入力することができる。
 次に、実施例1に係る情報処理装置100の外観について説明する。図1は、実施例1に係る情報処理装置100の外観図である。図1に示すように、情報処理装置100は、ノートパソコンであり、表示部110と、操作部120とを有する。
 表示部110は、各種情報を表示する表示デバイスであり、例えば、液晶ディスプレイである。操作部120は、各種情報や操作指示を入力するための入力デバイスであり、キー群120aと、制御キー120bと、タッチパッド120cとを有する。
 キー群120aは、各種情報を入力するための1以上のキーによって形成され、キー毎に1または複数の情報が割り当てられている。そして、キー群120a内の各キーは、押下操作されることにより、自身に割り当てられている情報を情報処理装置100に入力する。
 制御キー120bは、キー群120aに割り当てる情報を切り替えるためのキーであり、例えば、「NumLockキー」や、「CapsLockキー」、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などである。なお、キー群120aおよび制御キー120bは、一般に、キーボードと呼ばれる。
 タッチパッド120cは、表示部110上に表示されるポインタやアイコンを操作するためのポインティングデバイスである。例えば、タッチパッド120cは、デスクトップ型パソコンにおけるマウスに該当する。
 次に、実施例1に係る情報処理装置100の構成について説明する。図2は、実施例1に係る情報処理装置100の構成を示す図である。図2に示すように、情報処理装置100は、表示部110と、操作部120と、記憶部130と、制御部140とを有する。
 表示部110および操作部120は、それぞれ図1に示した表示部110および操作部120に対応する。ここで、操作部120を用いて、情報処理装置100内の各種アプリケーションが操作される例について説明する。
 利用者は、操作部120を操作することによって、ワープロソフトや、表計算ソフト、ブラウザ等を起動する。これにより、表示部110に、起動されたアプリケーションに対応するワープロソフトや、表計算ソフト、ブラウザ等が表示される。利用者は、表示部110にワープロソフト等が表示されている状態において、操作部120内のキー群120aを操作することにより、文字列等の情報を入力する。
 また、利用者は、操作部120内の制御キー120bを操作することにより、入力モードを切り替えた後に、文字列等の情報を入力することもある。例えば、実施例1に係る情報処理装置100のようにテンキーを有しないノートパソコンを用いる利用者は、NumLockキーを操作することにより、キー「J」やキー「K」等に情報「1」や「2」等を割り当てることがある。かかる場合、利用者は、かかるキー「J」や「K」等をテンキーとして用いる。
 記憶部130は、各種情報を記憶する記憶デバイスであり、例えば、RAM(Random Access Memory)やハードディスク装置である。実施例1における記憶部130は、現にキー群120aに割り当てられている情報である「入力モード」に関する情報や、削除操作閾値、削除された文字などの情報などを記憶する。例えば、記憶部130は、入力モードとして、現在のNumLockが「ON」または「OFF」のいずれの状態であるかを記憶する。また、例えば、記憶部130は、削除操作閾値として、「3」を記憶する。なお、利用者は、記憶部130に記憶されている削除操作閾値を変更することができる。
 制御部140は、情報処理装置100による各種処理を司り、実施例1に係る情報処理装置100に関連するものとして、判定部141と、変更部142とを有する。なお、図2では、情報処理装置100による入力モード適正化処理に関する処理部のみを示している。
 判定部141は、NumLockが「ON」である状態において、同一の情報に対して削除操作が連続して行われた場合に、NumLock「ON」が利用者によって所望されている入力モードでないと判定する。
 具体的には、判定部141は、NumLock「ON」である場合に、利用者によって数字などの情報が割り当てられているキーを用いて情報が入力された後に、かかる入力情報に対する削除操作が行われたか否かを監視する。そして、判定部141は、同一の情報に対して連続して削除操作が行われた場合に、かかる削除操作の回数が、記憶部130に記憶されている削除操作閾値よりも大きいか否かを判定する。削除操作の回数が削除操作閾値よりも大きい場合、判定部141は、NumLockが「ON」である状態は利用者によって所望されていない入力モードであると判定する。
 なお、判定部141は、連続して削除された情報の一部が一致する場合に、「同一の情報」に対して連続して削除操作が行われたと判定してもよい。例えば、以下の順に文字列が連続して削除されたものとする。
 「6はy64」
 「6は」
 「6はy」
 「6」
 上記例において、連続して削除された文字列は、最初の文字が全て「6」である。このような場合、判定部141は、「同一の情報」に対して連続して削除操作が行われたと判定してもよい。これは、利用者が入力ミスに気付くタイミングが一定とは限らないからである。上記例を用いて説明すると、利用者は、「6はy64」まで入力した時点で入力ミスに気付く場合や、「6は」まで入力した時点で入力ミスに気付く場合がある。すなわち、同一の文字列が何度も誤って入力される場合であっても、全く同一の文字列が入力されるとは限らない。
 ここで、判定部141による判定処理について、図3-1および図3-2に示す例を用いて具体的に説明する。図3-1は、NumLockがOFFである場合における入力情報の一例を示す図である。図3-2は、NumLockがONである場合における入力情報の一例を示す図である。なお、ここでは、削除操作閾値が「3」であるものとする。また、NumLockが「ON」であるものとする。
 このような状態において、利用者は、図3-1に示すように、所定のワープロソフト等に文字列「おはよう。」を入力したいものとする。しかし、ここでは、NumLockが「ON」であるので、利用者は、キー群120aのキー「O」、「H」、「A」、「Y」、「O」、「U」、「.」を押下しても、「おはよう。」を入力することができない。具体的には、図3-2に示したように、ワープロソフトには、「6はy64.」という文字列が入力される。なお、このとき入力される文字列は、情報処理装置100の機能によって異なるため、「6はy64.」とは限らない。しかし、NumLockが「ON」である場合、キー「O」、「H」、「A」、「Y」、「O」、「U」、「.」を押下しても、一般に、「おはよう。」は入力されない。
 このような場合、利用者は、文字列「6はy64.」を削除する。情報処理装置100の操作に慣れている利用者であれば、NumLockキーを操作して、入力モードをNumLock「OFF」に変更した後に、再度「おはよう。」を入力することができる。しかし、NumLockキーの操作手法を熟知していない利用者は、NumLockキーを操作することなく、再度、文字列「6はy64.」、または、文字列「6はy64.」の一部を入力して、かかる入力情報を削除する操作を繰り返すことが考えられる。
 このとき、判定部141は、削除された文字列「6はy64.」を記憶部130に記憶しておく。そして、判定部141は、再度、文字列「6はy64.」または文字列「6はy64.」の一部が再度削除された場合に、削除された文字列を記憶部130に記憶しておく。このようにして、判定部141は、文字列「6はy64.」または文字列「6はy64.」の一部を4回連続して記憶部130に記憶した場合に、連続して削除操作された回数「4」が削除操作閾値「3」よりも大きいため、NumLockが「ON」である状態は利用者によって所望されていない入力モードであると判定する。
 変更部142は、判定部141によって利用者に所望されていない入力モードであると判定された場合に、入力モードを変更する。具体的には、変更部142は、判定部141によって、NumLock「ON」である状態が利用者によって所望されていない入力モードであると判定された場合に、入力モードをNumLock「OFF」に変更する。
 なお、変更部142は、入力モードを変更した場合に、入力モードを変更した旨を利用者に通知してもよい。例えば、変更部142は、入力モードを変更した旨を通知するために、所定の画面を表示部110に表示制御したり、所定の音を出力したりしてもよい。ここで、図4に、入力モードを変更した旨を通知するための画面の一例を示す。変更部142は、入力モードを変更した場合に、図4に示すようなメッセージを含むポップアップ画面を表示部110に表示制御してもよい。これにより、変更部142は、入力モードが変更されたことを利用者に認識させることができる。
 次に、実施例1に係る情報処理装置100による入力モード適正化処理の手順について説明する。図5は、実施例1に係る情報処理装置100による入力モード適正化処理手順を示すフローチャートである。
 図5に示すように、情報処理装置100の判定部141は、NumLockが「ON」である状態において(ステップS101肯定)、数字などの情報が割り当てられているキー(例えば、キー「K」など)を用いて情報が入力された場合に(ステップS102肯定)、削除操作が行われたか否かを監視する。
 一方、判定部141は、NumLockが「OFF」である場合(ステップS101否定)、処理を終了する。また、判定部141は、NumLockが「ON」である場合であっても(ステップS101肯定)、数字などの情報が割り当てられているキーを用いて情報が入力されなかった場合(ステップS102否定)や、削除操作を受け付けなかった場合(ステップS103否定)、ステップS102における処理に戻る。すなわち、判定部141は、再度、数字などの情報が割り当てられているキーを用いて情報が入力された場合に(ステップS102肯定)、削除操作が行われたか否かを監視する。
 削除操作が行われ(ステップS103肯定)、かつ、記憶部130に記憶されている削除操作閾値が「0」より大きい場合(ステップS104肯定)、判定部141は、削除された情報(文字や文字列など)を記憶部130に記憶する(ステップS105)。
 削除された情報と、前回削除された情報とが一致しない場合(ステップS106否定)、判定部141は、前述したステップS102における処理に戻る。具体的には、判定部141は、数字などの情報が割り当てられているキーを用いて情報が入力された場合に(ステップS102肯定)、削除操作が行われたか否かを監視する。
 一方、削除された情報と、前回削除された情報とが一致する場合(ステップS106肯定)、判定部141は、かかる情報に対して連続して削除操作された回数が削除操作閾値よりも大きいか否かを判定する。
 削除操作された回数が削除操作閾値よりも大きい場合(ステップS107肯定)、判定部141は、NumLock「ON」が利用者によって所望されている入力モードでないと判定する。続いて、変更部142は、入力モードをNumLock「OFF」に変更する(ステップS108)。このとき、変更部142は、入力モードを変更した旨を通知するために、図4に示すような画面を表示部110に表示制御したり、所定の音を出力したりしてもよい。
 一方、削除操作された回数が削除操作閾値以下である場合(ステップS107否定)、判定部141は、前述したステップS102における処理に戻り、数字などの情報が割り当てられているキーを用いて情報が入力された場合に(ステップS102肯定)、削除操作が行われたか否かを監視する。
 なお、記憶部130に記憶されている削除操作閾値が「0」以下である場合(ステップS104否定)、判定部141は、ステップS105~S107における処理を行うことなく、NumLock「ON」が利用者によって所望されている入力モードでないと判定する。そして、変更部142は、入力モードをNumLock「OFF」に変更する(ステップS108)。
 上述してきたように、実施例1に係る情報処理装置100は、NumLockが「ON」である状態において、同一の情報に対して削除操作が繰り返し行われた場合に、NumLockを「OFF」に変更する。これにより、情報処理装置100は、入力モードを利用者が所望する状態に適正化することができる。その結果、情報処理装置100は、利用者に意図する情報を入力させることができる。
 ところで、上記実施例1では、同一の情報に対して削除操作が繰り返し行われた場合に、自動的に入力モードを適正化する例を示したが、情報処理装置は、利用者に入力モードを変更するか否かを確認した後に、入力モードを適正化してもよい。そこで、実施例2では、利用者に入力モードを変更するか否かを確認した後に、NumLockを「OFF」に変更する情報処理装置の例について説明する。
 まず、実施例2に係る情報処理装置200の構成について説明する。図6は、実施例2に係る情報処理装置200の構成を示す図である。なお、ここでは、図2に示した構成部位と同様の機能を有する部位には同一符号を付すこととして、その詳細な説明を省略する。図6に示すように、情報処理装置200は、図2に示した情報処理装置100と比較して、制御部140の代わりに制御部240を有する。
 制御部240は、図2に示した制御部140と比較して、確認部241を新たに有する。また、制御部240は、制御部140と比較して、変更部142の代わりに、変更部242を有する。
 確認部241は、判定部141によって、NumLock「ON」である状態が利用者によって所望されていない入力モードであると判定された場合に、利用者に入力モードを変更するか否かを確認する。
 具体的には、確認部241は、入力モードを変更するか否かを確認するための画面(以下、「確認画面」という)を表示部110に表示制御して、NumLockを「OFF」にしてよいか確認する。そして、確認部241は、確認画面において、入力モードを変更する旨の操作を受け付けた場合に、入力モードを変更してもよいと判定する。一方、確認部241は、確認画面において、入力モードを変更しない旨の操作を受け付けた場合に、入力モードを変更してはならないと判定する。
 ここで、図7に、入力モードを変更するか否かを確認するための画面の一例を示す。図7に示すように、確認部241は、入力モードを変更するか否かを確認するためのメッセージを含むポップアップ画面を表示部110に表示制御する。例えば、図7に例示した画面において、「はい」を押下された場合、確認部241は、入力モードを変更してもよいと判定する。一方、確認部241は、図7に例示した画面において、「いいえ」を押下された場合に、入力モードを変更してはならないと判定する。
 変更部242は、確認部241によって、入力モードを変更してもよいと確認された場合に、NumLockの入力モードを「OFF」に変更する。図7に示した例を用いて説明すると、図7に例示した画面において、「はい」を押下された場合、変更部242は、NumLockの入力モードを「OFF」に変更する。一方、図7に例示した画面において、「いいえ」を押下された場合、変更部242は、NumLockの入力モードを変更せずに「ON」のままにする。
 次に、実施例2に係る情報処理装置200による入力モード適正化処理の手順について説明する。図8は、実施例2に係る情報処理装置200による入力モード適正化処理手順を示すフローチャートである。なお、ここでは、図5に示した処理手順と同様の処理手順(ステップS201~S206)については、説明を省略する。
 図8に示すように、情報処理装置200の確認部241は、判定部141によって削除操作された回数が削除操作閾値よりも大きいと判定された場合(ステップS207肯定)、または、削除操作閾値が「0」以下である場合(ステップS204否定)、入力モードを変更するか否かを確認するための確認画面を表示部110に表示制御する(ステップS208)。
 そして、確認画面において入力モードを変更する旨の操作を受け付けた場合(ステップS209肯定)、変更部242は、NumLockの入力モードを「OFF」に変更する(ステップS210)。
 一方、確認画面において入力モードを変更しない旨の操作を受け付けた場合(ステップS209否定)、変更部242は、NumLockの入力モードを変更せずに「ON」のままにする。そして、判定部141は、ステップS202における処理に戻り、再度、数字などの情報が割り当てられているキーを用いて情報が入力された場合に(ステップS202肯定)、削除操作が行われたか否かを監視する。
 上述してきたように、実施例2に係る情報処理装置200は、NumLockが「ON」である状態において、同一の情報に対して削除操作が繰り返し行われた場合に、利用者に対して入力モードを変更するか否かを確認する。そして、情報処理装置200は、利用者から入力モードを変更する旨の操作を受け付けた場合に、NumLockを「OFF」に変更する。これにより、実施例2に係る情報処理装置200は、利用者が入力モードを変更したい場合に、入力モードを利用者が所望する状態に適正化することができる。
 ところで、上記実施例1および2では、制御キーとしてNumLockキーを例に挙げて説明した。しかし、情報処理装置は、NumLockキー以外の他の制御キーによって制御される入力モードを適正化することもできる。例えば、情報処理装置は、「CapsLockキー」、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などの制御キーによって制御される入力モードを適正化することができる。そこで、実施例3では、NumLockキー以外の他の制御キーによって制御される入力モードを適正化する情報処理装置300の例について説明する。
 まず、CapsLockキーを例に挙げて、実施例3に係る情報処理装置300について説明する。なお、実施例3に係る情報処理装置300の構成は、図2または図6に示した構成と同様である。図9-1は、CapsLockがOFFである場合における入力情報の一例を示す図である。図9-2は、CapsLockがONである場合における入力情報の一例を示す図である。
 例えば、図9-1に示すように、利用者は、所定のワープロソフト等に文字列「Good morning.」を入力したいものとする。しかし、CapsLockが「ON」である場合、利用者は、キー群120aのキー「G」、「O」、「O」、・・・、「I」、「N」、「G」、「.」を押下しても、「Good morning.」を入力することができない。具体的には、図9-2に示したように、ワープロソフトには、例えば、「gOOD MORNING.」という文字列が入力される。
 そこで、情報処理装置300は、CapsLockが「ON」である状態において、同一の情報に対して削除操作が繰り返し行われた場合に、CapsLockを「OFF」に変更する。
 具体的には、情報処理装置300は、CapsLockが「ON」である状態において、所定の情報が入力された後に、かかる入力情報に対する削除操作が繰り返し行われた場合に、削除操作が行われた回数が削除操作閾値よりも大きいか否かを判定する。そして、削除操作が行われた回数が削除操作閾値よりも大きい場合に、情報処理装置300は、CapsLockを「OFF」に変更する。
 なお、情報処理装置300は、実施例1に係る情報処理装置100のように、CapsLockを「OFF」にした後に、入力モードを変更した旨を通知するための画面を表示部110に表示制御したりしてもよい。例えば、情報処理装置300は、図10に示すようなメッセージを含むポップアップ画面を表示部110に表示制御してもよい。
 また、情報処理装置300は、実施例2に係る情報処理装置200のように、確認画面を表示部110に表示制御して、利用者に入力モードを変更するか否かを確認した後に、CapsLockを「OFF」に変更してもよい。例えば、情報処理装置300は、図11に示すような確認画面を表示部110に表示制御して、利用者に入力モードを変更するか否かを確認する。そして、情報処理装置300は、かかる確認画面において、「はい」を押下された場合に、CapsLockを「OFF」に変更する。
 次に、実施例3に係る情報処理装置300によるCapsLockの入力モード適正化処理の手順について説明する。図12は、実施例3に係る情報処理装置300によるCapsLockの入力モード適正化処理手順を示すフローチャートである。なお、図12における情報処理装置300は、実施例2に係る情報処理装置200のように、利用者に入力モードを変更するか否かを確認した後に、入力モードを変更するものとする。
 図12に示すように、情報処理装置300の判定部141は、CapsLockが「ON」である状態において(ステップS301肯定)、入力された情報に対して削除操作が行われたか否かを監視する。以下、ステップS302~S306における処理手順は、それぞれ、図8に示したステップS203~S207における処理手順と同様である。
 そして、情報処理装置300の確認部241は、判定部141によって削除操作された回数が削除操作閾値よりも大きいと判定された場合(ステップS306肯定)、確認画面を表示部110に表示制御する(ステップS307)。
 そして、確認画面において入力モードを変更する旨の操作を受け付けた場合(ステップS308肯定)、変更部242は、CapsLockの入力モードを「OFF」に変更する(ステップS309)。
 上述してきたように、実施例3に係る情報処理装置300は、CapsLockが「ON」である状態において、削除操作が行われた場合に、CapsLockを「OFF」に変更する。これにより、実施例3に係る情報処理装置300は、CapsLockの入力モードを利用者が所望する状態に適正化することができる。
 なお、上記では、CapsLockの入力モードを適正化する例について説明したが、冒頭に示したように、情報処理装置は、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などの制御キーによって制御される入力モードについても適正化することができる。
 以下に、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などの制御キーによって制御される入力モードについても適正化する処理について、フローチャートを用いて説明する。なお、以下では、情報処理装置300は、実施例2に係る情報処理装置200のように、利用者に入力モードを変更するか否かを確認した後に、入力モードを変更するものとする。
 まず、実施例3に係る情報処理装置300による半角全角の入力モード適正化処理の手順について説明する。図13は、実施例3に係る情報処理装置300による半角全角の入力モード適正化処理手順を示すフローチャートである。なお、半角全角の入力モードは、半角/全角漢字キーによって制御される。
 図13に示すように、情報処理装置300の判定部141は、半角全角の入力モードが「半角入力」である状態において(ステップS401肯定)、入力された情報に対して削除操作が行われたか否かを監視する。以下、ステップS402~S407における処理手順は、それぞれ、図12に示したステップS302~S307における処理手順と同様である。
 そして、確認画面において入力モードを変更する旨の操作を受け付けた場合(ステップS408肯定)、情報処理装置300の変更部242は、半角全角の入力モードを「全角入力」に変更する(ステップS409)。
 次に、実施例3に係る情報処理装置300による仮名の入力モード適正化処理の手順について説明する。図14は、実施例3に係る情報処理装置300による仮名の入力モード適正化処理手順を示すフローチャートである。なお、仮名の入力モードは、カタカナひらがなローマ字キーによって制御される。例えば、利用者は、Altキーを押下した状態でカタカナひらがなローマ字キーを押下することによって、入力モードを「かな入力」または「ローマ字入力」のいずれかに変更する。
 図14に示すように、情報処理装置300の判定部141は、入力モードが「かな入力」である状態において(ステップS501肯定)、入力された情報に対して削除操作が行われたか否かを監視する。以下、ステップS502~S507における処理手順は、それぞれ、図12に示したステップS302~S307における処理手順と同様である。
 そして、確認画面において入力モードを変更する旨の操作を受け付けた場合(ステップS508肯定)、情報処理装置300の変更部242は、仮名の入力モードを「ローマ字入力」に変更する(ステップS509)。
 次に、実施例3に係る情報処理装置300によるカタカナの入力モード適正化処理の手順について説明する。図15は、実施例3に係る情報処理装置300によるカタカナの入力モード適正化処理手順を示すフローチャートである。なお、カタカナの入力モードは、カタカナひらがなローマ字キーによって制御される。例えば、利用者は、入力モードが「かな入力」である場合に、Shiftキーを押下した状態でカタカナひらがなローマ字キーを押下することによって、入力モードを「ひらがな」または「カタカナ」のいずれかに変更する。
 図15に示すように、情報処理装置300の判定部141は、入力モードが「カタカナ」である状態において(ステップS601肯定)、入力された情報に対して削除操作が行われたか否かを監視する。以下、ステップS602~S607における処理手順は、それぞれ、図12に示したステップS302~S307における処理手順と同様である。
 そして、確認画面において入力モードを変更する旨の操作を受け付けた場合(ステップS608肯定)、情報処理装置300の変更部242は、仮名の入力モードを「ひらがな」に変更する(ステップS609)。
 このように、実施例3に係る情報処理装置300は、「半角/全角漢字キー」、「カタカナひらがなローマ字キー」などの制御キーによって制御される入力モードについても適正化することができる。なお、上記は一例であって、情報処理装置300は、例えば、「ScrollLockキー」などの他の制御キーによって制御される入力モードについても適正化することができる。
 なお、図12~図15における情報処理装置300は、実施例1に係る情報処理装置100のように、利用者に入力モードを変更するか否かを確認せずに、入力モードを変更してもよい。
 ところで、上記実施例1~3において説明した情報処理装置100、200および300は、上述した実施例1~3以外にも、種々の異なる形態にて実施されてよい。そこで、実施例4では、本願に開示する情報処理装置100等に含まれる他の実施例を説明する。
[削除操作閾値]
 上記実施例1~3では、情報処理装置100等が、記憶部130に記憶されている削除操作閾値を用いて、利用者が所望する入力モードになっているか否かを判定する例を示した。ここで、情報処理装置100等は、記憶部130に記憶されている削除操作閾値を更新してもよい。
 例えば、情報処理装置100等は、所定の期間内に何度も入力モード適正化処理を行った場合に、削除操作閾値を小さい値に更新してもよい。より具体的に説明すると、例えば、記憶部130に削除操作閾値「5」が記憶されているものとする。かかる状態において、所定の期間内(例えば、1日)に、利用者が何度も制御キーを誤って押下して、情報処理装置100が、入力モード適正化処理を所定の回数(例えば、5回)以上行ったものとする。かかる場合、情報処理装置100は、削除操作閾値を「5」より小さい値(例えば、「3」)に更新して、より早いタイミングで入力モード適正化処理を行うようにしてもよい。これは、何度も入力モード適正化処理を行わせる利用者は、制御キーの操作手法等を熟知していないと考えられるからである。すなわち、このような利用者に対しては、何度も削除操作を行わせることなく入力モード適正化処理を行ってもよいと考えられる。これにより、情報処理装置100等は、制御キーの操作手法等を熟知していない利用者に用いられている場合に、より早いタイミングで入力モードを適正化することができるようになる。
[確認画面]
 上記実施例2および3では、入力モードを変更するか否かを確認するための確認画面を表示部110に表示制御する例を示した。ここで、情報処理装置200等は、確認画面において、利用者から入力モードを変更する旨の操作を所定の回数以上連続して受けた場合には、確認画面を表示しないようにしてもよい。これは、確認画面において入力モードを変更する旨の操作を毎回行う利用者は、制御キーの操作手法等を熟知していないと考えられるからである。すなわち、このような利用者に対しては、確認画面において入力モードを変更する旨の確認をするまでもなく入力モード適正化処理を行ってもよいと考えられる。これにより、情報処理装置200等は、利用者に確認作業を行わせることなく入力モードを適正化することができる。
[システム構成]
 上記実施例1~3では、制御キーの具体例を挙げて、かかる制御キーによって制御される入力モードを適正化する情報処理装置100、200および300について説明した。しかし、1個の情報処理装置が、上述した情報処理装置100、200および300が有する機能を有してもよい。かかる場合、情報処理装置の記憶部130は、制御キー毎に削除操作閾値を記憶してもよい。
[入力モード適正化プログラムを実行するコンピュータ]
 上記実施例1~3で説明した各種の処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータで実行することによって実現することができる。そこで、以下では、図16を用いて、上記実施例1~3と同様の機能を有する入力モード適正化プログラムを実行するコンピュータの一例を説明する。図16は、入力モード適正化プログラムを実行するコンピュータ1000を示す図である。
 図16に示すように、コンピュータ1000は、各種演算処理を実行するCPU(Central Processing Unit)1010と、ユーザからの情報の入力を受け付けるキーボード1020およびタッチパッド1030と、各種情報を表示するディスプレイ1040と、記録媒体からプログラム等を読み取る媒体読取装置1050と、各種情報を一時記憶するRAM1060と、ハードディスク装置1070とをバス1080で接続して構成される。
 そして、ハードディスク装置1070には、図2または図6に示した制御部140または240と同様の機能を有する入力モード適正化プログラム1071が記憶される。また、ハードディスク装置1070には、図2または図6に示した記憶部130に記憶される各種データに対応する入力モード適正化用データ1072が記憶される。なお、入力モード適正化用データ1072を、適宜分散させ、ネットワークを介して接続された他のコンピュータに記憶させておくこともできる。また、RAM1060には、現にキーボード1020に割り当てられている情報である「入力モード」に関する情報である入力モードデータ1062が記憶される。
 そして、CPU1010が入力モード適正化プログラム1071をハードディスク装置1070から読み出してRAM1060に展開することにより、入力モード適正化プログラム1071は、入力モード適正化プロセス1061として機能するようになる。そして、入力モード適正化プロセス1061は、入力モード適正化用データ1072から読み出した情報等を適宜RAM1060上の自身に割り当てられた領域に展開し、この展開したデータ、入力モードデータ1062等に基づいて各種データ処理を実行する。
 なお、上記の入力モード適正化プログラム1071は、必ずしもハードディスク装置1070に格納されている必要はなく、CD-ROM等の記憶媒体に記憶されたこのプログラムを、コンピュータ1000が読み出して実行するようにしてもよい。また、公衆回線、インターネット、LAN(Local Area Network)、WAN(Wide Area Network)等を介してコンピュータ1000に接続される他のコンピュータ(またはサーバ)等にこのプログラムを記憶させておき、コンピュータ1000がこれらからプログラムを読み出して実行するようにしてもよい。

Claims (7)

  1.  第一の文字または第二の文字を入力するためのキーと、前記キーに割り当てる情報を前記第一の文字または前記第二の文字のいずれかに切り替えるための制御キーとを含む入力部と、
     前記制御キーが操作されたことによって前記キーに割り当てる情報が前記第二の文字に切り替えられている状態において、前記キーが操作されたことによって入力された文字を削除する操作である削除操作を受け付けた場合に、前記キーに割り当てられている情報が誤りであると判定する判定手段と、
     前記判定手段によって前記キーに割り当てられている情報が誤りであると判定された場合に、前記キーに割り当てる情報を前記第一の文字に変更する変更手段と
     を備えたことを特徴とする情報処理装置。
  2.  前記判定手段は、前記削除操作を受け付けた回数が所定の閾値以上である場合に、前記キーに割り当てられている情報が誤りであると判定することを特徴とする請求項1に記載の情報処理装置。
  3.  前記判定手段によって前記キーに割り当てられている情報が誤りであると判定された場合に、前記キーに割り当てる情報を前記第一の文字に変更するか否かを利用者に対して確認する確認手段をさらに備え、
     前記変更手段は、前記確認手段によって前記キーに割り当てる情報を前記第一の文字に変更することが確認された場合に、前記キーに割り当てる情報を前記第一の文字に変更することを特徴とする請求項1または2に記載の情報処理装置。
  4.  前記変更手段は、前記キーに割り当てる情報を前記第一の文字に変更する処理を、所定の期間内に所定の回数以上行った場合に、前記所定の閾値を小さくすることを特徴とする請求項2に記載の情報処理装置。
  5.  前記制御キーは、NumLockキーまたはCapsLockキーのいずれかであることを特徴とする請求項1に記載の情報処理装置。
  6.  第一の文字または第二の文字を入力するためのキーと、前記キーに割り当てる情報を前記第一の文字または前記第二の文字のいずれかに切り替えるための制御キーとを含む入力部を有する情報処理装置による入力モード適正化方法であって、
     前記情報処理装置が、
     前記制御キーが操作されたことによって前記キーに割り当てる情報が前記第二の文字に切り替えられている状態において、前記キーが操作されたことによって入力された文字を削除する操作である削除操作を受け付けた場合に、前記キーに割り当てられている情報が誤りであると判定する判定工程と、
     前記判定工程によって前記キーに割り当てられている情報が誤りであると判定された場合に、前記キーに割り当てる情報を前記第一の文字に変更する変更工程と
     を含んだことを特徴とする入力モード適正化方法。
  7.  第一の文字または第二の文字を入力するためのキーと、前記キーに割り当てる情報を前記第一の文字または前記第二の文字のいずれかに切り替えるための制御キーとを含む入力部を有する情報処理装置に実行させる入力モード適正化プログラムであって、
     前記制御キーが操作されたことによって前記キーに割り当てる情報が前記第二の文字に切り替えられている状態において、前記キーが操作されたことによって入力された文字を削除する操作である削除操作を受け付けた場合に、前記キーに割り当てられている情報が誤りであると判定する判定手順と、
     前記判定手順によって前記キーに割り当てられている情報が誤りであると判定された場合に、前記キーに割り当てる情報を前記第一の文字に変更する変更手順と
     を有することを特徴とする入力モード適正化プログラム。
PCT/JP2009/050309 2009-01-13 2009-01-13 情報処理装置、入力モード適正化方法および入力モード適正化プログラム Ceased WO2010082295A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN200980154507.XA CN102282526B (zh) 2009-01-13 2009-01-13 信息处理装置、输入模式适宜化方法
JP2010546480A JP5212483B2 (ja) 2009-01-13 2009-01-13 情報処理装置、入力モード適正化方法および入力モード適正化プログラム
PCT/JP2009/050309 WO2010082295A1 (ja) 2009-01-13 2009-01-13 情報処理装置、入力モード適正化方法および入力モード適正化プログラム
US13/067,512 US9019132B2 (en) 2009-01-13 2011-06-06 Information processing apparatus and input-mode adjustment method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/050309 WO2010082295A1 (ja) 2009-01-13 2009-01-13 情報処理装置、入力モード適正化方法および入力モード適正化プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/067,512 Continuation US9019132B2 (en) 2009-01-13 2011-06-06 Information processing apparatus and input-mode adjustment method

Publications (1)

Publication Number Publication Date
WO2010082295A1 true WO2010082295A1 (ja) 2010-07-22

Family

ID=42339564

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/050309 Ceased WO2010082295A1 (ja) 2009-01-13 2009-01-13 情報処理装置、入力モード適正化方法および入力モード適正化プログラム

Country Status (4)

Country Link
US (1) US9019132B2 (ja)
JP (1) JP5212483B2 (ja)
CN (1) CN102282526B (ja)
WO (1) WO2010082295A1 (ja)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019398A (zh) * 2011-09-20 2013-04-03 腾讯科技(深圳)有限公司 一种文字输入方法及文字输入装置
CN105607805B (zh) * 2015-12-18 2019-05-07 小米科技有限责任公司 应用图标的角标处理方法及装置
CN107479720B (zh) * 2016-06-08 2022-02-22 阿尔派株式会社 输入装置、输入方法及输入系统
US10466891B2 (en) * 2016-09-12 2019-11-05 Apple Inc. Special lock mode user interface
JP7224553B2 (ja) * 2020-08-05 2023-02-17 三菱電機株式会社 情報処理装置及び情報処理方法

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS584426A (ja) * 1981-07-01 1983-01-11 Nec Corp キ−ボ−ドのモ−ド遷移方法

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS598044A (ja) 1982-07-05 1984-01-17 Casio Comput Co Ltd 文字入力装置
JPS61243519A (ja) 1985-04-22 1986-10-29 Toshiba Corp 入力装置
CN1032559C (zh) * 1992-11-07 1996-08-14 王璐 文字输入加速方法
JPH08263179A (ja) * 1995-03-28 1996-10-11 Fujitsu Ltd 電源制御方法並びに電子機器
JP2000231439A (ja) 1999-02-10 2000-08-22 Hitachi Ltd 情報入力装置
US6907580B2 (en) * 2000-12-14 2005-06-14 Microsoft Corporation Selection paradigm for displayed user interface
JP4313002B2 (ja) * 2002-07-08 2009-08-12 シャープ株式会社 入力制御装置
US8232901B2 (en) * 2007-06-29 2012-07-31 International Business Machines Corporation Determining an alternative character string

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS584426A (ja) * 1981-07-01 1983-01-11 Nec Corp キ−ボ−ドのモ−ド遷移方法

Also Published As

Publication number Publication date
US20110234428A1 (en) 2011-09-29
JP5212483B2 (ja) 2013-06-19
JPWO2010082295A1 (ja) 2012-06-28
CN102282526B (zh) 2015-06-24
CN102282526A (zh) 2011-12-14
US9019132B2 (en) 2015-04-28

Similar Documents

Publication Publication Date Title
KR101366723B1 (ko) 다중 접점 문자 입력 방법 및 시스템
KR101085655B1 (ko) 단말의 문자 입력 장치 및 방법
US8997013B2 (en) Multiple graphical keyboards for continuous gesture input
JP2010061656A (ja) スクリーン仮想キーボードシステム
US8866746B2 (en) Handheld electronic device and associated method providing disambiguation of an ambiguous object during editing and selectively providing prediction of future characters
JP5212483B2 (ja) 情報処理装置、入力モード適正化方法および入力モード適正化プログラム
US8190421B2 (en) Handheld electronic device including toggle of a selected data source, and associated method
CN104461258A (zh) 用于操作计算机的方法和系统
US20090015556A1 (en) Method and apparatus for interacting with an application
US20040125152A1 (en) User customizable, locale dependent, variant character entry method and apparatus
CN102681752A (zh) 电子装置及其控制方法
JP2003177854A (ja) 習熟度別画面表示プログラム、習熟度別画面表示装置
JP2005228180A (ja) データ処理装置、データ入力方法及びプログラム
JP6233064B2 (ja) 入力装置、入力方法、および入力プログラム
JP2005235168A (ja) 文字入力装置
Lehikoinen et al. An empirical and theoretical evaluation of binscroll: A rapid selection technique for alphanumeric lists
JP2004110410A (ja) 表の表示方法、表示システム、およびコンピュータプログラム
CA2541580C (en) Handheld electronic device including toggle of a selected data source, and associated method
JP2003288155A (ja) 文字列入力プログラム
KR102869440B1 (ko) 소프트웨어로 구현 가능한 문자 입력 장치
CN111788776B (zh) 键盘输入电子设备的输入方法
JP6380085B2 (ja) 情報処理装置及びプログラム
US20110105188A1 (en) System and method for facilitating character capitalization in handheld electronic device
KR20000054630A (ko) 웹브라우저 내의 명령 입력창 표시 방법
JP2013196598A (ja) 情報処理装置、方法、およびプログラム

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980154507.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09838265

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010546480

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: 09838265

Country of ref document: EP

Kind code of ref document: A1