mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-24 11:20:50 -07:00
added ps2 keyboard captures
This commit is contained in:
BIN
captures/athlon_pc_bootup_kb.sal
Normal file
BIN
captures/athlon_pc_bootup_kb.sal
Normal file
Binary file not shown.
BIN
captures/athlon_pc_keys.sal
Normal file
BIN
captures/athlon_pc_keys.sal
Normal file
Binary file not shown.
19
captures/athlon_pc_keys.txt
Normal file
19
captures/athlon_pc_keys.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
esc
|
||||
F2
|
||||
F5
|
||||
1
|
||||
2
|
||||
a
|
||||
b
|
||||
|
||||
insert
|
||||
delete
|
||||
screenshot
|
||||
scrollock
|
||||
pause
|
||||
numpad
|
||||
|
||||
numpad 0
|
||||
numpad 5
|
||||
numpad .
|
||||
|
||||
15
push.sh
Normal file
15
push.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
echo 'error: please enter a commit comment'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
find . -type f -name "*.b#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.s#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.l#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.csv#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.DS_Store*" -exec rm -f {} \;
|
||||
find . -name "__pycache__" -exec rm -rf {} \;
|
||||
|
||||
git add --all
|
||||
git commit -m "$@"
|
||||
git push origin master
|
||||
Reference in New Issue
Block a user