`ctrl-shift-q` sends ` \e\[81:113\;6u` where it should be ` \e\[113:81\;6u according to https://sw.kovidgoyal.net/kitty/keyboard-protocol/#key-codes Originally reported as https://github.com/fish-shell/fish-shell/issues/10663#issuecomment-2294856800
ctrl-shift-qsends\e\[81:113\;6uwhere it should be ` \e[113:81;6u according to https://sw.kovidgoyal.net/kitty/keyboard-protocol/#key-codesOriginally reported as fish-shell/fish-shell#10663 (comment)