Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Type Numerical Action #213

wants to merge 10 commits into from

Conversation

relma2
Copy link

@relma2 relma2 commented Dec 27, 2024

Added a type-numerical action to rofimoji that uses the typer to type Ctrl+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

@relma2 relma2 marked this pull request as ready for review December 27, 2024 23:45
@relma2
Copy link
Author

relma2 commented Jan 6, 2025

@fdw please look at my PR

Copy link
Owner

@fdw fdw left a 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.

dest="keybinding_type_numerical",
action="store",
type=str,
default="Alt+n",
Copy link
Owner

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?

Copy link
Author

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

fdw and others added 8 commits March 12, 2025 22:48
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
@relma2 relma2 requested a review from fdw March 13, 2025 02:49
@relma2
Copy link
Author

relma2 commented Mar 13, 2025

@fdw sorry for the delay; life got in the way, bu now i am ready to move forward on this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants