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

Bookmark keybindings #16

Closed
anhluong156 opened this issue Nov 23, 2017 · 5 comments
Closed

Bookmark keybindings #16

anhluong156 opened this issue Nov 23, 2017 · 5 comments

Comments

@anhluong156
Copy link

S-s k: Delete Bookmark
S-s o: Open Bookmark
S-s s: Bookmark Current Page

Hi,

According to your user manual, the special key is the command key on macs, but when I try using the command key for the above commands, I cannot use the bookmark function at all. I have tried the other keys as well. Can you please let me know how to use this function as I really need it.

@jmercouris
Copy link
Member

Hi thank you for your feedback! I’m sorry I did not update the documentation, the latest keybindings can be seen here: https://github.com/nEXT-Browser/nEXT/blob/master/next/source/base.lisp

Please feel free to submit a PR with any documentation suggestions/updates/ or improvements! When I’m back at my desktop I can write out the exact bindings,

Thanks!

@jmercouris
Copy link
Member

S-b s: Save Bookmark

S-b o: Bookmark Open

S-b k: Bookmark Delete

Hi, I just looked at the source code and it seems the keys were in fact up to date. To clarify how the bookmark system works.

  1. You are visiting a page you'd like to bookmark. You press Command + s, then let go of the keys, then you press "s". Your bookmark is now saved.

  2. You wish to visit a bookmark, you type in Command + s, then let go of the keys, then you press "o". The system will prompt you for a bookmark to open.

  3. To kill a bookmark you type in Command + s, then let go of the keys, then you press "k". The system will prompt you for a bookmark to kill.

@anhluong156
Copy link
Author

Hi, yes I have tried pressing Command + s, releasing the keys, then pressing "s", but it doesn't work. Because when I pressed Command + s, released the keys, and pressed o, no prompt showed for me to select a bookmark to open. The other commands work, but not the bookmark ones. I use a mac.

@anhluong156
Copy link
Author

Hi, I just read your code and it turns out that the commands should be S-b s, S-b o, S-b k. In your user manual, I think you wrote them as S-s s, S-s o, S-s k. Also in your comment above, you also said pressing Command + s several times. Just thought you would want to update that. Thanks for your help.

@jmercouris
Copy link
Member

Ah yes, sorry, I confused the prefix command key, I will update the manual! My apologies, I have trouble sometimes with reading, especially spotting differences between word.

Thank you for your assistance!

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

No branches or pull requests

2 participants