GithubHelp home page GithubHelp logo

ahk.v1.field-entry-script-gen's Introduction

Persona Access to Loan AutoHotKey generator

Description

The enc_pal_ahk script takes a list of fields provided in CSV format and creates an AutoHotKey script file that can be used to update the "Fields to Edit" section for a persona that has custom access in a Persona Access to Loans business rule.

How it works

Below is a screenshot of the script when it is run before any items have been completed:

GUI

Use the "Select File" button to select the CSV that contains a one row list (no header) of the fields needing to be setup in the output script. Once the CSV has been selected and the file opened the fields will appears in the "Fields" list box.

GUI_FIELDS

Use the "Select Output Folder" to choose a folder and file name. Note that if you choose an already existing AHK file that the script generated will be append to the bottom of that file. If no existing file is selected and a new file name is typed in the file will be created when the "Generate File" button is clicked.

GUI_OUTPUT

Click in the "Key Combo to use" and press the keys you want to set at the Hot Key combination to assign to the script.

GUI_COMP

Clicking the "Generate File" button now will now create or append the AHK script with the fields provided. Below is an example of what would be generated:

^1::
	Send, 1172{tab}
	Send, 19{tab}
	Send, NEWHUD.X1172{tab}
	Send, CX.JDS{tab}
	Send, Field1{tab}
	Send, Field2{tab}
	Send, Field3{tab}
	Send, Field4{tab}
	Send, Field5{tab}
	Send, Field6{tab}{tab}{space}
	Send, {tab}Field7{tab}
	Send, Field8{tab}
	Send, Field9{tab}
	Send, Field10{tab}
	Send, Field11{tab}
	Send, Field12{tab}
	Send, Field13{tab}
	Send, Field14{tab}
	Send, Field15{tab}
	Send, Field16{tab}{tab}{space}
	Send, {tab}Field17{tab}
	Send, Field18{tab}
	return

ahk.v1.field-entry-script-gen's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.