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

Trying to assign backspace key to go back a page #42

Closed
Bashymerlin opened this issue Jan 15, 2020 · 1 comment
Closed

Trying to assign backspace key to go back a page #42

Bashymerlin opened this issue Jan 15, 2020 · 1 comment

Comments

@Bashymerlin
Copy link

HI, i cannot for the life of me figure out the correct abbreviation to add to assign the backspace key as the back 1 page button, its the only reason for needing this extension so i am hoping it i possible please?

I have tried

(bind "bksp" 'history-back)
(bind "BS" 'history-back)
(bind "backspace" 'history-back)
(bind "bkspc" 'history-back)

Any advice would be much appreciated

Regards

Martin

@sylecn
Copy link
Owner

sylecn commented Feb 4, 2020

The syntax you are looking for is

(bind "<backspace>" 'history-back)

Here is document from nextpage help page in case you missed it:

If you have emacs installed, to known a key's key name (the string representation), start emacs and type C-h c, then type your key. The key name will be shown in minibuffer.

@sylecn sylecn closed this as completed Feb 4, 2020
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

2 participants