From deedad42680383b77733b481868aa829f1ac6d4a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sat, 21 Mar 2009 15:22:58 +0000 Subject: [PATCH] Add kyb as another possible name for the keyboard channel. --- backends/TLP.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/TLP.hs b/backends/TLP.hs index 74dc410..8e99cb9 100644 --- a/backends/TLP.hs +++ b/backends/TLP.hs @@ -82,6 +82,7 @@ tlpInterface tlpChanNames = [ ("in", TLPIn) , ("kb", TLPIn) + , ("kyb", TLPIn) , ("keyb", TLPIn) , ("keyboard", TLPIn) , ("out", TLPOut)