Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2020-10-08 10:09:26 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-10-08 10:09:26 +0300
commit50e190281139fa2564f3c0f21c58fb65b2b70ba2 (patch)
tree9f5c5cb753ae27de7bde2a2b81c93166e0ea9770 /README.md
parent82cfcb84a59b9b66dba0dbdf6d877fb8e2451813 (diff)
MAINT(docs): move and improve global shortcuts instructions and explanation
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index a07b08344..e2f2cd67d 100644
--- a/README.md
+++ b/README.md
@@ -106,21 +106,3 @@ To load a game with the overlay enabled, start the game like this:
If you have Mumble installed through the binary packages, this can be done by
simply typing:
mumble-overlay gamename
-
-### Global Keyboard Events
-
-On Linux, Mumble supports reading the kernel input devices. To use this,
-make sure mumble can open `/dev/input/event*` for reading. To test it out,
-that should only require:
-
-```
- sudo chmod a+r /dev/input/event*
-```
-
-However, be aware that this will most likely only last until the next reboot
-(at which point devfs is recreated) and you also allow any program run by any
-user to monitor the physical keyboard.
-
-Without this, Mumble will continuously poll the mouse and keyboard state for
-changes, which will use a tiny bit of processing power.
-