Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Text Editors
>
Text Processing
>
Anthy
>
Ticket List/Search
>
Ticket #98
Anthy
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (2)
Open Discussion (14)
Mailing Lists
list of ML
anthy-dev
anthy-event
News
Ticket #98
Ticket List
Submit New Ticket
RSS
im-anthyで"?"などのShiftキーを押して入力する文字を使う
Open Date:
2002-04-10 03:48
Last Update:
2002-04-29 09:38
monitor
ON
OFF
Reporter:
norihiro
Owner:
(None)
Type:
Patches
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1
Details
Reply
im-anthy 0.4aで,"?"や”("などShiftキーを
押しながらタイプする文字が入力できない.
im-anthy.c内の関数proc_anthy_keypress()で
ユーザがシフトキーを押している際に評価されるswitch文に
おいて,GDK_rightarrowおよびGDK_leftarrow以外の
キー入力を捨ててしまうことが原因と考えられる.
添付するパッチはswitch文に上記のキー入力以外を
anthy_input_key関数を用いてコンテキストに追加する
条件を加えたコードであり,手元の環境(gtk+-2.0.1,GCC
3.0.4)では
"?"や"("などの入力が可能になっています.
*sourceforgeを使うのは初めてなんですが,
ここにパッチを投稿すればいいのでしょうか?
Ticket History (3/7 Histories)
Show older Histories
2002-04-10 03:48
Updated by:
norihiro
File
12: im-anthy.diff
is attached
2002-04-10 03:50
Updated by:
norihiro
Summary Updated
2002-04-10 03:51
Updated by:
norihiro
Summary Updated
2002-04-10 03:51
Updated by:
norihiro
Summary Updated
2002-04-11 20:02
Updated by:
yusuke
Summary Updated
Comment
Reply
Logged In: YES
user_id=110
patchありがとうございます
修正したim-anthy-0.4bに更新しました
2002-04-14 18:29
Updated by:
yusuke
Summary Updated
Resolution
Update from
None
to
Fixed
2002-04-29 09:38
Updated by:
yusuke
Ticket Close date
is changed to
2002-04-29 09:38
Summary Updated
Status
Update from
Open
to
Closed
Attachment File List (
1
)
Attachment File List
im-anthy.diff
(312bytes)
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
押しながらタイプする文字が入力できない.
im-anthy.c内の関数proc_anthy_keypress()で
ユーザがシフトキーを押している際に評価されるswitch文に
おいて,GDK_rightarrowおよびGDK_leftarrow以外の
キー入力を捨ててしまうことが原因と考えられる.
添付するパッチはswitch文に上記のキー入力以外を
anthy_input_key関数を用いてコンテキストに追加する
条件を加えたコードであり,手元の環境(gtk+-2.0.1,GCC
3.0.4)では
"?"や"("などの入力が可能になっています.
*sourceforgeを使うのは初めてなんですが,
ここにパッチを投稿すればいいのでしょうか?