hchunhui / librime-lua

Extending RIME with Lua scripts
BSD 3-Clause "New" or "Revised" License
357 stars 43 forks source link

supplement Switcher method: process_key #370

Closed Magician62011 closed 4 weeks ago

Magician62011 commented 1 month ago

补充了一个Switcher的method,借助此method,就可以通过编写lua processor,在小狼毫里实现horizontal横竖界面的快速切换了。请大佬帮忙Merge一下,感谢~ 顺道感谢一下大佬开发的lua插件~😊️

Magician62011 commented 1 month ago

实现动态横竖切换

https://github.com/user-attachments/assets/71d67470-c7a1-41ef-adf7-52d62c62cf09

若使用engine:process_key发送hotkey打开开关界面则会造成不再进入processor导致后续无法处理 故需使用swithcer的process_key方法 实现lua脚本:horizontal_switch.lua