Search found 13 matches

by BradyBrother100
29 Oct 2021, 01:02
Forum: Cockpits, usage examples
Topic: Spanish Numpad
Replies: 0
Views: 3274

Spanish Numpad

https://imgur.com/a/Z6V4RjU

I made a Spanish Numpad for typing accented characters. Numlock is used for Caps lock. The letters are inputted my pressing ALT and then the corresponding number code every time you press a button the the numpad.
by BradyBrother100
02 Oct 2021, 02:06
Forum: Bug reports
Topic: lmc_minimize is inconsistent.
Replies: 0
Views: 1527

lmc_minimize is inconsistent.

Hi,
When using lmc_minimize, I found it can either minimize to an icon in the hidden icons menu on the taskbar, or it does what is shown in the picture.
Any thoughts on this?




Thanks,
Brady
by BradyBrother100
29 Sep 2021, 00:49
Forum: General
Topic: Pressing Two Buttons to execute one function
Replies: 1
Views: 1788

Pressing Two Buttons to execute one function

Hi, I am trying to make a Spanish Numpad for the special characters. All of the lowercase letters work fine but I want to make the Enter Key act as a shift key so when I press Enter and NUM9, it outputs a capital á. The code below, I thought would work, doesn't. Button 13 is Enter and Button 101 is ...
by BradyBrother100
22 Oct 2020, 00:31
Forum: General
Topic: Luamacros for FS2020
Replies: 12
Views: 8705

Re: Luamacros for FS2020

D:\MSFS SDK\Documentation\03-Content_Configuration\Variable_Lists
There should be some PDFs that have all of the Events.
Hope this helps!
Brady
by BradyBrother100
20 Oct 2020, 23:07
Forum: HowTos
Topic: Open a specific web page and assign two command on one key
Replies: 1
Views: 3012

Re: Open a specific web page and assign two command on one key

Hey! For your First question, --This presses the Windows Key lmc_send_input(91, 0, 0) --This Presses the R key lmc_send_input(82, 0, 0) --This releases the R key lmc_send_input(82, 0, 2) --This releases the Windows Key lmc_send_input(91, 0, 2) The first number in the parenthesis is the key you want ...
by BradyBrother100
22 May 2019, 23:42
Forum: General
Topic: Lua Macros script not working with Fly with Lua.
Replies: 11
Views: 8072

Re: Lua Macros script not working with Fly with Lua.

I got to where when I press play and the only command in there is lmc_xpl_command('sim/lights/landing_lights_on') that gets executed. It does turn on the lights but when I add the, if string.byte part, it doesn't work.
by BradyBrother100
20 May 2019, 23:10
Forum: General
Topic: Lua Macros script not working with Fly with Lua.
Replies: 11
Views: 8072

Re: Lua Macros script not working with Fly with Lua.

The communication did work. Know we need to figure out how to make the keyboard interact with the switches.
by BradyBrother100
17 May 2019, 13:55
Forum: General
Topic: Lua Macros script not working with Fly with Lua.
Replies: 11
Views: 8072

Re: Lua Macros script not working with Fly with Lua.

Each Keyboard is named correctly and if I press "c" on one keyboard, it will open the calculator but if I press "c" on the other keyboard ( the one I want to use as an overhead panel ) it will not do anything. C is assigned to Start APU but it does move the switch to the start position. If I am not ...
by BradyBrother100
17 May 2019, 02:03
Forum: General
Topic: Lua Macros script not working with Fly with Lua.
Replies: 11
Views: 8072

Re: Lua Macros script not working with Fly with Lua.

Hi! I do have the xpl_lmc-plugin in my X-Plane Plugins folder.
Here is my test code for using a second keyboard in X-Plane 11