chadliu23 / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Add Session command for ConvertPrevPage and ConvertNextPage #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
action of ConvertPrevPage and ConvertNextPage are commonly used not only from 
the keyboard side, but also from the GUI side (Say there is a button for go to 
prev page, and go to next page), currently it's not possible to implements such 
function for mozc.

What version of the product are you using? On what operating system?

Linux, mozc-1.10.1390.102

Original issue reported on code.google.com by wen...@gmail.com on 11 Apr 2013 at 6:54

GoogleCodeExporter commented 9 years ago
Starting with r171. following session commands are available.
- SessionCommand::CommandType::CONVERT_PREV_PAGE
- SessionCommand::CommandType::CONVERT_NEXT_PAGE
Could you try them and please let me know if these commands do not work well 
for your demand.

Thanks,

Original comment by yukawa@google.com on 28 Aug 2013 at 6:14

GoogleCodeExporter commented 9 years ago
Thanks, it works great.

Original comment by wen...@gmail.com on 28 Aug 2013 at 5:09