wmii/extra/pkeys
2005-11-18 17:54:58 +02:00

7 lines
161 B
Bash

#!/usr/local/9/bin/rc
mdir=/keys/mode/
for (mode in `{wmir read $mdir})
for (key in `{wmir read $mdir$mode})
echo $mode$key '->' `{wmir read $mdir$mode$key}