0% found this document useful (0 votes)
18 views

Script - Monect Support

salud digna resultados

Uploaded by

favioslopez85
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Script - Monect Support

salud digna resultados

Uploaded by

favioslopez85
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Monect Support

Connection

Wi-Fi within a local network Script


Wi-Fi over the Internet

Connect via USB A script provides an efficient means to send keystrokes to


Connect via Bluetooth a PC, encompassing functions such as 'down,' 'up,' 'click,'
etc. Each function adheres to a consistent format,
Layout exemplified by down(x360_a) , where x360_a

Controller represents the 'A' button of the Xbox 360 controller.


Presently, there are five available functions.
Script

Action Functions

These three action functions correspond directly to their


literal meanings for executing keystrokes.

down

Initiates a button press.

up

Concludes a button release.

click

Combines a button press followed by a 30ms delay and


concludes with a button release.

The parameters for these functions typically start with the


device type and end with the button of that device. For
instance, kb_lctrl represents the left ctrl button of the
Monect Support
keyboard. There are three listed device types:

x360
Connection
Xbox 360 controller.
Wi-Fi within a local network
Valid parameters include x360_up , x360_down ,
Wi-Fi over the Internet
x360_left , x360_right , x360_start ,
Connect via USB
x360_back , x360_ls , x360_rs , x360_lb ,
Connect via Bluetooth x360_rb , x360_guid , x360_a , x360_b ,

x360_x , x360_y , x360_lt , x360_rt .


Layout
kb
Controller

Keyboard.
Script
Valid parameters include kb_q , kb_w , kb_w ,
kb_r , kb_t , kb_y , kb_u , kb_i , kb_o ,
kb_p , kb_tab , kb_a , kb_s , kb_d , kb_f ,

kb_g , kb_h , kb_j , kb_k , kb_l , kb_z ,


kb_x , kb_c , kb_v , kb_b , kb_n , kb_m ,
kb_enter , kb_lshift , kb_rshift , kb_space ,
kb_lctrl , kb_rctrl , kb_lalt , kb_ralt ,
kb_larrow , kb_rarrow , kb_uarrow ,

kb_darrow , kb_; , kb_, , kb_[ , kb_. , kb_' ,


kb_/ , kb_] , kb_\ , kb_backquote , kb_` ,
kb_1 , kb_2 , kb_3 , kb_4 , kb_5 , kb_6 ,
kb_7 , kb_8 , kb_9 , kb_0 , kb_- , kb_= .

ms

Mouse.
Valid parameters are ms_left , ms_mid ,
ms_right .

paste

The paste command enables you to send the specified


text to the PC's text area. For example: paste(monect)
will paste 'monect' into the PC's text area.
Monect Support

sleep
Connection

Wi-Fi within a local network The sleep command introduces a delay action in

Wi-Fi over the Internet milliseconds. For example: sleep(1000) indicates a


delay of 1 second.
Connect via USB

Connect via Bluetooth

Layout

Controller

Script ← Controller

You might also like