Code Monkey home page Code Monkey logo

rekey's People

Contributors

nemolize avatar

Stargazers

 avatar

rekey's Issues

feat: Add window size control

Capability to resizing active window with keyboard.

  • User can assign 4 keys for each directions(up, down, left, right) with GUI
  • User can resize focused window by moving right bottom point of the window

Add mouse operations

Implement the following features for mouse operations

  • simulates mouse moves of the cursor
  • simulates mouse scrolls
    • vertical
    • horizontal
  • simulates click of standard mouse buttons
    • left button
    • middle button
    • right button
    • extra button 1
    • extra button 2

Add mouse control

Implement the following features for mouse operations

  • simulates mouse moves of the cursor
  • simulates mouse scrolls
    • vertical
    • horizontal
  • simulates click of standard mouse buttons
    • left button
    • middle button
    • right button
    • extra button 1
    • extra button 2

Implement menubar and running in background

  • Main features
    • Menubar icon will be shown.
    • Even if user closes the GUI preferences window, rekey should run in background.
  • When menubar icon is clicked, menu of the the following actions will be opened.
    • Preferences - Users can open GUI or quit rekey by clicking menubar.
    • Quit - User can close the application.

Prevent multiple key capturing

Prevent multiple key capturing at the same time.

  1. click bind button.
  2. click another bind button without pressing a key.
  3. 2 different bind buttons start capturing for single key stroke at the same time.

Only single bind button should be able to capture a key stroke.

Release packaged dmg file

configure pipeline script for the following automated operations

  • triggered on push master with tag
  • create a dmg file contains the app
  • release the dmg file
  • don't trigger release for non-deploy target branches(e.g. feature/***)
  • establish version string updating workflow

Observe config file change and reload automatically

Automatically reload config file by using NSFilePresenter

It easily causes infinite event propagation because of current accept/subscribe flow of hotkey.
Current architecture of loading config and setting hotkey values is needed to be refined to suit for the following cases.

  • A: detect config file changeload configupdate hotkeysupdate GUIsave config
  • B: bind in GUIupdate hotkeysupdate GUIsave config

A triggers B, and vice versa :(

Tasks:

  • refactor to improve config file and set hotkey flow
  • automatically reload config

Nice References about NSFilePresenter:

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.