Search found 13 matches
- 07 Feb 2017, 10:29
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
Re: Accentuation
There are already opened issue about sending non-english characters
- 07 Feb 2017, 10:07
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
- 06 Feb 2017, 16:44
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
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
- 06 Feb 2017, 16:42
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
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_...
- 06 Feb 2017, 16:29
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
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
Btw, i tried to localize that bug so hard, but it's like some magic happens that i could not understand
- 06 Feb 2017, 16:05
- Forum: Bug reports
- Topic: Sending +(abc) results Abc, not ABC
- Replies: 1
- Views: 5615
Sending +(abc) results Abc, not ABC
It also happens to ctrl, alt and tab.
- 06 Feb 2017, 16:01
- Forum: General
- Topic: Account registration
- Replies: 2
- Views: 4181
Re: Account registration
If seriously, i would like to help you. But i think i'll only screw the things up.
- 06 Feb 2017, 15:57
- Forum: Support - bugs
- Topic: Accentuation
- Replies: 10
- Views: 13858
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.
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.
- 06 Feb 2017, 15:53
- Forum: General
- Topic: MacroRecorder for LuaMacros
- Replies: 0
- Views: 6368
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...
- 06 Feb 2017, 15:45
- Forum: HOW-TOs and documentation
- Topic: Just Shift or Ctrl
- Replies: 12
- Views: 17356
Re: Just Shift or Ctrl
would be neatadmin wrote:Hmm, if there's a need I may add it.
But would be luamacros only, not hidmacros.
Still ok?