summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorAndrés Cuervo <andrescuervor@gmail.com>2023-12-04 21:11:11 +0000
committerAndrés Cuervo <andrescuervor@gmail.com>2023-12-04 21:11:14 +0000
commitee7dea9face4a782b54c033eb7d5bf22047a1680 (patch)
tree7b15b735ce2286b900b175f2b272717b37aa8a74 /virtual-programs
parentHandle repeating keys (diff)
downloadfolk-ee7dea9face4a782b54c033eb7d5bf22047a1680.tar.gz
folk-ee7dea9face4a782b54c033eb7d5bf22047a1680.zip
Remove readCount debugging
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/keyboard.folk3
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]