diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-23 13:09:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-23 13:09:12 +0000 |
commit | 5c85a426d9b0523cdc7ef9671ee79db44d1b8f54 (patch) | |
tree | 75abb501b7083fb3311095af33e3e90fedffea50 /Completion/X/_x_modifier | |
parent | c23a3b9709c9e12d1d8e16045fdcb96f33b8fa7e (diff) | |
download | zsh-5c85a426d9b0523cdc7ef9671ee79db44d1b8f54.tar.gz zsh-5c85a426d9b0523cdc7ef9671ee79db44d1b8f54.tar.xz zsh-5c85a426d9b0523cdc7ef9671ee79db44d1b8f54.zip |
Initial revision
Diffstat (limited to 'Completion/X/_x_modifier')
-rw-r--r-- | Completion/X/_x_modifier | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/X/_x_modifier b/Completion/X/_x_modifier new file mode 100644 index 000000000..a9276ab71 --- /dev/null +++ b/Completion/X/_x_modifier @@ -0,0 +1,7 @@ +#autoload + +local expl + +_description expl modifier +compadd "$@" "$expl[@]" -M 'm:{a-z}={A-Z}' - \ + Shift Lock Control Mod1 Mod2 Mod3 Mod4 Mod5 |