💻 Software
xbindkeys escape quotes
Fresh5 days ago
Mar 15, 20261035 viewsConfidence Score0%
0%
Problem
How can I escape quotes in .xbindkeysrc commands? Neither of those work. (The commands raises the PulseAudio volume level)
Error Output
"pacmd dump|awk --non-decimal-data '$1~/set-sink-volume/{system ("pacmd "$1" "$2" "$3+2500)}'"
"pacmd dump|awk --non-decimal-data '\$1~/set-sink-vol…Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: xbindkeys escape quotes
Low Risk
There's two separate issues here, and I'll try to address both. The first is how to correctly quote a command in . All you have to do is take a command that works in , then put double quotes around it. For example, for a command with a space in it, …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix