Hi

My setup:
Dual boot kali linux 1.0.9a and OS 10 (OS X) on a Mac Book Pro (late 2011)

My problem:
When using the terminal, and only when using the terminal, some of the character keys do not work.
As far as I can see, this only affects two keys: I cannot type "f" or "b". I can however type "F" and "B".

When using xev, i get the following output
Code:
KeyPress event, serial 38, synthetic NO, window 0x3200001,
    root 0x15c, subw 0x0, time 19778899, (1565,-317), root:(1566,611),
    state 0x0, keycode 56 (keysym 0x62, b), same_screen YES,
    XLookupString gives 1 bytes: (62) "b"
    XmbLookupString gives 1 bytes: (62) "b"
    XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x3200001,
    root 0x15c, subw 0x0, time 19779011, (1565,-317), root:(1566,611),
    state 0x0, keycode 56 (keysym 0x62, b), same_screen YES,
    XLookupString gives 1 bytes: (62) "b"
    XFilterEvent returns: False
I could not find this issue in the forum, any suggestions?