This should be here too.
[doldaconnect.git] / clients / gtk2 / findaccels
diff --git a/clients/gtk2/findaccels b/clients/gtk2/findaccels
new file mode 100755 (executable)
index 0000000..cb9ce59
--- /dev/null
@@ -0,0 +1 @@
+sed -n 's/^.*\".*_\(.\).*\".*$/\1/p' | tr A-Z a-z | sort | uniq -c | sort -k 1n