-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type Numerical Action #213
base: main
Are you sure you want to change the base?
Conversation
@fdw please look at my PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the wait!
Looking good so far, just some smaller comments left.
src/picker/argument_parsing.py
Outdated
dest="keybinding_type_numerical", | ||
action="store", | ||
type=str, | ||
default="Alt+n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think this is used often enough to warrant a default keybinding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah i think so. i just followed the pattern of the other actions
Naively try to remove formatting tags for selectors that don't support it. Issue: fdw#209
Instead of `poetry`, it's now `uv` and `hatchling`, because... faster and more modern. And `ruff` can replace both `black` and `isort`
� Conflicts: � uv.lock
@fdw sorry for the delay; life got in the way, bu now i am ready to move forward on this PR |
Added a
type-numerical
action to rofimoji that uses the typer to typeCtrl+Shift+U+<unicode>
to enter an emoji by its unicode codepoint directly.I still need help implementing the typer functions. I don't have the compositor for wtype, so I just guessed how it works and din't test it properly