Chakroun-Anas / turbo-console-log

597 stars 141 forks source link

Alt + Shift + D doesn't work on MAC #56

Closed asapsmc closed 5 years ago

asapsmc commented 5 years ago

Only the combination CTRL+Alt+L works on Mac. The other's (to comment, delete, uncomment, don't work)

Chakroun-Anas commented 5 years ago

Hello,

I can't reproduce the issue, so would please give me more hints so that i can help you.

Thanks.

asapsmc commented 5 years ago

What type of information would be helpful?

charleston-code commented 5 years ago

none of the key bindings work on my mac as well. Is there another way to execute the tasks besides keyboard shortcuts? For instance, by right-clicking? Is there a contextual menu?

domiSchenk commented 5 years ago

it may not work because your using backtick? The method detectAll uses following REGEX: https://github.com/Chakroun-Anas/turbo-console-log/blob/d704dda9dbc2b93fdf04c7e5a4b8f16ab599175f/log-message.js#L239

so ` are not catched.

should i open a new issue for this?

Chakroun-Anas commented 5 years ago

Related to #70