guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
334 stars 22 forks source link

[Feature Request] Different text output for different condition options #3

Closed endo64 closed 5 years ago

endo64 commented 5 years ago

I mostly use Clavier+ for writing out my email address, name and even passwords (I know it is not a good idea) into textboxes etc. But I do have a bunch of web sites & dev projects with different text inputs, hence a bunch of shortcuts.

It would be nice to have different outputs with different conditions for same shortcut key:

CTRL-SHIFT-P -> "my-dev-pwd"
CTRL-SHIFT-P -> "my-test-pwd" (scroll lock on)
CTRL-SHIFT-P -> "my-stage-pwd" (caps lock on)
guilryder commented 5 years ago

Already supported, if I understand the request correctly.

endo64 commented 5 years ago

Nope, it is not supported. You can add only one shortcut key, conditions doesn't make them distinct and gives error when you want to save the config.

Here I have CTRL-, for one text and tried to add another one with capslock condition and got below error:

image

guilryder commented 5 years ago

Please read the red warning just above the documentation section I linked to earlier.

endo64 commented 5 years ago

@guilryder Ah I missed that part, thanks!