Fixed CAPSLOCK handling and tidied up some more things in keyboard.js
This commit is contained in:
parent
66a6f17b16
commit
41bf3e700c
8 changed files with 428 additions and 376 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This script was created for the Grunt "delete_indexes" task in /Gruntfile.js; it lives here
|
||||
# This script was created for the Grunt "delete-indexes" task in /Gruntfile.js; it lives here
|
||||
# because htmlout is the module responsible for "littering" the project with "index.html" files,
|
||||
# therefore it bears responsibility for cleaning them up. This is its "poor man's" solution.
|
||||
#
|
||||
find . -name "index.html" -exec grep -H -l -e "<title>pcjs.org" {} \; | sed -E "s/(.*)/rm -v \"\1\"/" | bash
|
||||
find . -name "index.html" -exec grep -H -l -e "<title>pcjs.org" {} \; | sed -E "s/(.*)/rm -v \"\1\"/" | bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue