moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.75k stars 123 forks source link

Right-clicking the rimeIME tray icon causes explorer to crash #563

Open CHminggao opened 4 days ago

CHminggao commented 4 days ago

https://github.com/rime/home/issues/1726

RubicBG commented 4 days ago

I shoot blindly:

exclude.where = window.module=="InputHost.dll"

or find another way to disable NS on Rime

CHminggao commented 3 days ago

I shoot blindly:

exclude.where = window.module=="InputHost.dll"

or find another way to disable NS on Rime

add shell.nss like this? but still crash

settings
{
  exclude.where = !process.is_explorer and window.module == "InputHost.dll"
}
RubicBG commented 3 days ago