Sublime Forum

A Wierd Problem

#1

I have been using Sublime Text 2 for a while.

It worked perfectly until yesterday.
I can not input “(” (that is shift+8) in SublimeREPL:Haskell.
Every other keys including “8” are OK.

I checked key-bindings and as I have never altered anything in it and it seems all right.

Would someone please kindly tell me how to solve this problem?

0 Likes

#2

open console -> sublime.log_commands(True) -> see what’s hijacking this keybinding

0 Likes

#3

Great ! It is solved !
Thank you !!

I used the above method and figured out there is a wrong key binding entry in SublimeHaskell package.

I didn’t realized it is related to REPL. Still have no idea how I accidentally add a key binding to it …

0 Likes