Coding A Small AutoIt3 Script for specific uses. -- 3

En curso Publicado hace un año Pagado a la entrega
En curso Pagado a la entrega

I would like to have a code of AutoIt3 script which can do the following:

- realize vim like key bindings, specially (h, j, k, l) -> (←, ↑, ↓, →) with special modifier key, "変換", in Japanese keyboard.

I have a code for AutoHotKey script to realized it as follows.

--- code ---

vk1C & h::

if GetKeyState("Shift"){

Send, +{Left}

return

}

Send, {Left}

return

vk1C & j::

if GetKeyState("Shift"){

Send, +{Down}

return

}

Send, {Down}

return

vk1C & k::

if GetKeyState("Shift"){

Send, +{Up}

return

}

Send, {Up}

return

vk1C & l::

if GetKeyState("Shift"){

Send, +{Right}

return

}

Send, {Right}

return

vk1C::Send, {vk1C}

--- code --/

Visual Basic AutoHotkey REALbasic

Nº del proyecto: #35191841

Sobre el proyecto

2 propuestas Proyecto remoto Activo hace un año

Adjudicado a:

ahmedecw123

I have an excellent experience with VB.NET. I will do all requirements. good day for you.

$30 USD en 7 días
(6 comentarios)
3.1

2 freelancers están ofertando un promedio de $30 por este trabajo

satai

Hi! I have experience in AutoIt3 (modules for more than 50-100 lines of script code each) and I can handle this in one day. Ready to start right now and have it ready tomorrow. Thank you, Alex.

$30 USD en 1 día
(0 comentarios)
0.0