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

How do I know what name use some keys? #1958

Open
shackra opened this issue Nov 20, 2022 · 3 comments
Open

How do I know what name use some keys? #1958

shackra opened this issue Nov 20, 2022 · 3 comments

Comments

@shackra
Copy link

shackra commented Nov 20, 2022

Hi!

Simple question: How do I know which name is the key F12 or Pause? I want to change which keybind activates the lock, I'm getting these errors instead:

zellij

  × Failed to parse Zellij configuration
   ╭─[/home/jorge/.config/zellij/config.kdl:7:1]
 7 │     locked {
 8 │         bind "Ctrl F12" { SwitchToMode "Normal"; }
   ·         ─────────────────────┬────────────────────
   ·                              ╰── Invalid key: 'Ctrl F12'
 9 │     }
   ╰────
  help: For more information, please see our configuration guide: https://zellij.dev/documentation/
        configuration.html
@naosense
Copy link
Contributor

The key name is fine and the problem seems to be that you can't bind ctrl+f12 as a valid combination yet, see #1962 .

@musjj
Copy link

musjj commented Dec 23, 2023

How about semicolons? I wanted to map Ctrl Semicolon, but I couldn't make it work. It'd be really nice if there's documentation for this.

@shackra
Copy link
Author

shackra commented Dec 23, 2023 via email

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

3 participants