From 15a4983cec67535fbf9067863651e45953bd16ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darth=20=C5=A0=C4=8C!?= Date: Wed, 30 Jul 2025 22:28:56 +0200 Subject: [PATCH] added option to bind F13-F16 Added an option in the UI for binding keys F13, F14, F15, F16 to the keyboard. --- layouts/picker.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/layouts/picker.json b/layouts/picker.json index ab0bec44..8d1ea851 100644 --- a/layouts/picker.json +++ b/layouts/picker.json @@ -315,6 +315,22 @@ { "keysym": "F12", "label": "F12" + }, + { + "keysym": "F13", + "label": "F13" + }, + { + "keysym": "F14", + "label": "F14" + }, + { + "keysym": "F15", + "label": "F15" + }, + { + "keysym": "F16", + "label": "F16" } ] },