Howdy,
I cannot confirm this. for me the keystroke works. Maybe not installed properly? on Arch systems you can use AUR to install it: #i.e. uising yaourt: yaourt -S simpleorcapluginsystem --noconfirm #then you need to hook it in to your user (via orca-customiation.py). /usr/share/SOPS/install-for-current-user.sh on other systems its not packet ( i assume). so it needs to be installed manually. # clone it git clone https://github.com/chrys87/simple-orca-plugin-system.git cd simple-orca-plugin-system/ # copy it to /usr/share (the path is hard coded so it needs to be placed there) sudo cp -r SOPS /usr/share/ /usr/share/SOPS/install-for-current-user.sh restart orca... done... by default are just plugins installed: - read clipboard - read current workspace number (needs xprop installed) - the plugin manager in the manager you can install some plugins, take care some of them need some external programs as dependencies.. those are not resolved by the plugin manger. A plugin can be any bash script. orca announces the stdout then. more information here: https://wiki.archlinux.org/index.php/Simple_Orca_Plugin_System cheers chrys Am 22.10.2017 um 11:57 schrieb Vojtěch šmiro: Hello.
|