fix eg keyboard shortcuts

This commit is contained in:
2019-10-30 14:40:33 +01:00
parent adfbae5609
commit 17c2b5c655

5
is_control Normal file
View File

@@ -0,0 +1,5 @@
if [[ "$1" =~ ^(saresb-cons-03|saresb-cons-03|saresb-cons-03)$ ]]; then
echo "$1 is controls"
else
echo "$1 is controls"
fi