-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: Added shortcuts #12
base: master
Are you sure you want to change the base?
Conversation
fixes #11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you tell a bit about this PR? Why two different types of shortcuts? What do they do exactly? Why those key combinations?
}); | ||
|
||
chrome.commands.onCommand.addListener(function(command) { | ||
console.log('Command:', command); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still WIP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, github != gitlab sorry
"default": "Ctrl+Shift+X", | ||
"mac": "Command+Shift+X" | ||
}, | ||
"description": "Adding mental notes bookmark", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Adding MentalNote bookmark"
I have not found a good shortcut yet. (Google Translate) bg |
@dragonito would you mind rebasing this or can we scrap it? |
No description provided.