zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Accept bindings to key functions bigger than F12

Open GCBallesteros opened this issue 1 year ago • 3 comments

As it currently stands any attempt to bind a function key with number bigger than 12 results in the following error message:

  × Failed to parse Zellij configuration
   ╭─[/home/guillem/.config/zellij/config.kdl:4:1]
 5 │         bind "F13" {GoToNextTab;}
   ·         ────────────┬────────────
   ·                     ╰── Invalid key: 'F13'
 6 │     }
   ╰────

I have a programmable keyboard that can go up to F24. I usually use these for triggering program specific functionality. Would it be feasible to allow function keys beyond F12?

GCBallesteros avatar Jun 11 '24 14:06 GCBallesteros