Skip to content

refracta/jahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-shield license-shield

JAHK

JAHK is AutoHotKey wrapper for Java

Examples

JAHK.init();
AutoHotKey instance = AutoHotKey.getInstance();
instance.eval("Run, notepad.exe");

src/test/java/Notepad.java: Example of using Notepad.exe

Download

Maven

<repository>
    <id>refracta</id>
    <name>refracta-repositories</name>
    <url>https://nexus.abstr.net/repository/maven-releases/</url>
</repository>
<dependency>
    <groupId>com.github.refracta.jahk</groupId>
    <artifactId>jahk</artifactId>
    <version>0.1</version>
</dependency>

Gradle

repositories {
    mavenCentral()
    maven {
      name 'refracta-repositories'
      url 'https://nexus.abstr.net/repository/maven-releases/'
    }
}
dependencies {
    compile 'com.github.refracta.jahk:jahk:0.1'
}

Dependencies

This project requires Java 8+. All dependencies are managed automatically by Maven.

  • JNA
  • JNA Platform

How to Contribute

  1. Clone repository from develop branch and create a new branch
git checkout https://github.com/refracta/jahk -b name_for_new_branch
  1. Make changes and test
  2. Submit Pull Request with comprehensive description of changes

Related Projects

About

AutoHotKey wrapper for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages