I Want turn on the led in my keyboard in virtual way. example:
variable a=1 led, led Caps lock ON in my keyboard.
variable a=0 led, led Caps lock OFF in my keyboard.
I used the extension "control, x" but non work in emulated keyborad for this key.
is there a way to turn the LEDs on the keyboard with a virtual simulator?
Regards
Daniele
how switch on the led (caps lock, scroll lock, num lock) in the keyboard??
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
From what I know, I don't think there is. Maybe someone else would know better, because I don't really make applications as much as I make games.
-
Wow that was a helpful response.
Daniele, when you say "virtual simulator", do you mean you are running windows through a virtual machine? Something like Virtual Box? Because if you are, then there is no way to toggle the LED because the simulated machine only has a simulated capslock setting and therefore no actual LED.
Using the Control X object, you are able test the state of Capslock plus toggle it at will. Did you know this?
-
hello am sure you can, I found the function with extension "control x". However, when I have a problem and can not find the solution, so that the public an example, if someone has my same problem, can fix it. thanks anyway for Vestre risaposte. sorry but I am Italian and know little English and I explained definitely hurt my request.
check the LEDs on your keyboard, light up according to the virtual buttons pressed -
Bravo Daniele!
-
You can not control the LEDs. You can only control their related keys (Caps Lock, Scroll Lock, Num Lock) and hope that the LEDs aren't burnt out. This means you can not have the Caps Lock LED on and type text normally without inverting your usage of shift.
-
It works, I have to control three relays, and relays to turn these three, I need the 'application that I created with MMF2
I have to turn the LED caps with an instruction and the software that I created, do not have a keyboard connected to PC, but a touch screen monitor. The function caps lock, num lock and scroll lock are used by me as an external controller to turn on three relays through the instructions with mmf2 and therefore works very well. -
The Control X object can also turn Caps Lock, Num Lock, and Scroll Lock on/off.
-
Thank you for this daniel!!!!
-
I Want turn on the led in my keyboard in virtual way. example:
variable a=1 led, led Caps lock ON in my keyboard.
variable a=0 led, led Caps lock OFF in my keyboard.
I used the extension "control, x" but non work in emulated keyborad for this key.
is there a way to turn the LEDs on the keyboard with a virtual simulator?
Regards
DanieleControl X is the best for this.
Here are the Keycodes for keys...
Code
Display More8 - Backspace 9 - Tab 12 - 5 in the numeric keypad when Num Lock is off 13 - Enter 16 - Shift 17 - Ctrl 18 - Alt 19 - Pause/Break 20 - Caps Lock 27 - Esc 32 - Space 33 - Page Up 34 - Page Down 35 - End 36 - Home 37 - Left arrow 38 - Up arrow 39 - Right arrow 40 - Down arrow 44 - Print Screen 45 - Insert 46 - Delete 48 - 0 49 - 1 50 - 2 51 - 3 52 - 4 53 - 5 54 - 6 55 - 7 56 - 8 57 - 9 65 - A 66 - B 67 - C 68 - D 69 - E 70 - F 71 - G 72 - H 73 - I 74 - J 75 - K 76 - L 77 - M 78 - N 79 - O 80 - P 81 - Q 82 - R 83 - S 84 - T 85 - U 86 - V 87 - W 88 - X 89 - Y 90 - Z 91 - left Win 92 - right Win 93 - Popup 96 - 0 in the numeric keypad 97 - 1 in the numeric keypad 98 - 2 in the numeric keypad 99 - 3 in the numeric keypad 100 - 4 in the numeric keypad 101 - 5 in the numeric keypad 102 - 6 in the numeric keypad 103 - 7 in the numeric keypad 104 - 8 in the numeric keypad 105 - 9 in the numeric keypad 106 - * in the numeric keypad 107 - + in the numeric keypad 109 - - in the numeric keypad 110 - . in the numeric keypad 111 - / in the numeric keypad 112 - F1 113 - F2 114 - F3 115 - F4 116 - F5 117 - F6 118 - F7 119 - F8 120 - F9 121 - F10 122 - F11 123 - F12 144 - Num Lock 145 - Scroll Lock 160 - left Shift 161 - right Shift 162 - left Ctrl 163 - right Ctrl
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!