Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update / hotkey to support all keyboard layouts (#10212)

authored by

DS Boyce and committed by
GitHub
3ff40e96 cfeac097

+1
+1
src/lib/hotkeys/index.tsx
··· 71 71 scopes: ['global'], 72 72 preventDefault: true, 73 73 description: l`Focus the search field`, 74 + useKey: true, // Support international and alternate keyboard layouts 74 75 }) 75 76 }