Thank you so much for your participation! Here’s another new version with filters for Global, Lighttable, and Darkroom.
Regarding the number pad, I can create a separate version for you later. If you’d like to customize it yourself, here’s the block. Simply extend the arrows with new lines.
shortcut_editor-v6.zip (8,2 KB)
azerty: {
fkeys: [
[
[“Escape”],
“SPACER”,
[“F1”, “F1”, “key-fkey”],
[“F2”, “F2”, “key-fkey”],
[“F3”, “F3”, “key-fkey”],
[“F4”, “F4”, “key-fkey”],
“SPACER”,
[“F5”, “F5”, “key-fkey”],
[“F6”, “F6”, “key-fkey”],
[“F7”, “F7”, “key-fkey”],
[“F8”, “F8”, “key-fkey”],
“SPACER”,
[“F9”, “F9”, “key-fkey”],
[“F10”, “F10”, “key-fkey”],
[“F11”, “F11”, “key-fkey”],
[“F12”, “F12”, “key-fkey”],
“SPACER”,
],
],
main: [
[
[“²”, “asciicircum”],
[“1”],
[“2”],
[“3”],
[“4”],
[“5”],
[“6”],
[“7”],
[“8”],
[“9”],
[“0”],
[“°”, “degree”],
[“+”, “plus”],
[“BackSpace”, “BackSpace”, “key-backspace”],
],
[
[“Tab”, “Tab”, “key-tab”, “modifier”],
[“a”],
[“z”],
[“e”],
[“r”],
[“t”],
[“y”],
[“u”],
[“i”],
[“o”],
[“p”],
[“^”, “asciicircum”],
[“$”, “dollar”],
[“Return”, “Return”, “key-return”],
],
[
[“Caps”, “Caps_Lock”, “key-caps”, “modifier”],
[“q”],
[“s”],
[“d”],
[“f”],
[“g”],
[“h”],
[“j”],
[“k”],
[“l”],
[“m”],
[“ù”, “grave”],
[“*”, “asterisk”],
],
[
[“Shift”, “shift”, “key-shift-l”, “modifier”],
[“<”, “less”],
[“w”],
[“x”],
[“c”],
[“v”],
[“b”],
[“n”],
[“,”, “comma”],
[“.”, “period”],
[“;”, “semicolon”],
[“Shift”, “shift”, “key-shift-r”, “modifier”],
],
[
[“Ctrl”, “control”, “key-ctrl”, “modifier”],
[“Win”, “super”, “”, “modifier”],
[“Alt”, “alt”, “”, “modifier”],
[" ", “space”, “key-space”],
[“AltGr”, “alt”, “”, “modifier”],
[“Ctrl”, “control”, “key-ctrl”, “modifier”],
],
],
special: [
[
[“Print”, “Print”, “key-special”],
[“Scroll”, “Scroll”, “key-special”],
[“Pause”, “Pause”, “key-special”],
[“None”, “None”, “key-special”],
],
[
[“Insert”, “Insert”, “key-special”],
[“Home”, “Home”, “key-special”],
[“PageUp”, “Page_Up”, “key-special”],
],
[
[“Delete”, “Delete”, “key-special”],
[“End”, “End”, “key-special”],
[“PageDown”, “Page_Down”, “key-special”],
],
],
arrows: [
[
[“Left”, “Left”, “key-special”],
[“Up”, “Up”, “key-special”],
[“Down”, “Down”, “key-special”],
[“Right”, “Right”, “key-special”],
],
],
},