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:
@@ -31,8 +31,6 @@ export {
|
|||||||
isCtrlT,
|
isCtrlT,
|
||||||
isCtrlU,
|
isCtrlU,
|
||||||
isCtrlW,
|
isCtrlW,
|
||||||
isKittyCtrl,
|
|
||||||
isKittyKey,
|
|
||||||
isShiftTab,
|
isShiftTab,
|
||||||
Keys,
|
Keys,
|
||||||
} from "./keys.js";
|
} from "./keys.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user