Search found 14 matches

by cristiano_pruneri
15 Jan 2018, 13:58
Forum: General
Topic: I have written a GUI for LuaMacros
Replies: 2
Views: 5029

Re: I have written a GUI for LuaMacros

It is. It does what HidMacros did, plus some other stuff that I had implemented through my "switching configurations" Java daemon (per-application macros, and special cases), plus some new stuff (macros on key combinations, "virtual modifiers" and OSD reminders of what the macro you are going to inv...
by cristiano_pruneri
13 Jan 2018, 14:00
Forum: General
Topic: I have written a GUI for LuaMacros
Replies: 2
Views: 5029

I have written a GUI for LuaMacros

Kind of... it is a Java monstrosity that "talks" back and forth with LuaMacros through http on the local port. https://sourceforge.net/projects/javamacros/ https://a.fsdn.com/con/app/proj/javamacros/screenshots/Color%20Profiles_00003.jpg/1 I am posting the code on Github, https://github.com/DaBotz/J...
by cristiano_pruneri
22 Nov 2017, 11:53
Forum: General
Topic: button combination
Replies: 9
Views: 10304

Re: button combination

If I may suggest, look at from Macrorecorder, by Pavlov Andrew https://github.com/mrsimb/macrorecorder He uses a brilliant idea (so brilliant it took me a while to fully grasp it ) - he associates to each key an object that track its status, globally indexed so that it can be accessed by other key h...
by cristiano_pruneri
21 Nov 2017, 03:25
Forum: HowTos
Topic: Quick start
Replies: 5
Views: 20838

Re: Quick start

My bad - I have found a way around it, based on the "tricks" in the "Macrorecorder" - In reality, if there is a way to remove already assigned handlers, I would already be good with all that I need to use LuaMacros as a "device driver" - for the moment, I just avoid assign more than one handler on a...
by cristiano_pruneri
18 Nov 2017, 20:42
Forum: HowTos
Topic: Quick start
Replies: 5
Views: 20838

Re: Quick start

I have found a workaround, based on code from the "MacroRecorder"...
by cristiano_pruneri
17 Nov 2017, 21:24
Forum: HowTos
Topic: Quick start
Replies: 5
Views: 20838

Re: Quick start

I have a question... would it be possible for lmc_print_devices() to return the text that is prints, as a string in Lua? I am thinking about building a Java "thing" (ugh) to have an UI for handling various types of action, depending on the active window executable, with an automatic version-keeping ...
by cristiano_pruneri
12 Nov 2014, 19:09
Forum: Feature requests
Topic: HidMacros automatically reloading its config
Replies: 2
Views: 6130

Re: HidMacros automatically reloading its config

Thanks. It is a good news, for me.
by cristiano_pruneri
07 Nov 2014, 17:54
Forum: Feature requests
Topic: HidMacros automatically reloading its config
Replies: 2
Views: 6130

HidMacros automatically reloading its config

I made a small "daemon" (alas, in java) that switches the config files of HIdMacros, when the application in foreground changes (I know, window-based macros are somewhere in your todo list, but I had some time and a certain need for it, so I ran forward). Right now I have said daemon kill the curren...
by cristiano_pruneri
29 Oct 2014, 17:57
Forum: General
Topic: A small daemon, switches macros with the foreground app.
Replies: 0
Views: 4891

A small daemon, switches macros with the foreground app.

I use HIDMacros to convert a compact keyboard in a big hot-keys machine, for drawing. I keep said keyboard vertical, on the side of my drawing tablet... ( see here https://www.youtube.com/watch?v=9cOSlbgOUqA to get what I mean. ) For my purposes, it works quite well, as it frees me from reaching the...
by cristiano_pruneri
17 Jul 2014, 14:10
Forum: Support - bugs
Topic: Problems with mouses in windows 7
Replies: 2
Views: 4696

Re: Problems with mouses in windows 7

Update: Similar problems are persisting in GIMP and MangaStudio. I think it is NOT a HidMacros problem, though. Both programs have some kind of low level controller to directly link the mouse wheel (and keys beyond the standard three) to actions in the program. These controllers "eat" the events awa...