randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.38k stars 84 forks source link

no more "pipe" character in terminus on mac os #304

Open hfreville opened 2 years ago

hfreville commented 2 years ago

Hello, I'm not able to type any more "pipe" | character (shift+alt+l on mac os keyboard) in terminus shell, :-( Don't know if it's related to my recent upgrade to ST4... pipe character is still here in other ST view, when i edit a text file I tried debugging input in ST console, but nothing, no error or other command assigned Quite strange bug

Finally, i found an idea/workaround in #157 adding a new keybiding

 {  "keys": ["shift+alt+l"], 
    "command": "terminus_keypress", 
    "args": {"key": "|"}, 
    "context": [{"key": "terminus_view"}] 
 },

Now, pipe is back :-) hope their is no other missing characters

Thanks,

chrisgrieser commented 2 years ago

I also encountered the issue and had to copy the binding from the linked issue to make the pipe character work again.

This should really be added to Terminus by default or somewhere easily found in the readme

randy3k commented 2 years ago

Terminus was developed with a QWERTY keyboard. I don't have many experiences with special layout keyboards. Any help will be apperciated.

chrisgrieser commented 2 years ago

thanks for the wonderful plugin!

So unfortunately, I do not know enough about terminals to be of much help here I guess. However, I think adding this piece of info to the FAQ or info for mac users would already be useful?