mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 20:04:55 +00:00
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:
parent
727a7ab018
commit
d569f0353e
1 changed files with 0 additions and 2 deletions
|
|
@ -31,8 +31,6 @@ export {
|
||||||
isCtrlT,
|
isCtrlT,
|
||||||
isCtrlU,
|
isCtrlU,
|
||||||
isCtrlW,
|
isCtrlW,
|
||||||
isKittyCtrl,
|
|
||||||
isKittyKey,
|
|
||||||
isShiftTab,
|
isShiftTab,
|
||||||
Keys,
|
Keys,
|
||||||
} from "./keys.js";
|
} from "./keys.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue