adriangalilea / streamlit-shortcuts

Streamlit keyboard shortcuts for your buttons.
MIT License
21 stars 4 forks source link

bump to v0.1.2 for 'Meta modifier' and 'Usage ergonomics' #6

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/adriangalilea/streamlit-shortcuts/blob/43d3e28ff5cee00423efe42a3c87135a692c1242/src/streamlit_shortcuts/streamlit_shortcuts.py#L7


import streamlit as st

# TODO bump to v0.1.2 for 'Meta modifier' and 'Usage ergonomics'
# TODO add keyboard tooltip to button (streamlit-extras)
# https://arnaudmiribel.github.io/streamlit-extras/extras/keyboard_text/

def add_keyboard_shortcuts(key_combinations: dict[str, str]):
    """