Update docs

This commit is contained in:
lupoDharkael
2017-06-06 12:56:24 +02:00
parent 6fb14b91bb
commit b0cc6d355d
2 changed files with 2 additions and 5 deletions

View File

@@ -18,10 +18,9 @@ Check the user manual [here](./docs/user-manual/userManual.md)
**Not working on Wayland**
If you have a system-wide shortcut assigned to the`Print`
key, you should disable it because it may interfere with the global key detection.
If you have a system-wide shortcut assigned to the`Print` key, you should disable it because it may interfere with the global key detection.
In order to solve this problem I'm thinking about creating a cli tool to communicate with Flameshot via IPC socket; you could assign the specific command to trigger the capture in a very convenient way.
As an alternative you can compile the cli-tool in `./tools/flameshot-cli`. The execution of this tool will launch a new capture via DBus (more functionalities will be implemented).
Check the ./docs folder for more information.

View File

@@ -5,8 +5,6 @@ These are just conceptual and they may not be implemented implemented in a short
- Mouse Visibility Button: if you look at the source code you'll find a lot of references about this. In fact it is almost implemente but it is disabled because the most important part (the code that fetches the mouse icon) is plataform specific and it requieres some of my time to end the implementation.
- CLI tool: having a cli tool is very practical and it could be used in many different ways. Having a command line program will enable the posibility of using the system-wide shortcuts to activate the captures.
- Video Recording Support: I don't know if this will happen but it could be interesting to have a unified tool and satisfy every need to capture your desktop. Requires a ton of investigation.
- Wayland support