Mumble: Difference between revisions

Jump to navigation Jump to search
15 bytes removed ,  28 April 2020
m
→‎Binding Push-To-Talk to joystick button on linux: Added notes I found notable to mention while successfully doing the routine by T&E.
No edit summary
m (→‎Binding Push-To-Talk to joystick button on linux: Added notes I found notable to mention while successfully doing the routine by T&E.)
Line 33: Line 33:
</syntaxhighlight>
</syntaxhighlight>


'''Note: This is correct add the section as stated above; ignore the fact, that there is already a section [shortcuts].'''
''Note: This is correct: add the section as stated above; ignore the fact, that there is already a section [shortcuts].''


Make sure you have permission to access the input devices (typically called <code>/dev/input/event*</code>). You might need to add yourself to the appropriate group (for example <code>input</code>) or configure your device manager to grant access. Consult your OS documentation for details. {{Tip|<code>input-events</code> is a useful tool for troubleshooting.}}
Make sure you have permission to access the input devices (typically called <code>/dev/input/event*</code>). You might need to add yourself to the appropriate group (for example <code>input</code>) or configure your device manager to grant access. Consult your OS documentation for details. {{Tip|<code>input-events</code> is a useful tool for troubleshooting.}}


'''Note: <pre># usermod YOUR_LOGIN_HERE -aG input</pre> should do the trick, where YOUR_LOGIN_HERE should be obviously replaced with obvious. Debianers might want to use # /sbin/usermod.'''
''Note: # usermod YOUR_LOGIN_HERE -aG input should do the trick, where YOUR_LOGIN_HERE should be obviously replaced with obvious. Debianers might want to use # /sbin/usermod.''
'''Note: input-events is part of the input-utils package.'''
 
''Note: input-events is part of the input-utils package.''


Proceed to launch mumble. If you are using a terminal, watch the output messages. You should see your input device listed, such as:
Proceed to launch mumble. If you are using a terminal, watch the output messages. You should see your input device listed, such as:
114

edits

Navigation menu