diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-04 21:11:11 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-04 21:11:14 +0000 |
| commit | ee7dea9face4a782b54c033eb7d5bf22047a1680 (patch) | |
| tree | 7b15b735ce2286b900b175f2b272717b37aa8a74 /virtual-programs | |
| parent | Handle repeating keys (diff) | |
| download | folk-ee7dea9face4a782b54c033eb7d5bf22047a1680.tar.gz folk-ee7dea9face4a782b54c033eb7d5bf22047a1680.zip | |
Remove readCount debugging
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/keyboard.folk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/virtual-programs/keyboard.folk b/virtual-programs/keyboard.folk index 955624f6..8c2c85b3 100644 --- a/virtual-programs/keyboard.folk +++ b/virtual-programs/keyboard.folk @@ -90,10 +90,7 @@ foreach keyboard $keyboardDevices { } set keyboardSpecifier $eventPath variable eventPathChannel [open $eventPath r] - puts "starting keyboard process for $keyboard" - set readCount 0 while 1 { - set readCount [incr $readCount] binary scan [read $eventPathChannel $evtBytes] $evtFormat tvSec tvUsec type code value if {$type > 0x04} { set eventPathChannel [open $eventPath r] |
