Skip to content

Commit

Permalink
replace legend md with image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Dec 19, 2023
1 parent a407587 commit 2ab7ffe
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,29 @@ simultaneously with Github Actions.

| Icon | Label |
|:-----------------------:|-----------------------------|
| ![Mouse Left Click](images/icons/click_left.svg) | Mouse left click |
| ![Mouse Right Click](images/icons/click_right.svg) | Mouse right click |
| ![Mouse Scroll Toggle](images/icons/scroll.svg) | Toggle mouse scroll (trackball/scrollball) |
| ![Mouse Scroll](images/icons/scroll_right.svg) | Directional mouse scroll |
| ![Mouse Cursor Move](images/icons/cursor_right.svg) | Move mouse pointer |
| ![Space](images/icons/space.svg) | Space |
| ![Backspace](images/icons/backspace.svg) | Backspace |
| ![Delete](images/icons/delete.svg) | Delete |
| ![Tab](images/icons/tab.svg) | Tab |
| ![Enter](images/icons/return.svg) | Return / Enter |
| ![Printscreen](images/icons/printscreen.svg) | Printscreen |
| ![Cut](images/icons/cut.svg) | Cut |
| ![Copy](images/icons/copy.svg) | Copy |
| ![Paste](images/icons/paste.svg) | Paste |
| ![Media Play/Pause](images/icons/play_pause.svg) | Play / Pause |
| ![Media Previous Track](images/icons/media_prev.svg) | Previous track |
| ![Media Next Track](images/icons/media_next.svg) | Next track |
| ![Media Volume Up](images/icons/vol_up.svg) | Volume up |
| ![Media Volume Down](images/icons/vol_down.svg) | Volume down |
| ![Bluetooth Clear](images/icons/bt_clear.svg) | Clear Bluetooth profile |
| ![Bluetooth Previous](images/icons/bt_prev.svg) | Previous Bluetooth profile |
| ![Bluetooth Next](images/icons/bt_next.svg) | Next Bluetooth profile |
| ![Bluetooth Output Toggle](images/icons/out_tog.svg) | Toggle Bluetooth/USB output |
| <img width="24px" alt="Mouse Left Click" src="images/icons/click_left.svg" /> | Mouse left click |
| <img width="24px" alt="Mouse Right Click" src="images/icons/click_right.svg" /> | Mouse right click |
| <img width="24px" alt="Mouse Scroll Toggle" src="images/icons/scroll.svg" /> | Toggle mouse scroll (trackball/scrollball) |
| <img width="24px" alt="Mouse Scroll" src="images/icons/scroll_right.svg" /> | Directional mouse scroll |
| <img width="24px" alt="Mouse Cursor Move" src="images/icons/cursor_right.svg" /> | Move mouse pointer |
| <img width="24px" alt="Space" src="images/icons/space.svg" /> | Space |
| <img width="24px" alt="Backspace" src="images/icons/backspace.svg" /> | Backspace |
| <img width="24px" alt="Delete" src="images/icons/delete.svg" /> | Delete |
| <img width="24px" alt="Tab" src="images/icons/tab.svg" /> | Tab |
| <img width="24px" alt="Enter" src="images/icons/return.svg" /> | Return / Enter |
| <img width="24px" alt="Printscreen" src="images/icons/printscreen.svg" /> | Printscreen |
| <img width="24px" alt="Cut" src="images/icons/cut.svg" /> | Cut |
| <img width="24px" alt="Copy" src="images/icons/copy.svg" /> | Copy |
| <img width="24px" alt="Paste" src="images/icons/paste.svg" /> | Paste |
| <img width="24px" alt="Media Play/Pause" src="images/icons/play_pause.svg" /> | Play / Pause |
| <img width="24px" alt="Media Previous Track" src="images/icons/media_prev.svg" /> | Previous track |
| <img width="24px" alt="Media Next Track" src="images/icons/media_next.svg" /> | Next track |
| <img width="24px" alt="Media Volume Up" src="images/icons/vol_up.svg" /> | Volume up |
| <img width="24px" alt="Media Volume Down" src="images/icons/vol_down.svg" /> | Volume down |
| <img width="24px" alt="Bluetooth Clear" src="images/icons/bt_clear.svg" /> | Clear Bluetooth profile |
| <img width="24px" alt="Bluetooth Previous" src="images/icons/bt_prev.svg" /> | Previous Bluetooth profile |
| <img width="24px" alt="Bluetooth Next" src="images/icons/bt_next.svg" /> | Next Bluetooth profile |
| <img width="24px" alt="Bluetooth Output Toggle" src="images/icons/out_tog.svg" /> | Toggle Bluetooth/USB output |

For more details, head to the [urchin.keymap](config/urchin.keymap) or
[corne.keymap](config/corne.keymap) source files.
Expand Down

0 comments on commit 2ab7ffe

Please sign in to comment.