JP2015064697A - 情報処理装置、情報処理方法および情報処理プログラム - Google Patents
情報処理装置、情報処理方法および情報処理プログラム Download PDFInfo
- Publication number
- JP2015064697A JP2015064697A JP2013197541A JP2013197541A JP2015064697A JP 2015064697 A JP2015064697 A JP 2015064697A JP 2013197541 A JP2013197541 A JP 2013197541A JP 2013197541 A JP2013197541 A JP 2013197541A JP 2015064697 A JP2015064697 A JP 2015064697A
- Authority
- JP
- Japan
- Prior art keywords
- flick operation
- characters
- information processing
- flick
- recording buffer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
- G06F3/04883—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Artificial Intelligence (AREA)
- User Interface Of Digital Computer (AREA)
- Position Input By Displaying (AREA)
- Document Processing Apparatus (AREA)
- Input From Keyboards Or The Like (AREA)
Abstract
Description
101 表示操作部
102 オーディオ部
103 通信部
110 記憶部
111 追加バッファ
112 指記録バッファ
120 制御部
121 検出部
122 判定部
123 記憶制御部
124 出力部
Claims (5)
- 入力された文字列が表示されるテキスト領域内でフリック操作を検出する検出部と、
前記検出されたフリック操作の方向を判定する判定部と、
前記フリック操作の方向が所定方向である場合に、前記フリック操作の長さに応じた文字数分の文字を、前記フリック操作の開始位置に対応する前記文字列から選択して指記録バッファに記憶する記憶制御部と、
前記フリック操作の方向が所定方向と逆方向である場合に、前記フリック操作の長さに応じた文字数分の文字を前記指記録バッファから取得して、前記テキスト領域内の前記フリック操作の開始位置に出力する出力部と、
を有することを特徴とする情報処理装置。 - 前記記憶制御部は、前記選択した文字を、前記フリック操作の開始位置に対応する文字から順に前記指記録バッファに記憶し、
前記出力部は、前記フリック操作の長さに応じた文字数分の文字を、前記指記録バッファに最後に記憶された文字から順に出力する、
ことを特徴とする請求項1に記載の情報処理装置。 - 前記記憶制御部は、前記指記録バッファには既に文字が記憶されており、新たに検出されたフリック操作の方向が所定方向である場合に、当該フリック操作の長さに応じた文字数分の文字を、当該フリック操作の開始位置に対応する前記文字列から選択し、前記指記録バッファに既に記憶されている文字に追加して記憶する、
ことを特徴とする請求項1または2に記載の情報処理装置。 - コンピュータが、
入力された文字列が表示されるテキスト領域内で、フリック操作を検出し、
前記検出されたフリック操作の方向を判定し、
前記フリック操作の方向が所定方向である場合に、前記フリック操作の長さに応じた文字数分の文字を、前記フリック操作の開始位置に対応する前記文字列から選択して指記録バッファに記憶し、
前記フリック操作の方向が所定方向と逆方向である場合に、前記フリック操作の長さに応じた文字数分の文字を前記指記録バッファから取得して、前記テキスト領域内の前記フリック操作の開始位置に出力する、
処理を実行することを特徴とする情報処理方法。 - コンピュータに、
入力された文字列が表示されるテキスト領域内で、フリック操作を検出し、
前記検出されたフリック操作の方向を判定し、
前記フリック操作の方向が所定方向である場合に、前記フリック操作の長さに応じた文字数分の文字を、前記フリック操作の開始位置に対応する前記文字列から選択して指記録バッファに記憶し、
前記フリック操作の方向が所定方向と逆方向である場合に、前記フリック操作の長さに応じた文字数分の文字を前記指記録バッファから取得して、前記テキスト領域内の前記フリック操作の開始位置に出力する、
処理を実行させることを特徴とする情報処理プログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013197541A JP2015064697A (ja) | 2013-09-24 | 2013-09-24 | 情報処理装置、情報処理方法および情報処理プログラム |
US14/341,960 US9753617B2 (en) | 2013-09-24 | 2014-07-28 | Information processing apparatus, and information processing method |
EP14180416.1A EP2851777A1 (en) | 2013-09-24 | 2014-08-08 | Information processing apparatus, information processing method, and information processing program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013197541A JP2015064697A (ja) | 2013-09-24 | 2013-09-24 | 情報処理装置、情報処理方法および情報処理プログラム |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2015064697A true JP2015064697A (ja) | 2015-04-09 |
Family
ID=51300598
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013197541A Pending JP2015064697A (ja) | 2013-09-24 | 2013-09-24 | 情報処理装置、情報処理方法および情報処理プログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US9753617B2 (ja) |
EP (1) | EP2851777A1 (ja) |
JP (1) | JP2015064697A (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10037131B2 (en) * | 2015-05-21 | 2018-07-31 | Adobe Systems Incorporated | Facilitating object set replication |
US9959257B2 (en) | 2016-01-08 | 2018-05-01 | Adobe Systems Incorporated | Populating visual designs with web content |
CN106713625A (zh) * | 2016-12-12 | 2017-05-24 | 努比亚技术有限公司 | 复制粘贴过程中快速提取电话号码的方法及装置 |
CN110851047A (zh) * | 2018-08-21 | 2020-02-28 | 西安中兴新软件有限责任公司 | 一种信息处理方法、装置和计算机存储介质 |
CN110856151A (zh) * | 2019-09-29 | 2020-02-28 | 惠州Tcl移动通信有限公司 | 蓝牙配对名称的存储方法和读取方法、存储介质及终端 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090140998A1 (en) * | 2007-12-03 | 2009-06-04 | Samsung Electronics Co., Ltd. | Mobile terminal having touch screen and method for inputting characters through the same |
JP2013186874A (ja) * | 2012-03-12 | 2013-09-19 | Brother Ind Ltd | 入力装置及び入力プログラム |
Family Cites Families (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05274307A (ja) | 1992-03-26 | 1993-10-22 | Toshiba Corp | 文書作成装置及び方法 |
GB2326744A (en) * | 1997-06-17 | 1998-12-30 | Nokia Mobile Phones Ltd | Intelligent copy and paste operations for application handling units |
US9292111B2 (en) * | 1998-01-26 | 2016-03-22 | Apple Inc. | Gesturing with a multipoint sensing device |
US7138983B2 (en) * | 2000-01-31 | 2006-11-21 | Canon Kabushiki Kaisha | Method and apparatus for detecting and interpreting path of designated position |
JP3581340B2 (ja) * | 2001-09-03 | 2004-10-27 | セイコーエプソン株式会社 | テープ印刷装置およびそのデータ入力処理方法 |
US8147248B2 (en) | 2005-03-21 | 2012-04-03 | Microsoft Corporation | Gesture training |
JP4742361B2 (ja) * | 2005-07-15 | 2011-08-10 | 独立行政法人産業技術総合研究所 | 情報入出力システム |
KR100771626B1 (ko) * | 2006-04-25 | 2007-10-31 | 엘지전자 주식회사 | 단말기 및 이를 위한 명령 입력 방법 |
JP5164675B2 (ja) * | 2008-06-04 | 2013-03-21 | キヤノン株式会社 | ユーザインターフェースの制御方法及び情報処理装置及びプログラム |
US8255830B2 (en) * | 2009-03-16 | 2012-08-28 | Apple Inc. | Methods and graphical user interfaces for editing on a multifunction device with a touch screen display |
KR20110047349A (ko) * | 2009-10-30 | 2011-05-09 | 주식회사 팬택 | 휴대용 단말기에서 터치와 가압을 이용하는 사용자 인터페이스 장치 및 방법 |
JP2011128864A (ja) | 2009-12-17 | 2011-06-30 | Kddi Corp | データ処理装置、データ処理方法およびプログラム |
US9411504B2 (en) * | 2010-01-28 | 2016-08-09 | Microsoft Technology Licensing, Llc | Copy and staple gestures |
US20110219323A1 (en) * | 2010-03-03 | 2011-09-08 | Samsung Electronics Co., Ltd. | Mobile device and method for letter input based on cut or copy and paste |
US8854324B2 (en) * | 2011-04-13 | 2014-10-07 | Sony Corporation | Information processing control device |
US9612670B2 (en) * | 2011-09-12 | 2017-04-04 | Microsoft Technology Licensing, Llc | Explicit touch selection and cursor placement |
WO2013123124A1 (en) * | 2012-02-15 | 2013-08-22 | Keyless Systems Ltd. | Improved data entry systems |
KR102042461B1 (ko) * | 2012-10-31 | 2019-11-08 | 엘지전자 주식회사 | 이동 단말기 및 이동 단말기의 제어 방법 |
WO2014140666A1 (en) * | 2013-03-12 | 2014-09-18 | Lg Electronics Inc. | Terminal and method of operating the same |
JP6163839B2 (ja) * | 2013-04-09 | 2017-07-19 | 富士通株式会社 | 電子機器および複写制御プログラム |
US9710147B2 (en) * | 2013-05-29 | 2017-07-18 | Lg Electronics Inc. | Mobile terminal and controlling method thereof |
CN104346092A (zh) * | 2013-08-01 | 2015-02-11 | 腾讯科技(深圳)有限公司 | 一种在移动终端中呈现剪贴板内容的方法及装置 |
KR102217560B1 (ko) * | 2014-03-20 | 2021-02-19 | 엘지전자 주식회사 | 이동 단말기 및 그것의 제어방법 |
-
2013
- 2013-09-24 JP JP2013197541A patent/JP2015064697A/ja active Pending
-
2014
- 2014-07-28 US US14/341,960 patent/US9753617B2/en not_active Expired - Fee Related
- 2014-08-08 EP EP14180416.1A patent/EP2851777A1/en not_active Withdrawn
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090140998A1 (en) * | 2007-12-03 | 2009-06-04 | Samsung Electronics Co., Ltd. | Mobile terminal having touch screen and method for inputting characters through the same |
JP2013186874A (ja) * | 2012-03-12 | 2013-09-19 | Brother Ind Ltd | 入力装置及び入力プログラム |
Also Published As
Publication number | Publication date |
---|---|
US20150089420A1 (en) | 2015-03-26 |
US9753617B2 (en) | 2017-09-05 |
EP2851777A1 (en) | 2015-03-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10146407B2 (en) | Physical object detection and touchscreen interaction | |
US9495091B2 (en) | Method and apparatus for displaying text information in mobile terminal | |
TWI544347B (zh) | 文本編輯方法及系統 | |
KR102107491B1 (ko) | 리스트 스크롤 바 제어 방법 및 모바일 장치 | |
JP5799621B2 (ja) | 情報処理装置、情報処理方法及びプログラム | |
JP2015064697A (ja) | 情報処理装置、情報処理方法および情報処理プログラム | |
JP2009294688A (ja) | 情報処理装置、制御方法およびプログラム | |
JP2012141978A (ja) | タッチスクリーンを含む装置及びその装置のスクロール方法 | |
US20130263013A1 (en) | Touch-Based Method and Apparatus for Sending Information | |
JP5077210B2 (ja) | 携帯型情報処理装置 | |
JP2009099067A (ja) | 携帯型電子機器、および携帯型電子機器の操作制御方法 | |
US20140068499A1 (en) | Method for setting an edit region and an electronic device thereof | |
JP5777645B2 (ja) | 携帯端末機の文字入力方法及びこれをサポートする携帯端末機 | |
KR20160079443A (ko) | 디지털 디바이스 및 그 제어 방법 | |
JP6448639B2 (ja) | テキスト選択方法、装置および端末 | |
KR101978239B1 (ko) | 컨텐츠를 편집하는 방법 및 그 전자 장치 | |
US20160092421A1 (en) | Text Editing Method and Apparatus, and Server | |
JP6163839B2 (ja) | 電子機器および複写制御プログラム | |
JP5980173B2 (ja) | 情報処理装置および情報処理方法 | |
JPWO2014141548A1 (ja) | 表示制御 | |
US11481102B2 (en) | Navigating long distances on navigable surfaces | |
JP2017016594A (ja) | 情報処理装置、情報表示プログラムおよび情報表示方法 | |
JP6160115B2 (ja) | 情報処理装置、プレゼンテーション資料最適化方法及びプログラム | |
WO2012114764A1 (ja) | タッチパネル装置 | |
JP2019101739A (ja) | 情報処理装置、情報処理システムおよびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160606 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170207 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170214 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170410 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20170808 |