Search found 13 matches

by mrsimb
07 Feb 2017, 10:29
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

There are already opened issue about sending non-english characters
by mrsimb
07 Feb 2017, 10:07
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

Ok
by mrsimb
06 Feb 2017, 16:44
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

May be that's your lmc_send_keys tries to send characters, and if they are not in ascii (or whatever charset your programm uses) it just throws error
by mrsimb
06 Feb 2017, 16:42
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

clear() keyNames = { [65] = 'a' } function handler(scanCode, direction) -- change your keyboard layout to russian -- press 'a' if (direction == 1 and scanCode == 65) then lmc_send_keys(keyNames[scanCode]) end -- see how no characters been sent, and [KEY] ERROR thrown in log form end lmc_device_set_...
by mrsimb
06 Feb 2017, 16:29
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

Yeah, wait a couple of minutes
Btw, i tried to localize that bug so hard, but it's like some magic happens that i could not understand :D
by mrsimb
06 Feb 2017, 16:05
Forum: Bug reports
Topic: Sending +(abc) results Abc, not ABC
Replies: 1
Views: 4406

Sending +(abc) results Abc, not ABC

It also happens to ctrl, alt and tab.
by mrsimb
06 Feb 2017, 16:01
Forum: General
Topic: Account registration
Replies: 2
Views: 3033

Re: Account registration

If seriously, i would like to help you. But i think i'll only screw the things up.
by mrsimb
06 Feb 2017, 15:57
Forum: Support - bugs
Topic: Accentuation
Replies: 10
Views: 9735

Re: Accentuation

I noticed strange bug in LuaMacros, that might be related to this one.
For unknown reason, when i use my script, it only works with english keyboard layout.
When i switch to russian layout, no alphabet keys working properly.
by mrsimb
06 Feb 2017, 15:53
Forum: General
Topic: MacroRecorder for LuaMacros
Replies: 0
Views: 5481

MacroRecorder for LuaMacros

# MacroRecorder Script for LuaMacros that let you record macros without programming required. Download link: https://github.com/mrsimb/macrorecorder/archive/master.zip GitHub: https://github.com/mrsimb/macrorecorder LuaMacros: https://github.com/me2d13/luamacros ## Before you start This script is on...
by mrsimb
06 Feb 2017, 15:45
Forum: HOW-TOs and documentation
Topic: Just Shift or Ctrl
Replies: 12
Views: 12630

Re: Just Shift or Ctrl

admin wrote:Hmm, if there's a need I may add it.
But would be luamacros only, not hidmacros.
Still ok?
would be neat