Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mozc.el should use 'last-command-event' instead of 'last-input-event' #48

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I found that mozc.el uses 'last-input-event' in 'mozc-handle-event' to obtain 
key event. In a tty frame, however, this variable keeps useless value when 
typing f1 - f12 keys, while 'last-command-event' keeps proper symbol such as 
'f1', 'f2', etc.

Basically, commands like 'self-insert-command' should use 'last-command-event' 
rather than 'last-input-event'.

So I wrote patch to use 'last-command-event', and confirmed the function keys 
work correctly for me. Please check it.

Original issue reported on code.google.com by irieshin...@gmail.com on 9 Oct 2010 at 2:18

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by yusu...@google.com on 9 Oct 2010 at 2:27

@GoogleCodeExporter
Copy link
Author

The patch seems to also fix another issue 53. Sorry, I should have made it 
separate patches...

Original comment by irieshin...@gmail.com on 11 Oct 2010 at 5:06

@GoogleCodeExporter
Copy link
Author

Original comment by yukishi...@google.com on 27 Dec 2010 at 7:46

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant