Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut should be configurable #14

Open
bodinsamuel opened this issue Feb 15, 2018 · 3 comments
Open

Shortcut should be configurable #14

bodinsamuel opened this issue Feb 15, 2018 · 3 comments

Comments

@bodinsamuel
Copy link

Hi,

on Mac (Alt+Shift+L) is already used (natively) to print a pipe "|"
You can imagine how your shortcut is making coding a bit harder with this behaviour :D

I searched a way to change the shortcut but It seems there is now way to do that.
Can you help me? :)

Thanks

@revolunet
Copy link

Yes major issue on OSX, did you find a solution ?

@bodinsamuel
Copy link
Author

Nope, unfortunately :/

@PhilippePerret
Copy link

PhilippePerret commented Nov 15, 2023

Just add in Sublime Text > Settings… > Key Bindings

  { "keys": ["alt+shift+l"], "command": "insert", "args": {"characters":"|"} },
  { "keys": ["super+alt+shift+l"], "command": "lorem_ipsum"}
  # Or whatever shortcut you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants