mirror of
https://github.com/0intro/wmii
synced 2025-02-23 09:44:42 +03:00
applied zimbas patch
This commit is contained in:
parent
a4799e2148
commit
8e868a64e4
6
extra/pkeys
Normal file → Executable file
6
extra/pkeys
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
#!/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}
|
||||
for (mode in `{wmiir read $mdir})
|
||||
for (key in `{wmiir read $mdir$mode})
|
||||
echo $mode$key '->' `{wmiir read $mdir$mode$key}
|
||||
|
Loading…
x
Reference in New Issue
Block a user