Skip to main content

A Python Markdown extension for keyboard shortcuts

Project description

Introduction

The toro-shortcut converts your keyboard shortcut into a customized tag. The tag will contain three attributes; linux, macos, and windows. The values in the attributes will be the keyboard shortcut using the symbols of the corresponding OS.

Installation

pip install toro-shortcut

Usage

The markdown syntax will be the keyboard shortcut between two questions marks. A plus sign will be used to separate the keys. MOD will be used as a generic symbol for both the ctrl and command key.

??MOD+A??

The produced HTML of the markdown syntax will be:

<p><kdb linux="Ctrl+A" macos="⌘A" winodws="Ctrl+A"></kdb></p>

Conversion

Markdown Windows/Linux macOS
??mod?? Ctrl
??alt?? Alt
??enter?? Enter
??shift?? Shift
??ctrl?? Ctrl
??left arrow?? Left arrow
??right arrow?? Right arrow
??up arrow?? Up arrow
??down arrow?? Down arrow
??tab?? Tab
??esc?? Esc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toro-shortcuts-1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

toro_shortcuts-1.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page