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.
Search found 13 matches
- 29 Oct 2021, 01:02
- Forum: Cockpits, usage examples
- Topic: Spanish Numpad
- Replies: 0
- Views: 4379
- 02 Oct 2021, 22:48
- Forum: HOW-TOs and documentation
- Topic: can someone anyone for the love of god help me get my script to auto run on pc start up
- Replies: 2
- Views: 6254
- 02 Oct 2021, 02:06
- Forum: Bug reports
- Topic: lmc_minimize is inconsistent.
- Replies: 0
- Views: 2253
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
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
- 29 Sep 2021, 00:49
- Forum: General
- Topic: Pressing Two Buttons to execute one function
- Replies: 1
- Views: 2836
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 ...
- 22 Oct 2020, 00:31
- Forum: General
- Topic: Luamacros for FS2020
- Replies: 12
- Views: 14272
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
There should be some PDFs that have all of the Events.
Hope this helps!
Brady
- 20 Oct 2020, 23:07
- Forum: HowTos
- Topic: Open a specific web page and assign two command on one key
- Replies: 1
- Views: 4250
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 ...
- 22 May 2019, 23:42
- Forum: General
- Topic: Lua Macros script not working with Fly with Lua.
- Replies: 11
- Views: 13074
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.
- 20 May 2019, 23:10
- Forum: General
- Topic: Lua Macros script not working with Fly with Lua.
- Replies: 11
- Views: 13074
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.
- 17 May 2019, 13:55
- Forum: General
- Topic: Lua Macros script not working with Fly with Lua.
- Replies: 11
- Views: 13074
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 ...
- 17 May 2019, 02:03
- Forum: General
- Topic: Lua Macros script not working with Fly with Lua.
- Replies: 11
- Views: 13074
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
Here is my test code for using a second keyboard in X-Plane 11