summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
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]