-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Macro system #278
Comments
My opinion; all of them might be useful! |
Shortcuts can already be defined in the personal dictionary, and this is integrated into the native library. Or did you have something different in mind?
Adjusting these
There is a lot of stuff to do already, and I won't have much time for this. But adding such kind of macros sounds useful, at least for some people. |
What about adding a "screen" for all personal dictionary shortcuts? where would you start with that? |
You mean a screen in the settings, or like clipboard history? |
@Helium314 Like clipboard history or emojis |
I don't really know where to start here. I haven't gotten far in understanding the main view system, though doing some work here is on my todo list. |
This goes beyond shortcut replacements and into the territory of variables, which I agree are useful, but could get bloated very quickly. Moreso if real code execution were added. As an alternative, maybe consider making this app [compatible with Tasker/Macrodroid] (https://tasker.joaoapps.com/plugins-intro.html). I haven't looked thru the dev docs in depth but it looks like it for this purpose, it would basically be adding an intent and receiver. Essentially it might look something like this:
|
I actually also worked on a tasker integration - #290 But it seems to be not the direction they want to go on |
Basically, a way to insert predefined text in an easy way.
Useful for entering emails, phone numbers, signatures, formatted messages, etc.
I might be a able to work on contributing to it, but I want to know if it's something you'd want to have and how to integrate it.
Here are a few ideas to throw, from other keyboards:
a. Could be expended more to include modifiers, char codes, or even full on groovy code
The possibilities are endless obviously.
I want to know if that's an idea you want to explore and if so where should it start.
The text was updated successfully, but these errors were encountered: