Remove isKittyCtrl and isKittyKey from public exports

These generic helpers aren't used externally and would require
exporting MODIFIERS constants to be ergonomic. The specific
isCtrl* helpers cover all practical use cases.
This commit is contained in:
Ahmed Kamal 2025-12-18 19:51:04 +02:00
parent 727a7ab018
commit d569f0353e

View file

@ -31,8 +31,6 @@ export {
isCtrlT,
isCtrlU,
isCtrlW,
isKittyCtrl,
isKittyKey,
isShiftTab,
Keys,
} from "./keys.js";