JP5439295B2 - Character input method, program, and character input device - Google Patents

Character input method, program, and character input device Download PDF

Info

Publication number
JP5439295B2
JP5439295B2 JP2010147022A JP2010147022A JP5439295B2 JP 5439295 B2 JP5439295 B2 JP 5439295B2 JP 2010147022 A JP2010147022 A JP 2010147022A JP 2010147022 A JP2010147022 A JP 2010147022A JP 5439295 B2 JP5439295 B2 JP 5439295B2
Authority
JP
Japan
Prior art keywords
event
unit
character string
display
character
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.)
Active
Application number
JP2010147022A
Other languages
Japanese (ja)
Other versions
JP2012014212A (en
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2010147022A priority Critical patent/JP5439295B2/en
Publication of JP2012014212A publication Critical patent/JP2012014212A/en
Application granted granted Critical
Publication of JP5439295B2 publication Critical patent/JP5439295B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、コンピュータに、ソフトウェアキーボードと、ソフトウェアキーボードに入力された文字列とを表示させる処理方法、プログラム、及び文字入力装置に関する。   The present invention relates to a processing method, a program, and a character input device for causing a computer to display a software keyboard and a character string input to the software keyboard.

従来、コンピュータのディスプレー上にキーボードを配列する、いわゆるソフトウェアキーボードを用いた文字入力の処理が広く知られている。このような処理方法では、キーボードをディスプレー上に表示するとともに、変換中の文字列を表示する文字入力枠をディスプレー上に表示する(例えば、特許文献1)。   Conventionally, character input processing using a so-called software keyboard in which a keyboard is arranged on a computer display is widely known. In such a processing method, a keyboard is displayed on the display, and a character input frame for displaying a character string being converted is displayed on the display (for example, Patent Document 1).

このようなソフトウェアキーボードを用いた処理方法によれば、ソフトウェアキーボードを表示するブラウザにJavaScript(商標登録)等を実装することで、文字入力枠に、変換中の文字列を表示することができる。このため、ユーザは、目視して入力した或いは変換した文字列を確認することができる。   According to such a processing method using a software keyboard, it is possible to display a character string that is being converted in a character input frame by mounting JavaScript (registered trademark) or the like in a browser that displays the software keyboard. For this reason, the user can confirm the character string input or converted visually.

特許第4266804号公報Japanese Patent No. 4266804

しかしながら、上述した従来の処理方法には、次のような問題があった。すなわち、上述した処理方法では、文字入力枠の文字列を更新する際に、ブラウザを実装したパソコンのスペックの影響を受けて、スクリプト処理が遅延してしまうという問題があった。その結果、ユーザが、文字入力枠に文字を入力したにも関わらず、文字入力枠の文字列の表示が更新されないため、ユーザは、使い勝手がよくないと感じてしまうという問題があった。
そこで、本発明は、このような状況に鑑みてなされたものであり、パソコンのスペックが低い場合においても、ユーザの入力に対する見かけ上の応答時間を短縮できる処理方法、プログラム、文字入力装置を提供することを目的とする。
However, the conventional processing method described above has the following problems. In other words, the processing method described above has a problem in that when the character string in the character input frame is updated, the script processing is delayed due to the influence of the specifications of the personal computer on which the browser is mounted. As a result, the display of the character string in the character input box is not updated even though the user has entered a character in the character input box, so that the user feels unusable.
Therefore, the present invention has been made in view of such a situation, and provides a processing method, a program, and a character input device that can shorten an apparent response time to a user's input even when the specifications of the personal computer are low. The purpose is to do.

上述した問題を解決するため、本発明は、次のような特徴を有している。まず、本発明の第1の特徴は、コンピュータ(テレビ受像機10)が、キー入力の信号をイベントとして受信するイベント受信ステップ(ステップS130)と、コンピュータが、前記イベントの受信に応じて、文字列の表示を更新するイベントハンドラステップ(ステップS170)と、コンピュータが、前記イベントハンドラステップの処理の一部を前記イベントから切り離した処理として外に出す切り離しステップ(ステップS190)と、を備える処理方法であることを要旨とする。
このような処理方法は、キー入力の信号をイベントとして受信した後に、イベントの受信に応じて、文字列の表示を更新するイベントハンドラステップを有する。一方、イベントハンドラステップの処理の一部をイベントから切り離した処理として外に出す切り離しステップを有する。
In order to solve the problems described above, the present invention has the following features. First, the first feature of the present invention is that an event receiving step (step S130) in which a computer (television receiver 10) receives a key input signal as an event, and the computer receives a character in response to the event reception. A processing method comprising: an event handler step (step S170) for updating the display of the column; and a separation step (step S190) in which the computer extracts a part of the processing of the event handler step as processing that is separated from the event. It is a summary.
Such a processing method includes an event handler step of updating the display of a character string in response to reception of an event after receiving a key input signal as an event. On the other hand, there is a separation step for releasing a part of the processing of the event handler step as processing that is separated from the event.

すなわち、上述した処理方法によれば、文字列の表示を更新する処理を実行する際、少なくとも処理の一部をイベントから切り離した処理として外に出す。このため、外に出した処理量に応じた分だけ、ユーザへの応答時間を短縮して、文字列の表示を更新できる。   That is, according to the processing method described above, when executing the process of updating the display of the character string, at least a part of the process is taken out as a process separated from the event. For this reason, the response time to the user can be shortened and the display of the character string can be updated by an amount corresponding to the amount of processing that has gone out.

従って、パソコンのスペックが低い場合においても、ユーザの入力に対する見かけ上の応答時間を短縮できる処理方法を提供することができる。   Therefore, it is possible to provide a processing method that can shorten the apparent response time to the user's input even when the specifications of the personal computer are low.

本発明の第2の特徴は、本発明の第1の特徴に係り、前記切り離しステップにより切り離した処理は、前記文字列に装飾を施す処理を含むことを要旨とする。   The second feature of the present invention relates to the first feature of the present invention, and the gist thereof is that the process separated by the separation step includes a process of decorating the character string.

本発明の第3の特徴は、本発明の第1又は第2の特徴に係り、前記切り離しステップにより切り離した処理は、タイマー処理により実行されることを要旨とする。   A third feature of the present invention relates to the first or second feature of the present invention, and is summarized in that the process separated by the separation step is executed by a timer process.

本発明の第4の特徴は、本発明の第1乃至第3の特徴に係り、前記切り離しステップにより前記切り離した処理は、ソフトウェアキーボードの表示を更新する処理を含むことを要旨とする。   A fourth feature of the present invention relates to the first to third features of the present invention, and is summarized in that the separation processing by the separation step includes processing for updating a display of a software keyboard.

本発明の第5の特徴は、キー入力の信号をイベントとして受信するイベント受信ステップと、前記イベントの受信に応じて、文字列の表示を更新するイベントハンドラステップと、前記イベントハンドラステップの処理の一部を前記イベントから切り離した処理として外に出す切り離しステップと、をコンピュータに実行させるプログラムであることを要旨とする。   According to a fifth aspect of the present invention, there is provided an event receiving step of receiving a key input signal as an event, an event handler step of updating a display of a character string in response to the reception of the event, and processing of the event handler step The gist of the present invention is a program that causes a computer to execute a disconnecting step for releasing a part of the event from the event.

本発明の第6の特徴は、キー入力の信号をイベントとして受信するイベント受信手段(イベント受信部15)と、前記イベントの受信に応じて、文字列の表示を更新するイベントハンドラ手段(イベントハンドラ部19)と、前記イベントハンドラ手段の処理の一部を前記イベントから切り離した処理として外に出す切り離し手段(切り離し部21)と、を備える文字入力装置(テレビ受像機10)であることを要旨とする。   The sixth feature of the present invention is that event receiving means (event receiving unit 15) for receiving a key input signal as an event, and event handler means (event handler) for updating display of a character string in response to reception of the event. A character input device (television receiver 10) comprising: a unit 19) and a separation unit (separation unit 21) that extracts a part of the processing of the event handler unit as processing that is separated from the event. And

本発明によれば、パソコンのスペックが低い場合においても、ユーザの入力に対する見かけ上の応答時間を短縮することができる処理方法、プログラム、文字入力装置を提供することができる。   According to the present invention, it is possible to provide a processing method, a program, and a character input device that can reduce the apparent response time to a user's input even when the specifications of the personal computer are low.

本発明の実施形態に係るテレビ受像機10と、リモートコントロール装置50との関係を示す構成図である。It is a block diagram which shows the relationship between the television receiver 10 which concerns on embodiment of this invention, and the remote control apparatus 50. FIG. 本発明の実施形態に係るテレビ受像機10の機能ブロック図である。It is a functional block diagram of the television receiver 10 which concerns on embodiment of this invention. 本実施形態に係るテレビ受像機10において画面100の詳細構成を説明するための一例を示す図である。It is a figure which shows an example for demonstrating the detailed structure of the screen 100 in the television receiver 10 which concerns on this embodiment. 本発明の実施形態に係るプログラム500の記述の一例を示す図である。It is a figure which shows an example of the description of the program 500 which concerns on embodiment of this invention. 本発明の実施形態に係るプログラムの起動に基づく、テレビ受像機10の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the television receiver 10 based on starting of the program which concerns on embodiment of this invention.

次に、図面を参照して、本発明の実施形態について説明する。なお、以下の図面の記載において、同一または類似の部分には、同一または類似の符号を付している。また、図面は模式的なものであり、各寸法の比率などは現実のものとは異なる。   Next, embodiments of the present invention will be described with reference to the drawings. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. Further, the drawings are schematic, and the ratio of each dimension is different from the actual one.

したがって、具体的な寸法などは以下の説明を参酌して判断すればよく、図面相互間においても互いの寸法の関係や比率が異なる部分が含まれている。   Therefore, specific dimensions and the like may be determined in consideration of the following description, and include portions where the relationship and ratio of the dimensions are different between the drawings.

以下の実施形態においては、(1)テレビ受像機10の全体構成、(2)テレビ受像機10の詳細構成、(3)テレビ受像機10の画面100の詳細構成、(4)プログラム500の詳細記述、(5)テレビ受像機10の処理手順、(6)作用・効果、(7)その他の実施形態について説明する。   In the following embodiments, (1) the overall configuration of the television receiver 10, (2) the detailed configuration of the television receiver 10, (3) the detailed configuration of the screen 100 of the television receiver 10, and (4) the details of the program 500 Description, (5) Processing procedure of the television receiver 10, (6) Action and effect, (7) Other embodiments will be described.

(1)テレビ受像機10の全体構成
図1は、本実施形態に係るテレビ受像機10と、リモートコントロール装置50との関係を示す構成図である。
(1) Overall Configuration of Television Receiver 10 FIG. 1 is a configuration diagram showing the relationship between the television receiver 10 according to the present embodiment and the remote control device 50.

図1に示すテレビ受像機10は、通信ネットワーク(インターネットを含むなど)を介して、データ放送等を受信することにより映像、音声、テキストデータ等を出力する。   The television receiver 10 shown in FIG. 1 outputs video, audio, text data, and the like by receiving data broadcasts and the like via a communication network (including the Internet).

テレビ受像機10は、CPU等の制御装置、メモリやHDD等の記憶装置、通信ネットワークと通信する通信I/F等の通信装置といったハードウェア資源を有するコンピュータ(単一或いは複数)としての機能を有する。テレビ受像機10が備える下記の各ブロックは、前述したコンピュータの制御装置等のハードウェア資源を用いてコンピュータプログラムを実行することによって実現されるものである。なお、これらの各ブロック、手段は、単一のコンピュータ上に配置される必要はなく、必要に応じて分散される構成を採用しても良い。   The television receiver 10 functions as a computer (single or plural) having hardware resources such as a control device such as a CPU, a storage device such as a memory and an HDD, and a communication device such as a communication I / F that communicates with a communication network. Have. The following blocks included in the television receiver 10 are realized by executing a computer program using hardware resources such as the computer control device described above. These blocks and means do not have to be arranged on a single computer, and a configuration in which they are distributed as necessary may be adopted.

テレビ受像機10は、ハードウェア資源に加えて、キーボタンやタッチパネル等の入力装置、液晶ディスプレー等の出力装置、一般的なブラウザを備える。ブラウザは、インターネットの標準プロトコルであるHTTP(Hyper Text Transfer Protocol)等に従い、HTML(Hyper Text Markup Language)等の言語で記述されたページデータの要求、受信及び表示、フォームデータの送信等を行う機能を有している。   In addition to hardware resources, the television receiver 10 includes an input device such as a key button or a touch panel, an output device such as a liquid crystal display, and a general browser. The browser is a function for requesting, receiving and displaying page data written in a language such as HTML (Hyper Text Markup Language) according to HTTP (Hyper Text Transfer Protocol), which is a standard protocol of the Internet, and transmitting form data. have.

リモートコントロール装置50は、テレビ受像機10を遠隔より操作する。具体的には、リモートコントロール装置50は、テレビ受像機10に対して、操作の為の信号を送信する。リモートコントロール装置50は、赤外線通信、無線LAN、近傍無線通信(Bluetooth(登録商標)によってテレビ受像機10に接続されている。テレビ受像機10は、有線通信(USB(Universal Serial Bus)ケーブル接続等)によって、テレビ受像機10に接続されていてもよい。   The remote control device 50 operates the television receiver 10 from a remote location. Specifically, the remote control device 50 transmits a signal for operation to the television receiver 10. The remote control device 50 is connected to the television receiver 10 by infrared communication, wireless LAN, and proximity wireless communication (Bluetooth (registered trademark). The television receiver 10 is connected to a wired communication (USB (Universal Serial Bus) cable, etc.). ) May be connected to the television receiver 10.

リモートコントロール装置50には、テレビ受像機10の規格に応じたキーが設けられている。例えば、リモートコントロール装置50には、1〜12の数字キーが設けられ、数字キーへの入力に応じて、対応する信号がテレビ受像機10に送信される。   The remote control device 50 is provided with a key corresponding to the standard of the television receiver 10. For example, the remote control device 50 is provided with 1 to 12 numeric keys, and corresponding signals are transmitted to the television receiver 10 in response to input to the numeric keys.

(2)テレビ受像機10の詳細構成
図2は、テレビ受像機10の機能ブロック図である。図3は、本実施形態に係るテレビ受像機10において画面100の詳細構成を説明するための一例を示す図である。
(2) Detailed Configuration of Television Receiver 10 FIG. 2 is a functional block diagram of the television receiver 10. FIG. 3 is a diagram illustrating an example for explaining a detailed configuration of the screen 100 in the television receiver 10 according to the present embodiment.

本実施形態では、テレビ受像機10は、文字入力装置として機能する。具体的には、テレビ受像機10には、テレビ受像機10に、ソフトウェアキーボード110と、ソフトウェアキーボード110に入力された文字列とを表示させるプログラムが記憶される。以下の実施形態においては、特に文字入力装置として機能するブロックについて、詳細を示す。   In the present embodiment, the television receiver 10 functions as a character input device. Specifically, the television receiver 10 stores a program for causing the television receiver 10 to display a software keyboard 110 and a character string input to the software keyboard 110. In the following embodiments, details will be given for blocks that function as character input devices.

テレビ受像機10は、制御部11、データ放送情報送受信部13、イベント受信部15、記憶部17、イベントハンドラ部19、切り離し部21、タイマーイベントハンドラ部23、画面作成部25、画面表示部27、変換部29、ソフトウェアキーボード表示部31、出力部33を備える。   The television receiver 10 includes a control unit 11, a data broadcast information transmission / reception unit 13, an event reception unit 15, a storage unit 17, an event handler unit 19, a separation unit 21, a timer event handler unit 23, a screen creation unit 25, and a screen display unit 27. A conversion unit 29, a software keyboard display unit 31, and an output unit 33.

制御部11は、テレビ受像機10を構成する各機能部を制御する。例えば、制御部11は、記憶部17に記憶されるプログラムを起動するとともに、データ放送情報送受信部13を介して受信した映像を画面表示部27に出力する。   The control unit 11 controls each functional unit constituting the television receiver 10. For example, the control unit 11 activates a program stored in the storage unit 17 and outputs a video received via the data broadcast information transmission / reception unit 13 to the screen display unit 27.

データ放送情報送受信部13は、通信ネットワークを介して、放送局から映像、音声、テキストデータを受信する。データ放送情報送受信部13は、受信した映像、音声、テキストデータ等を記憶部17に記憶してもよい。データ放送情報送受信部13は、通信ネットワークを介して、放送局から映像、音声、テキストデータを受信する。データ放送情報送受信部13は、受信した映像、音声、テキストデータ等を記憶部17に記憶してもよい。   The data broadcast information transmission / reception unit 13 receives video, audio, and text data from a broadcast station via a communication network. The data broadcast information transmitting / receiving unit 13 may store the received video, audio, text data, and the like in the storage unit 17. The data broadcast information transmission / reception unit 13 receives video, audio, and text data from a broadcast station via a communication network. The data broadcast information transmitting / receiving unit 13 may store the received video, audio, text data, and the like in the storage unit 17.

データ放送情報送受信部13は、通信ネットワークを介して、HTTP等に従い、HTML等の言語で記述されたページデータを受信する。データ放送情報送受信部13は、受信したページデータを記憶部17に記憶する。また、データ放送情報送受信部13は、HTTPに従い、HTMLの言語で記述されたページデータの要求等をサーバに送信する。   The data broadcast information transmitting / receiving unit 13 receives page data described in a language such as HTML according to HTTP or the like via a communication network. The data broadcast information transmitting / receiving unit 13 stores the received page data in the storage unit 17. Further, the data broadcast information transmitting / receiving unit 13 transmits a request for page data described in an HTML language to the server according to HTTP.

イベント受信部15は、リモートコントロール装置50により送信されたキー入力の信号をイベントとして受信する。なお、「イベント」とは、上述の通り、リモートコントロール装置50により送信されたキー入力の信号であるが、ユーザの操作に基づき、ユーザの意図が含まれている信号を特に、イベントとしている。例えば、ユーザが「1」のキーボタンを押した場合、イベントA、ユーザが、ディスプレー上のポインタを動かした場合イベントBというようにユーザの操作に伴う信号に応じて、対応するイベントが定義されている。   The event receiver 15 receives a key input signal transmitted from the remote control device 50 as an event. As described above, the “event” is a key input signal transmitted by the remote control device 50, and a signal including the user's intention based on the user's operation is an event. For example, when the user presses the “1” key button, a corresponding event is defined according to a signal accompanying the user operation, such as event A when the user moves the pointer on the display, and event B. ing.

記憶部17は、テレビ受像機10に、リモートコントロール装置50から受信する可能性のある信号、該信号に対応するイベント、イベントの受信に応じて起動するプログラム500、データ放送情報送受信部13を介して受信したページデータを記憶する。   The storage unit 17 is connected to the television receiver 10 via a signal that may be received from the remote control device 50, an event corresponding to the signal, a program 500 that is activated in response to the reception of the event, and the data broadcast information transmission / reception unit 13. The received page data is stored.

イベントハンドラ部19は、イベント受信部15によるイベントの受信に応じて、イベントハンドラ処理を実行する。イベントハンドラ部19は、即座に反映されるべき処理を実行する。具体的には、イベントハンドラ部19は、プログラム500の第1記述部510又は第3記述部530に記述される処理を実行する。例えば、イベントハンドラ部19は、画面100において、文字列の表示、又はソフトウェアキーボード110の一部の表示を更新する。図3に示すように、イベントハンドラ部19は、入力文字表示枠111に未確定の文字列である未確定文字131を表示する。イベントハンドラ部19は、ユーザの操作に基づき、リモートコントロール装置50から受信したイベントに基づいて、未確定文字131の表示を更新する。   The event handler unit 19 executes event handler processing in response to reception of the event by the event receiving unit 15. The event handler unit 19 executes processing that should be immediately reflected. Specifically, the event handler unit 19 executes a process described in the first description unit 510 or the third description unit 530 of the program 500. For example, the event handler unit 19 updates the display of a character string or a part of the software keyboard 110 on the screen 100. As shown in FIG. 3, the event handler unit 19 displays an undetermined character 131 that is an undetermined character string in the input character display frame 111. The event handler unit 19 updates the display of the undetermined character 131 based on an event received from the remote control device 50 based on a user operation.

また、イベントハンドラ部19は、リモートコントロール装置50から受信した信号に基づいて、ソフトウェアキーボード110の表示を適宜、更新する。具体的には、イベントハンドラ部19は、リモートコントロール装置50に割り当てられたキーに対応する信号に基づいて、対応するキーボタン119の表示を変更する。例えば、図3に示すように、ユーザがリモートコントロール装置50の「6」のキーボタンを押した場合、図3に示すように、イベントハンドラ部19は、ソフトウェアキーボード110の「6」のキーボタン119の背景色を変更する。これにより、イベントハンドラ部19は、ユーザにより「6」のキーボタン119が選択されれていることを明確に示す。   In addition, the event handler unit 19 appropriately updates the display of the software keyboard 110 based on the signal received from the remote control device 50. Specifically, the event handler unit 19 changes the display of the corresponding key button 119 based on a signal corresponding to the key assigned to the remote control device 50. For example, as illustrated in FIG. 3, when the user presses the “6” key button of the remote control device 50, the event handler unit 19 displays the “6” key button of the software keyboard 110 as illustrated in FIG. 3. The background color of 119 is changed. Thereby, the event handler unit 19 clearly indicates that the “6” key button 119 is selected by the user.

切り離し部21は、イベントハンドラ部19により行われる処理の一部をイベントから切り離した処理として外に出す。具体的には、切り離し部21は、イベントハンドラ部19により行われる処理から、即座に反映されなくてもユーザの操作に支障を及ぼさない処理を切り離す。すなわち、切り離し部21は、イベントハンドラ部19により実行されるプログラム500の処理から、第2記述部520又は第4記述部540に記述される処理を切り離す。例えば、切り離し部21は、未確定文字131に装飾を施す処理、ソフトウェアキーボード110の全体表示を更新する処理をイベントハンドラ部19により行われる処理から切り離す。なお、ソフトウェアキーボード110の全体表示を更新する処理とは、後述する図3において、破線で示されるソフトウェアキーボード110の全体を更新する処理を示す。   The separation unit 21 exposes part of the processing performed by the event handler unit 19 as processing that is separated from the event. Specifically, the separation unit 21 separates processing that does not hinder the user's operation even if it is not immediately reflected from the processing performed by the event handler unit 19. That is, the separation unit 21 separates the processing described in the second description unit 520 or the fourth description unit 540 from the processing of the program 500 executed by the event handler unit 19. For example, the separation unit 21 separates the process for decorating the undetermined character 131 and the process for updating the entire display of the software keyboard 110 from the process performed by the event handler unit 19. The process of updating the entire display of the software keyboard 110 refers to a process of updating the entire software keyboard 110 indicated by a broken line in FIG.

なお、「外に出す」とは、イベントハンドラ部19により実行されるプログラム500の処理から切り離されることや、切り離された処理をもとの処理と異なるタイミングで実行することを示す。具体的には、切り離し部21によりプログラム500の処理から外に出された第2記述部520又は第4記述部540に記述される処理は、プログラム500の他の処理である、第1記述部510又は第3記述部530に記述される処理とは異なるタイミングで実行される。なお、プログラム500には、タイマー処理等が記述されることにより、処理の一部をイベントから外に出すことが可能になる。   “Exit” indicates that the program is separated from the processing of the program 500 executed by the event handler unit 19 and that the separated processing is executed at a timing different from that of the original processing. Specifically, the process described in the second description part 520 or the fourth description part 540 that has been taken out of the process of the program 500 by the detaching part 21 is a first description part that is another process of the program 500. It is executed at a timing different from the processing described in 510 or the third description unit 530. Note that a part of the processing can be taken out of the event by describing the timer processing or the like in the program 500.

タイマーイベントハンドラ部23は、切り離し部21により切り離された処理を実行する。タイマーイベントハンドラ部23は、即座に反映されなくてもユーザの操作に支障を及ぼさない処理を実行する。具体的には、タイマーイベントハンドラ部23は、プログラム500の第2記述部520又は第4記述部540に記述される処理を実行する。例えば、タイマーイベントハンドラ部23は、画面100において、未確定文字131に装飾を施す処理を実行する。また、タイマーイベントハンドラ部23は、ソフトウェアキーボード110の全体表示を更新する処理と、確定文字列133の表示を更新する処理とを実行する。タイマーイベントハンドラ部23は、タイマー処理によりイベントハンドラ部19と異なるタイミングで処理を実行する。具体的には、タイマーイベントハンドラ部23は、タイマー処理によって、イベントハンドラ部19の処理が終わった後に、所定の処理を実行するように設定される。   The timer event handler unit 23 executes the process separated by the separation unit 21. The timer event handler unit 23 executes a process that does not affect the user's operation even if it is not immediately reflected. Specifically, the timer event handler unit 23 executes processing described in the second description unit 520 or the fourth description unit 540 of the program 500. For example, the timer event handler unit 23 executes a process for decorating the unconfirmed character 131 on the screen 100. In addition, the timer event handler unit 23 executes a process for updating the entire display of the software keyboard 110 and a process for updating the display of the confirmed character string 133. The timer event handler unit 23 executes processing at a timing different from that of the event handler unit 19 by timer processing. Specifically, the timer event handler unit 23 is set to execute a predetermined process by the timer process after the process of the event handler unit 19 is completed.

画面作成部25は、後述する画面100を作成する。   The screen creation unit 25 creates a screen 100 described later.

画面表示部27は、画面100を表示する。また、画面表示部27は、ブラウザを介して、通信ネットワークを介して、HTTP等に従い、HTML等の言語で記述されたページデータを表示する。   The screen display unit 27 displays the screen 100. The screen display unit 27 displays page data described in a language such as HTML in accordance with HTTP or the like via a communication network via a browser.

変換部29は、未確定文字131を漢字、かな、カタカナ、ローマ字、数字、記号の少なくともいずれか、又はこれらの組み合わせに変換する。具体的には、変換部29は、リモートコントロール装置50から受信した信号に基づいて、記憶部17に記憶する言語モデル等を用いて、未確定文字131を変換する。   The conversion unit 29 converts the unconfirmed character 131 into at least one of kanji, kana, katakana, romaji, numbers, symbols, or a combination thereof. Specifically, the conversion unit 29 converts the undetermined character 131 using a language model or the like stored in the storage unit 17 based on a signal received from the remote control device 50.

ソフトウェアキーボード表示部31は、ソフトウェアキーボード110を表示する。   The software keyboard display unit 31 displays the software keyboard 110.

出力部33は、変換が確定した未確定文字131、すなわち確定文字列133を出力する。具体的には、出力部33は、ユーザの操作に基づき、検索フォーム130に確定文字列133を表示する。また、出力部33は、通信ネットワークを介して、確定文字列133を外部の情報処理装置等に出力する。   The output unit 33 outputs an unconfirmed character 131 whose conversion is confirmed, that is, a confirmed character string 133. Specifically, the output unit 33 displays the confirmed character string 133 on the search form 130 based on a user operation. In addition, the output unit 33 outputs the confirmed character string 133 to an external information processing apparatus or the like via a communication network.

(3)テレビ受像機10の画面100の詳細構成
図3に示すように、テレビ受像機10の画面100は、ソフトウェアキーボード110、検索フォーム130、メニュー150を表示する。
(3) Detailed Configuration of Screen 100 of Television Receiver 10 As shown in FIG. 3, the screen 100 of the television receiver 10 displays a software keyboard 110, a search form 130, and a menu 150.

ソフトウェアキーボード110には、入力文字表示枠111、入力文字確定ボタン113、キーボタン119、検索候補表示枠121が含まれる。ソフトウェアキーボード110は、いわゆるパソコンに接続されるキーボードで行う入力処理をソフトウェア上で実現するものである。すなわち、ソフトウェアキーボード110は、画面100を介して入力処理を支援する。   The software keyboard 110 includes an input character display frame 111, an input character confirmation button 113, a key button 119, and a search candidate display frame 121. The software keyboard 110 implements input processing performed by a keyboard connected to a so-called personal computer on software. That is, the software keyboard 110 supports input processing via the screen 100.

入力文字表示枠111は、リモートコントロール装置50から受信した信号に基づいて、キーボタン119に対応した文字列を表示することにより、未確定文字131を表示する。未確定文字131は、かな、カタカナ、ローマ字、数字、記号等、キーボタン119に対応した文字列である。   The input character display frame 111 displays the undetermined character 131 by displaying a character string corresponding to the key button 119 based on a signal received from the remote control device 50. The unconfirmed character 131 is a character string corresponding to the key button 119, such as kana, katakana, romaji, numerals, and symbols.

また、入力文字表示枠111は、変換部29により変換された未確定文字131を表示する。具体的には、入力文字表示枠111は、変換部29により、漢字、かな、カタカナ、ローマ字、数字、記号の少なくともいずれか、又はこれらの組み合わせにより構成された文字列に変換された未確定文字131を表示する。   The input character display frame 111 displays the unconfirmed character 131 converted by the conversion unit 29. Specifically, the input character display frame 111 is an unconfirmed character converted by the conversion unit 29 into a character string composed of at least one of kanji, kana, katakana, romaji, numbers, symbols, or a combination thereof. 131 is displayed.

入力文字確定ボタン113は、未確定文字131を確定するためのボタンである。具体的には、入力文字確定ボタン113は、ユーザの操作に基づきリモートコントロール装置50から入力文字確定ボタン113を選択したことを示す信号を受信することにより、未確定文字131を確定する。例えば、入力文字表示枠111に「みなとく」として表示されていた未確定文字131は、「港区」に変換された後、入力文字確定ボタン113が選択されることにより、確定文字列133となる。   The input character confirmation button 113 is a button for confirming the unconfirmed character 131. Specifically, the input character confirmation button 113 confirms the unconfirmed character 131 by receiving a signal indicating that the input character confirmation button 113 has been selected from the remote control device 50 based on a user operation. For example, the unconfirmed character 131 displayed as “Minatoku” in the input character display frame 111 is converted to “Minato Ward”, and then the input character confirmation button 113 is selected, whereby the confirmed character string 133 and Become.

確定した未確定文字131として表示された文字列である確定文字列133は、出力部33により、出力される。具体的には、入力文字確定ボタン113が選択されることにより、確定文字列133は、検索フォーム130に出力される。   A confirmed character string 133 that is a character string displayed as the confirmed unconfirmed character 131 is output by the output unit 33. Specifically, when the input character confirmation button 113 is selected, the confirmed character string 133 is output to the search form 130.

キーボタン119は、リモートコントロール装置50に割り当てられたキーに対応するボタンである。具体的には、リモートコントロール装置50の1〜12の数字キーに対応するように、各数字にかな、ローマ字、記号等が割り当てられる。キーボタン119は、リモートコントロール装置50からの信号に基づいて、背景色を変更する。例えば、ユーザがリモートコントロール装置50の「6」のキーボタンを押した場合、「6」のキーボタン119は、イベントハンドラ部19により、背景色を変更する。   The key button 119 is a button corresponding to a key assigned to the remote control device 50. Specifically, kana, roman letters, symbols, and the like are assigned to each numeral so as to correspond to the numeric keys 1 to 12 of the remote control device 50. The key button 119 changes the background color based on a signal from the remote control device 50. For example, when the user presses the “6” key button of the remote control device 50, the event handler 19 changes the background color of the “6” key button 119.

例えば、図3に示すキーボタン119は、1〜3の数字キーに「あ」、「か」、「さ」が割り当てられている。この場合、ユーザは、リモートコントロール装置50の2ボタンを押すことにより、「か行」を選択したこととなる。続けて、キーボタン119は、1〜5の数字キーに「か」「き」「く」「け」「こ」が割り当てられる。これにより、ユーザは、自分の選択した文字を選択することができる。なお、キーボタン119は、ローマ字、記号等についても同様に割り当てるため、説明の詳細を省略する。   For example, in the key button 119 shown in FIG. 3, “A”, “KA”, and “SA” are assigned to the numeric keys 1 to 3. In this case, the user has selected “KA” by pressing the 2 button of the remote control device 50. Subsequently, in the key button 119, “ka”, “ki”, “ku”, “ke”, and “ko” are assigned to the numeric keys 1 to 5. Thereby, the user can select the character which he selected. The key buttons 119 are assigned to Roman letters, symbols, and the like in the same manner, and thus detailed description thereof is omitted.

キーボタン119は、リモートコントロール装置50から受信した信号に基づいて、ソフトウェアキーボード表示部31により更新される。   The key button 119 is updated by the software keyboard display unit 31 based on a signal received from the remote control device 50.

検索候補表示枠121は、通信ネットワークを介して、未確定文字131に対応した変換候補135を表示する。検索候補表示枠121は、未確定文字131に対応した変換候補135を記憶部17から抽出して、表示してもよい。例えば、入力文字表示枠111に未確定文字131として「みなとく」が表示されている場合、検索候補表示枠121には、変換候補135として、「港区」、「港区赤坂」、「港区赤坂9丁目」等が表示される。   The search candidate display frame 121 displays a conversion candidate 135 corresponding to the unconfirmed character 131 via the communication network. The search candidate display frame 121 may extract the conversion candidate 135 corresponding to the unconfirmed character 131 from the storage unit 17 and display it. For example, when “Minatoku” is displayed as the undetermined character 131 in the input character display frame 111, “Minato-ku”, “Minato-ku Akasaka”, “Minato” are displayed in the search candidate display frame 121 as conversion candidates 135. “Akasaka 9-chome” is displayed.

検索フォーム130は、出力部33により出力された確定文字列133を表示する。検索フォーム130は、隣接する検索ボタンが選択されることにより、通信ネットワークを介して、確定文字列133を検索クエリとして、該当するページデータを取得する。   The search form 130 displays the confirmed character string 133 output by the output unit 33. When an adjacent search button is selected, the search form 130 acquires corresponding page data using the confirmed character string 133 as a search query via the communication network.

メニュー150は、画面100のサービスメニューを表示する。   The menu 150 displays a service menu on the screen 100.

(4)プログラム500の詳細記述
図4は、本発明の実施形態に係るプログラム500のソースコードの一例を示す図である。
(4) Detailed Description of Program 500 FIG. 4 is a diagram showing an example of source code of the program 500 according to the embodiment of the present invention.

プログラム500は、第1記述部510、第2記述部520、第3記述部530、第4記述部540を備える構成である。プログラム500は、イベント受信部15によるイベントの受信の有無に基づいて、記述を分ける。具体的には、第1記述部510及び第2記述部520は、イベント受信部15によるイベントの受信が有った場合の処理を記述する。また、第3記述部530及び第4記述部540は、イベント受信部15によるイベントの受信が無かった場合の処理を記述する。   The program 500 includes a first description unit 510, a second description unit 520, a third description unit 530, and a fourth description unit 540. The program 500 divides the description based on whether or not the event reception unit 15 has received an event. Specifically, the first description unit 510 and the second description unit 520 describe processing when an event is received by the event reception unit 15. In addition, the third description unit 530 and the fourth description unit 540 describe a process when no event is received by the event reception unit 15.

第1記述部510は、イベントハンドラ部19により実行される処理を記述する。第1記述部510は、イベント受信部15によるイベントの受信が有った場合に、即座に反映されるべき処理を記述する。具体的には、第1記述部510は、イベント受信部15によるイベントの受信が有った場合に、要素に対して最低限のスタイルを適用させるスタイル属性のみを書き換える処理を記述する。例えば、第1記述部510は、イベントハンドラ部19により、入力文字表示枠111に未確定文字131を表示するとともに、未確定文字131を青色で示す。   The first description unit 510 describes processing executed by the event handler unit 19. The first description unit 510 describes a process that should be immediately reflected when an event is received by the event reception unit 15. Specifically, the first description unit 510 describes a process of rewriting only a style attribute that applies a minimum style to an element when the event reception unit 15 receives an event. For example, the first description unit 510 causes the event handler unit 19 to display the undetermined character 131 in the input character display frame 111 and to indicate the undetermined character 131 in blue.

第2記述部520は、タイマーイベントハンドラ部23により実行される処理を記述する。第2記述部520は、setTimeout等のタイマー処理を記述する。このようなタイマー処理により、第2記述部520に記述した処理をイベントから切り離した処理として外に出している。具体的には、タイマー処理により、第2記述部520の処理は、1つのイベントに対して、実行されるプログラム500の処理から、切り離され、第1記述部510の処理が終了後、最終処理として実行される。   The second description unit 520 describes the processing executed by the timer event handler unit 23. The second description unit 520 describes timer processing such as setTimeout. By such a timer process, the process described in the second description unit 520 is taken out as a process separated from the event. Specifically, the process of the second description unit 520 is separated from the process of the program 500 to be executed for one event by the timer process, and after the process of the first description unit 510 ends, the final process Run as.

第2記述部520は、イベント受信部15によるイベントの受信が有った場合に、即座に反映されなくてもユーザの操作に支障を及ぼさない処理を記述する。具体的には、第2記述部520は、イベント受信部15によるイベントの受信が有った場合に、要素のクラスの指定をするクラス属性を操作する処理を記述する。例えば、第2記述部520は、未確定文字131に装飾を施す処理を記述する。また、第2記述部520は、ソフトウェアキーボード110の表示と、確定した文字列の表示を更新する処理を記述する。   The second description unit 520 describes a process that does not hinder the user's operation even if it is not immediately reflected when the event reception unit 15 receives an event. Specifically, the second description unit 520 describes a process for manipulating a class attribute for designating an element class when an event is received by the event receiving unit 15. For example, the second description unit 520 describes a process for decorating the undetermined character 131. The second description unit 520 describes a process of updating the display of the software keyboard 110 and the display of the confirmed character string.

第3記述部530は、イベントハンドラ部19により実行される処理を記述する。第3記述部530は、イベント受信部15によるイベントの受信が無かった場合に、即座に反映されるべき処理を記述する。具体的には、第3記述部530は、イベント受信部15によるイベントの受信が無かった場合に、要素に対してスタイルを適用させる最低限のスタイル属性のみを書き換える処理を記述する。例えば、第3記述部530は、イベントハンドラ部19により、入力文字表示枠111に「文字を入力して下さい」と表示するとともに、入力文字表示枠111に示す文字を灰色で示す。   The third description unit 530 describes a process executed by the event handler unit 19. The third description unit 530 describes a process that should be immediately reflected when no event is received by the event reception unit 15. Specifically, the third description unit 530 describes a process of rewriting only a minimum style attribute that applies a style to an element when no event is received by the event reception unit 15. For example, the third description unit 530 causes the event handler unit 19 to display “Please input characters” in the input character display frame 111 and also indicate the characters shown in the input character display frame 111 in gray.

第4記述部540は、タイマーイベントハンドラ部23により実行される処理を記述する。第4記述部540は、setTimeout等のタイマー処理を記述する。このようなタイマー処理により、第4記述部540に記述した処理をイベントから切り離した処理として外に出している。具体的には、タイマー処理により、第4記述部540の処理は、1つのイベントに対して、実行されるプログラム500の処理から、切り離され、第3記述部530の処理が終了後、最終処理として実行される。   The fourth description unit 540 describes processing executed by the timer event handler unit 23. The fourth description unit 540 describes timer processing such as setTimeout. By such a timer process, the process described in the fourth description unit 540 is taken out as a process separated from the event. Specifically, the process of the fourth description unit 540 is separated from the process of the program 500 to be executed for one event by the timer process, and after the process of the third description unit 530 is completed, the final process Run as.

第4記述部540は、イベント受信部15によるイベントの受信が無かった場合に、即座に反映されなくてもユーザの操作に支障を及ぼさない処理を記述する。具体的には、第4記述部540は、イベント受信部15によるイベントの受信が無かった場合に、要素のクラスの指定をするクラス属性を操作する処理を記述する。   The fourth description unit 540 describes a process that does not hinder the user's operation even if it is not immediately reflected when no event is received by the event reception unit 15. Specifically, the fourth description unit 540 describes a process for manipulating a class attribute for designating an element class when no event is received by the event receiving unit 15.

(5)テレビ受像機10の処理手順
図5は、本発明の実施形態に係るプログラムの起動に基づく、テレビ受像機10の処理手順を示すフローチャートである。なお、以下の処理については、ソフトウェアキーボード110に入力された文字列を表示する際の手順について詳細を説明する。
(5) Processing Procedure of Television Receiver 10 FIG. 5 is a flowchart showing a processing procedure of the television receiver 10 based on activation of a program according to the embodiment of the present invention. In addition, about the following process, the procedure at the time of displaying the character string input into the software keyboard 110 is demonstrated in detail.

ステップS110において、イベント受信部15は、キー入力の信号等の入力を待っている。   In step S110, the event receiver 15 waits for input of a key input signal or the like.

ステップS130において、イベント受信部15は、リモートコントロール装置50により送信されたキー入力の信号をイベントとして受信する。   In step S <b> 130, the event receiving unit 15 receives the key input signal transmitted from the remote control device 50 as an event.

ステップS150において、イベントハンドラ部19は、イベントハンドラ処理を開始する。   In step S150, the event handler unit 19 starts event handler processing.

ステップS170において、イベントハンドラ部19は、イベントハンドラ処理を実行する。具体的には、イベントハンドラ部19は、入力文字表示枠111に未確定文字131、又はソフトウェアキーボード110の一部の表示を更新する。   In step S170, the event handler unit 19 executes event handler processing. Specifically, the event handler unit 19 updates the display of the unconfirmed character 131 or a part of the software keyboard 110 in the input character display frame 111.

ステップS190において、切り離し部21は、イベントハンドラ部19により行われる処理の一部をイベントから切り離した処理として外に出す。   In step S <b> 190, the separation unit 21 leaves part of the processing performed by the event handler unit 19 as processing that is separated from the event.

ステップS210において、イベントハンドラ部19は、イベントハンドラ処理を終了する。   In step S210, the event handler unit 19 ends the event handler process.

ステップS230において、画面表示部27は、イベントハンドラ部19による処理を反映した画面100を表示する。具体的には、画面表示部27は、未確定文字131の表示を更新、又は、ソフトウェアキーボード110の一部の表示を更新する。   In step S230, the screen display unit 27 displays the screen 100 reflecting the processing by the event handler unit 19. Specifically, the screen display unit 27 updates the display of the undetermined character 131 or updates a part of the display of the software keyboard 110.

ステップS250において、タイマーイベントハンドラ部23は、切り離し部21により切り離された処理を実行する。   In step S250, the timer event handler unit 23 executes the process separated by the separation unit 21.

ステップS270において、タイマーイベントハンドラ部23は、切り離し部21により切り離された処理を終了する。   In step S <b> 270, the timer event handler unit 23 ends the process separated by the separation unit 21.

ステップS290において、画面表示部27は、タイマーイベントハンドラ部23による処理を反映した画面100を表示する。例えば、画面表示部27は、未確定文字131に装飾を施す処理を反映した画面100を表示する。   In step S290, the screen display unit 27 displays the screen 100 reflecting the processing by the timer event handler unit 23. For example, the screen display unit 27 displays the screen 100 reflecting the process of decorating the unconfirmed character 131.

(6)作用・効果
以上説明したように、本実施形態によれば、処理方法は、ステップS130によるイベントの受信に応じて、イベントハンドラ処理を実行し、入力文字表示枠111に未確定文字131を表示するステップS170と、イベントハンドラステップの処理の一部をイベントから切り離した処理として外に出すステップS190とを備える。すなわち、処理方法によれば、未確定文字131を表示する処理の一部を切り離すため、未確定文字131を表示するまでの処理時間を短縮できる。従って、パソコンのスペックが低い場合においても、ユーザの入力に対する見かけ上の応答時間を短縮できる。
(6) Action / Effect As described above, according to the present embodiment, the processing method executes event handler processing in response to the reception of the event in step S130, and the undefined character 131 is displayed in the input character display frame 111. Is displayed, and step S190 is taken out as a process in which a part of the process of the event handler step is separated from the event. That is, according to the processing method, a part of the process for displaying the undetermined character 131 is separated, so that the processing time until the undetermined character 131 is displayed can be shortened. Accordingly, even when the specs of the personal computer are low, the apparent response time to the user input can be shortened.

実施形態では、ステップS190により切り離した処理は、文字列に装飾を施す処理である。すなわち、ステップS190により切り離した処理は、即座に反映されなくてもユーザの操作に支障を及ぼさない処理である。従って、処理方法によれば、ユーザの入力に対する見かけ上の応答時間を確実に短縮できる。   In the embodiment, the process separated in step S190 is a process for decorating a character string. That is, the process separated in step S190 is a process that does not hinder the user's operation even if it is not immediately reflected. Therefore, according to the processing method, it is possible to reliably reduce the apparent response time to the user input.

実施形態では、ステップS190により切り離した処理は、タイマー処理により実行される。このため、切り離した処理は、入力文字表示枠111に未確定文字131を表示するステップS170と異なるタイミングで実行される。従って、パソコンの処理が集中することを抑制することができるため、パソコンのスペックが低い場合においても、ステップS170で実行される処理に係る処理時間を短縮できる。   In the embodiment, the process separated in step S190 is executed by a timer process. For this reason, the separated process is executed at a timing different from that in step S <b> 170 in which the undetermined character 131 is displayed in the input character display frame 111. Therefore, since it is possible to suppress the concentration of the processing of the personal computer, it is possible to shorten the processing time related to the processing executed in step S170 even when the specification of the personal computer is low.

実施形態では、ステップS190により切り離した処理は、ソフトウェアキーボード110の全体表示を更新する処理である。すなわち、ステップS190により切り離した処理は、即座に反映されなくてもユーザの操作に支障を及ぼさない処理である。   In the embodiment, the process separated in step S190 is a process of updating the entire display of the software keyboard 110. That is, the process separated in step S190 is a process that does not hinder the user's operation even if it is not immediately reflected.

実施形態では、ステップS130によるイベントの受信に応じて、イベントハンドラ処理を実行し、ソフトウェアキーボード110の一部の表示を更新するステップS170と、イベントハンドラステップの処理の一部をイベントから切り離した処理として外に出すステップS190とを備える。すなわち、処理方法によれば、ソフトウェアキーボード110表示を更新する処理の一部を切り離すため、ソフトウェアキーボード110の一部を更新して表示するまでの処理時間を短縮できる。従って、パソコンのスペックが低い場合においても、ユーザの入力に対する見かけ上の応答時間を短縮できる。   In the embodiment, in response to the reception of the event in step S130, event handler processing is executed to update a part of the display of the software keyboard 110, and processing in which part of the event handler step processing is separated from the event. And step S190 to go out. That is, according to the processing method, a part of the process for updating the display of the software keyboard 110 is separated, so that the processing time until the part of the software keyboard 110 is updated and displayed can be shortened. Accordingly, even when the specs of the personal computer are low, the apparent response time to the user input can be shortened.

(7)その他の実施形態
上述した実施形態では、プログラムは、テレビ受像機10の記憶部17に記憶されるとしたが、本発明は、これに限られず、例えば、プログラムを起動する毎に、通信ネットワークを介して、他のサーバ等から直接取得してもよい。
(7) Other Embodiments In the above-described embodiments, the program is stored in the storage unit 17 of the television receiver 10, but the present invention is not limited to this, for example, every time the program is started. You may acquire directly from another server etc. via a communication network.

上述した実施形態では、第1記述部510及び第3記述部530は、イベントハンドラ部19により実行される処理、すなわち即座に反映されるべき処理を記述する。本発明は、これに限定されず、第1記述部510及び第3記述部530の処理をsetTimeout等のタイマー処理を記述することにより、複数の段階に分けて記載してもよい。例えば、複数のイベントの受信が連続してあった場合に、第1記述部510及び第3記述部530の一部の処理をsetTimeout等のタイマー処理により、第1記述部510及び第3記述部530から切り離してもよい。これにより、複数のイベントの受信が連続してあった場合など、更にパソコンに高負荷がかかる場合においても、ユーザの入力に対する見かけ上の応答時間を確実に短縮できる。   In the embodiment described above, the first description unit 510 and the third description unit 530 describe the process executed by the event handler unit 19, that is, the process that should be immediately reflected. The present invention is not limited to this, and the processing of the first description unit 510 and the third description unit 530 may be described in a plurality of stages by describing timer processing such as setTimeout. For example, when a plurality of events are continuously received, a part of the processing of the first description unit 510 and the third description unit 530 is performed by timer processing such as setTimeout, and the first description unit 510 and the third description unit It may be separated from 530. As a result, even when a heavy load is applied to the personal computer, such as when a plurality of events are continuously received, the apparent response time to the user input can be reliably shortened.

上述した実施形態では、切り離し部21は、イベントハンドラ部19により実行されるプログラム500の処理から、第2記述部520又は第4記述部540に記述される処理を切り離すことにより、第2記述部520の処理は、第1記述部510の処理が終了後、最終処理として実行される。本発明は、これに限定されず、例えば、第2記述部520の処理は、第1記述部510の処理と実行されるタイミングの一部が重複してもよい。このような処理方法においてもユーザの入力に対する見かけ上の応答時間を短縮できるためである。   In the embodiment described above, the separation unit 21 separates the process described in the second description unit 520 or the fourth description unit 540 from the process of the program 500 executed by the event handler unit 19, thereby The process 520 is executed as a final process after the process of the first description unit 510 is completed. The present invention is not limited to this. For example, the processing of the second description unit 520 may partially overlap the processing of the first description unit 510 and the execution timing. This is because even in such a processing method, an apparent response time to a user input can be shortened.

上述した実施形態では、テレビ受像機10が備える各ブロックについて記載しているが、本発明は、これに限られず、例えば、上記の各ブロックの機能を実行するプログラム、表示方法、文字入力装置としてもよく、また、このプログラムを配信するサーバであってもよい。   In the embodiment described above, each block included in the television receiver 10 is described. However, the present invention is not limited to this, and for example, as a program, a display method, and a character input device that execute the function of each block described above. It may also be a server that distributes this program.

10 テレビ受像機
11 制御部
13 データ放送情報送受信部
15 イベント受信部
17 記憶部
19 イベントハンドラ部
21 切り離し部
23 タイマーイベントハンドラ部
25 画面作成部
27 画面表示部
29 変換部
31 ソフトウェアキーボード表示部
33 出力部
50 リモートコントロール装置
100 画面
110 ソフトウェアキーボード
111 入力文字表示枠
113 入力文字確定ボタン
119 キーボタン
121 検索候補表示枠
130 検索フォーム
131 未確定文字
133 確定文字列
135 変換候補
150 メニュー
500 プログラム
510 第1記述部
520 第2記述部
530 第3記述部
540 第4記述部
DESCRIPTION OF SYMBOLS 10 Television receiver 11 Control part 13 Data broadcast information transmission / reception part 15 Event receiving part 17 Memory | storage part 19 Event handler part 21 Separation part 23 Timer event handler part 25 Screen creation part 27 Screen display part 29 Conversion part 31 Software keyboard display part 33 Output Section 50 Remote Control Device 100 Screen 110 Software Keyboard 111 Input Character Display Frame 113 Input Character Confirmation Button 119 Key Button 121 Search Candidate Display Frame 130 Search Form 131 Unconfirmed Character 133 Confirmed Character String 135 Conversion Candidate 150 Menu 500 Program 510 First Description Part 520 Second description part 530 Third description part 540 Fourth description part

Claims (4)

コンピュータが、キー入力の信号をイベントとして受信するイベント受信ステップと、
コンピュータが、前記イベントの受信に応じて、入力文字表示枠に未確定の文字列を表示し、当該文字列の表示を更新し、文字列を確定するイベントハンドラステップと、
コンピュータが、前記イベントハンドラステップにおける、未確定の文字列を表示し当該文字列の表示を更新する処理を実行する際に、前記文字列に装飾を施す処理またはソフトウェアキーボードの表示を更新する処理を前記イベントから切り離した処理として外に出す切り離しステップと、
を備えることを特徴とする文字入力方法。
An event receiving step in which the computer receives a key input signal as an event;
In response to receiving the event, an event handler step of displaying an undetermined character string in the input character display frame, updating the display of the character string, and confirming the character string;
When the computer executes a process of displaying an undetermined character string and updating the display of the character string in the event handler step, a process of decorating the character string or a process of updating the display of the software keyboard A disconnecting step to go outside as a process disconnected from the event;
A character input method comprising:
前記切り離しステップにより切り離した処理は、タイマー処理により実行されることを特徴とする請求項1に記載の文字入力方法。   The character input method according to claim 1, wherein the process separated by the separation step is executed by a timer process. キー入力の信号をイベントとして受信するイベント受信ステップと、
前記イベントの受信に応じて、入力文字表示枠に未確定の文字列を表示し、当該文字列の表示を更新し、文字列を確定するイベントハンドラステップと、
前記イベントハンドラステップにおける、未確定の文字列を表示し当該文字列の表示を更新する処理を実行する際に、前記文字列に装飾を施す処理またはソフトウェアキーボードの表示を更新する処理を前記イベントから切り離した処理として外に出す切り離しステップと、
をコンピュータに実行させることを特徴とするプログラム。
An event reception step for receiving a key input signal as an event;
In response to receiving the event, an undefined character string is displayed in the input character display frame, the display of the character string is updated, and an event handler step for confirming the character string;
In the event handler step, when executing a process of displaying an undetermined character string and updating the display of the character string, a process for decorating the character string or a process for updating the display of the software keyboard is performed from the event. A separation step that goes out as a separate process,
A program that causes a computer to execute.
キー入力の信号をイベントとして受信するイベント受信手段と、
前記イベントの受信に応じて、入力文字表示枠に未確定の文字列を表示し、当該文字列の表示を更新し、文字列を確定するイベントハンドラ手段と、
前記イベントハンドラ手段による、未確定の文字列を表示し当該文字列の表示を更新する処理を実行する際に、前記文字列に装飾を施す処理またはソフトウェアキーボードの表示を更新する処理を前記イベントから切り離した処理として外に出す切り離し手段と、
を備えることを特徴とする文字入力装置。
Event receiving means for receiving a key input signal as an event;
In response to reception of the event, an event handler means for displaying an undetermined character string in the input character display frame, updating the display of the character string, and confirming the character string;
When executing the process of displaying an undetermined character string and updating the display of the character string by the event handler means, the process of decorating the character string or the process of updating the display of the software keyboard is performed from the event. Separation means that goes out as a separate process,
A character input device comprising:
JP2010147022A 2010-06-29 2010-06-29 Character input method, program, and character input device Active JP5439295B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010147022A JP5439295B2 (en) 2010-06-29 2010-06-29 Character input method, program, and character input device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010147022A JP5439295B2 (en) 2010-06-29 2010-06-29 Character input method, program, and character input device

Publications (2)

Publication Number Publication Date
JP2012014212A JP2012014212A (en) 2012-01-19
JP5439295B2 true JP5439295B2 (en) 2014-03-12

Family

ID=45600612

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010147022A Active JP5439295B2 (en) 2010-06-29 2010-06-29 Character input method, program, and character input device

Country Status (1)

Country Link
JP (1) JP5439295B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4085123B1 (en) * 2007-03-29 2008-05-14 株式会社サピエンス Image display update method, server / client system, and drawing operation echo back script

Also Published As

Publication number Publication date
JP2012014212A (en) 2012-01-19

Similar Documents

Publication Publication Date Title
CN105940399B (en) Voice search device, speech search method and display device
CN111314789A (en) Display device and channel positioning method
CN104113774A (en) Television device control method and system and television device
JP5351855B2 (en) Information home appliance system, information acquisition method and program
US20140359650A1 (en) Text input method, electronic device, and storage medium
JP2009276889A (en) Server unit, client unit, server-based computing system, server control method, and client control method
JP2007299375A (en) Adaptive text input mode for mobile electronic device, electronic device, program and recording medium
US8707210B2 (en) Display control apparatus and method for selecting an interactive object on a display frame by a numeric controller
WO2021109411A1 (en) Text type conversion method and display device
JP5439295B2 (en) Character input method, program, and character input device
JP2008217228A (en) Web page browsing method, web page browsing apparatus, web page browsing program, and recording medium with web page browsing program recorded thereon
JP5739968B2 (en) Multi-character set character code input method, multi-character set character code input system, and apparatus for executing multi-character set character code input program
KR20130092262A (en) Broadcast receiving apparatus and method for providing website accessing route using the same
JP5311368B2 (en) Electronic device, control program, recording medium, and control method
JPH10162002A (en) Internet browsing device
JP4750128B2 (en) Browser with numbering function
JP2006031713A (en) Display method for web document on ce equipment
JP2012014211A (en) Program, display method, and character input device
JP2009169467A (en) Electronic device, control program, recording medium, and control method
WO2009064077A2 (en) Method and apparatus for processing character-input
JP6572249B2 (en) Content conversion apparatus, content conversion method, program, and recording medium
JP5687552B2 (en) Operation support system, display system, electronic device, script, operation support method and program
JP2009015561A (en) Server, key information conversion method, program, and system
JP2006165785A (en) Multiple function processor and information processing method
JP5222264B2 (en) Information processing apparatus, information processing method, and information processing system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120518

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120612

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20120711

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120810

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130305

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130430

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131216

R150 Certificate of patent or registration of utility model

Ref document number: 5439295

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350