| DIR:/proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/_x_modifier |
#autoload
local expl
_wanted modifiers expl modifier \
compadd "$@" -M 'm:{a-z}={A-Z}' - \
Shift Lock Control Mod1 Mod2 Mod3 Mod4 Mod5
|