Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultMap = SymbolMap{ ScArrowUp: "↑", ScArrowRight: "→", ScArrowDown: "↓", ScArrowLeft: "←", ScSpace: "␣", ScShift: "⇧", ScEnter: "↵", ScTrashCan: "🗑", ScClock: "⏱️", ScPen: "🖋️", ScSentMail: "📨", }
View Source
var NerdFontMap = SymbolMap{ ScArrowUp: " ", ScArrowRight: " ", ScArrowDown: " ", ScArrowLeft: " ", ScSpace: " ", ScShift: " ", ScEnter: "↵", ScTrashCan: " ", ScClock: " ", ScPen: " ", ScSentMail: " ", }
Functions ¶
This section is empty.
Types ¶
type SymbolCode ¶
type SymbolCode int
const ( ScArrowUp SymbolCode = iota ScArrowRight ScArrowDown ScArrowLeft ScSpace ScShift ScEnter ScTrashCan ScClock ScPen ScSentMail )
Click to show internal directories.
Click to hide internal directories.