All Projects → me2d13 → Luamacros

me2d13 / Luamacros

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Luamacros

Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (-93.24%)
Mutual labels:  lazarus, keyboard
Pretzel
Pretzel is Mac desktop app that shows and find keyboard shortcuts based on your current app.
Stars: ✭ 405 (-8.78%)
Mutual labels:  keyboard
Hidekeyboard
仿iOS输入法点击输入框以外区域 自动隐藏软键盘轻量级库 , Imitation iOS automatic hidden soft keyboard
Stars: ✭ 341 (-23.2%)
Mutual labels:  keyboard
Ppstickerkeyboard
iOS 表情键盘
Stars: ✭ 377 (-15.09%)
Mutual labels:  keyboard
Keyboardchangelistener
Simple and powerful keyboard show/hidden listeners
Stars: ✭ 352 (-20.72%)
Mutual labels:  keyboard
Sharpkeys
SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key.
Stars: ✭ 4,402 (+891.44%)
Mutual labels:  keyboard
Pcb
PCB and PCB related bits
Stars: ✭ 325 (-26.8%)
Mutual labels:  keyboard
React Native Keyboard Aware Scroll View
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
Stars: ✭ 4,540 (+922.52%)
Mutual labels:  keyboard
Keyboardobserving
⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
Stars: ✭ 399 (-10.14%)
Mutual labels:  keyboard
Rbtray
A fork of RBTray from http://sourceforge.net/p/rbtray/code/.
Stars: ✭ 365 (-17.79%)
Mutual labels:  keyboard
Tswechat
A WeChat alternative. Written in Swift 5.
Stars: ✭ 3,674 (+727.48%)
Mutual labels:  keyboard
Key And Pad
🎹 Fun experiment with the Web Audio API 🎶
Stars: ✭ 360 (-18.92%)
Mutual labels:  keyboard
React Key Handler
React component to handle keyboard events 🔑
Stars: ✭ 386 (-13.06%)
Mutual labels:  keyboard
Cool ui
用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Stars: ✭ 349 (-21.4%)
Mutual labels:  keyboard
Uitextfield Navigation
🏄‍♂️ UITextField-Navigation makes it easier to navigate between UITextFields and UITextViews
Stars: ✭ 436 (-1.8%)
Mutual labels:  keyboard
Chrome Fast Tab Switcher
⌨️ React-based extension to quickly switch to other open Chrome tabs with just your keyboard
Stars: ✭ 332 (-25.23%)
Mutual labels:  keyboard
Keyberon
A rust crate to create a pure rust keyboard firmware.
Stars: ✭ 355 (-20.05%)
Mutual labels:  keyboard
Duckhunt
🎯 Prevent RubberDucky (or other keystroke injection) attacks
Stars: ✭ 386 (-13.06%)
Mutual labels:  keyboard
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (+0.23%)
Mutual labels:  keyboard
Keyboardkit
KeyboardKit is a Swift library that helps you create custom keyboard extensions for iOS and ipadOS.
Stars: ✭ 438 (-1.35%)
Mutual labels:  keyboard

Disclaimer

Don't use this software. Really. It's difficult to use, has bugs and the author has very little time to maintain it. It was written just to connect multiple keyboards to a flight simulator (X-Plane) to control different knobs and buttons in the plane/helicopter. The author is using it just for this purpose.

It can do many things, but you need to understand what you are doing and you definitely need to know and use the Lua scripting language. If you just found LuaMacros by a Google search or saw some nice YouTube videos, but don't know how to write a Lua script it will be painful to get what you want, and you will end up frustrated. Please, don't use it in this case.

There's a support forum available at http://www.hidmacros.eu/forum where you can ask how things work, see example scripts, etc. But please don't expect I will write Lua scripts for you or teach you Lua.

If you know Lua or are able to learn it first, if you understand what example scripts are doing and are not afraid of spending some time playing with it, enjoy LuaMacros.

LuaMacros

This software can recognize and manage multiple keyboards connected to a computer with Windows OS. This is the key feature to use it as macro-triggerring application. Other typical usage is for flight simulation when macro triggers can come from various sources like

  • different keyboards
  • game devices (joysticks)
  • COM interface (Arduino)
  • small embeded HTTP server
  • game simulator itself - X-Plane, on variable change

Macro action can be anything scripted in the Lua language with some extensions

  • serial communication
  • X-Plane simulator events (commands, data ref changes)
  • HTTP GET
  • OS commands

For details, see http://www.hidmacros.eu/forum/

Binary download

Download luamacros.zip

Developers guide

Compiling LuaMacros requires some dependencies and a specific free Pascal version. See the detailed guide to get it working.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].