---
 lib/sup/keymap.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/sup/keymap.rb b/lib/sup/keymap.rb
index 080e11d..76c7139 100644
--- a/lib/sup/keymap.rb
+++ b/lib/sup/keymap.rb
@@ -46,7 +46,7 @@ class Keymap
     when :tab: "tab"
     when " ": "<space>"
     else
-      Curses::keyname(keysym_to_keycode k)
+      Curses::keyname(keysym_to_keycode(k))
     end
   end
 
-- 
1.5.4.4
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to