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

Custom keybindings don't work #297

Open
anoda9 opened this issue Mar 28, 2024 · 0 comments
Open

Custom keybindings don't work #297

anoda9 opened this issue Mar 28, 2024 · 0 comments
Labels

Comments

@anoda9
Copy link

anoda9 commented Mar 28, 2024

To Reproduce
usersettings.json:
{
"excludedUrls": "",
"linkHintCharacters": "asdfjklqwerzxc",
"detectByCursorStyle": false,
"scrollSize": 150,
"openTabUrl": "https://google.com/",
"modifier": "",
"smoothScroll": true,
"scrollDuration": 25,
"transparentBindings": true,
"bindings": {
"hintToggle": "c",
"newTabHintToggle": "shift+f",
"scrollUp": "k",
"scrollDown": "j",
"scrollLeft": "h",
"scrollRight": "l",
"scrollUpHalfPage": "u",
"scrollDownHalfPage": "v",
"goToPageTop": "g g",
"goToPageBottom": "shift+g",
"goToFirstInput": "g i",
"goBack": "",
"goForward": "|",
"reload": "r",
"tabForward": "e",
"tabBack": "w",

  "closeTab": "d",

  "openTab": "t"

press d in an open tab
tabs scrolls down instead of closing

Expected behavior
press d in an open tab
tabs closes

Desktop (please complete the following information):

  • MacOS 14.4
  • Safari version: 17.4
  • Vimari version: 2.1.1
@anoda9 anoda9 added the bug label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant