User Tag List

Results 1 to 10 of 10

Thread: how switch on the led (caps lock, scroll lock, num lock) in the keyboard??

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    how switch on the led (caps lock, scroll lock, num lock) in the keyboard??

    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

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,310
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export Module
    ChrisBurrows's Avatar
    Join Date
    May 2011
    Location
    Tasmania, Australia
    Posts
    622
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    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?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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
    Attached files Attached files

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jan 2012
    Posts
    48
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bravo Daniele!

  6. #6
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    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.
    Working as fast as I can on Fusion 3

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #8
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    The Control X object can also turn Caps Lock, Num Lock, and Scroll Lock on/off.
    Working as fast as I can on Fusion 3

  9. #9
    Clicker Install Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    nikosurfing's Avatar
    Join Date
    Nov 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for this daniel!!!!

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    1,025
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by daniele View Post
    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
    Control X is the best for this.

    Here are the Keycodes for keys...

    Code:
    8 - 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

Similar Threads

  1. Turn off and on Num/Caps lock with events?
    By Kentronisk in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th October 2012, 11:35 PM
  2. Key and Lock Example
    By Stephen in forum File Archive
    Replies: 0
    Last Post: 10th May 2009, 10:33 PM
  3. Vitalize 'caps lock' ext?
    By neat_Kliker2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th October 2008, 08:34 PM
  4. Scroll Lock event editor
    By Nick in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th January 2008, 12:52 PM
  5. Lock
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 18th June 2007, 11:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •