```ts useKeyPress( // meta works but shift not 'shift', () => { console.log('shift'); }, { events: ['keyup'], exactMatch: true, }, ); ``` Version: ```node "ahooks": "^3.8.4" ```