a tool for shared writing and social publishing
0
fork

Configure Feed

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

use 0 instead of p in the regular text keyboard shorcut

celine d61b2719 ffb4d27e

+2 -2
+1 -1
app/[leaflet_id]/actions/HelpButton.tsx
··· 72 72 /> 73 73 <KeyboardShortcut 74 74 name="Regular Text" 75 - keys={[metaKey(), isMac() ? "Opt" : "Alt", "P"]} 75 + keys={[metaKey(), isMac() ? "Opt" : "Alt", "0"]} 76 76 /> 77 77 <KeyboardShortcut 78 78 name="Large Text"
+1 -1
components/SelectionManager/index.tsx
··· 150 150 { 151 151 metaKey: true, 152 152 altKey: true, 153 - key: ["p", "π"], 153 + key: ["0", "º"], 154 154 handler: async () => { 155 155 let [sortedBlocks] = await getSortedSelectionBound(); 156 156 for (let block of sortedBlocks) {