* action: output new syntax
* opt: dictionary bar modification,Ctrl for solo selection, Shift restore
* opt: only the first Ctrl + Click event store the existed dictionaries
* [autofix.ci] apply automated fixes
* opt: ctrl switch between single and all dictionaries
* doc: add shortcut document about solo mode
---------
Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
`dictionaryNativeIcon` was intended to access the original icon before none-square icons were transformed into squares.
`dictionaryNativeIcon` is only used in dictionaryBar, but according to the intention, it shouldn't.
In reality, `dictionaryNativeIcon` is almost always equal to `dictionaryIcon`.