microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.75k stars 804 forks source link

Add glyphs for gitui support #615

Open Welshmilla opened 2 years ago

Welshmilla commented 2 years ago

Description of the new feature/enhancement (with images if possible)

Add glyphs for gitui support

Proposed technical implementation details (optional)

The git terminal application gitui uses a few glyphs for indicating keyboard commands that are not included in Cascasdia. Can the following glyphs be added:

˽ U+02FD MODIFIER LETTER SHELF (used for spacebar) ⇥ U+21E5 RIGHTWARDS ARROW TO BAR (used for Tab) ⇧ U+21E7 UPWARDS WHITE ARROW (used for Shift)

The following glyphs might also be useful for console applications implementing keyboard commands (but aren't currently used by gitui):

⇪ U+21EA UPWARDS WHITE ARROW FROM BAR (Caps Lock) ⇭ U+21ED UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR (Num Lock) ⭾ U+2B7E HORIZONTAL TAB KEY (Tab)