Giter Club home page Giter Club logo

spacefn-win's Introduction

Overview

spacefn-win is a Windows implementation of the SpaceFN keyboard layout by spiceBar. It is an AutoHotkey script.

I'm looking for a maintainer. I have moved away from Windows to Linux, and therefore do not use AutoHotkey anymore. If you like spacefn-win and would like to maintain it, please contact me.

Installation

There are two different ways to go.

The simplest option is to download the compiled file spacefn-win.exe and run it. No installation required.

The other option is to install AutoHotkey 1.1.13.00+ (if you haven't already), download the whole project and run the spacefn-win.ahk file using AutoHotkey. Use this option if you're already using AutoHotkey or want to customize the layout.

Either way, put a shortcut to spacefn-win.{ahk,exe} in the Autostart directory to activate the layout automatically when you log in to your computer. (It won't work in the login screen.)

Download notes

The stand-alone exe file as well as a zip of the project can be found under releases. If you download the zip file, you must also download dual, and put the contents of it in the Lib/dual directory.

git users might want to run git clone https://github.com/lydell/spacefn-win.git (to download the whole project), followed by git submodule init and git submodule update (to download dual).

Command-line options

The script accepts any number of command line options of the form option=value. The following options are available:

Examples:

  • autohotkey spacefn-win.ahk delay=70 swap_backtick_escape=true
  • spacefn-win.exe delay=70 swap_backtick_escape=true

Notes

The script assumes that you're using the en-US QWERTY layout. If you're using some other layout, you unfortunately might have to modify the script. It should be pretty straight-forward, though. Don't hesitate to ask for help with this, if needed. If you find a way to make the script layout-agnostic, please tell me!

The SpaceFN post mentions a gaming mode. As far as know, using AHK and games at the same time is not such a good idea.

License

MIT Licensed

spacefn-win's People

Contributors

lydell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spacefn-win's Issues

A more simple AHK solution

You can map "x" to "y" when holding "space" by space & x::Send {y}.

And add space::space to make space bar works alone.

Linux alternative

I saw you mentioned that you have switched to Linux - do you still use SpaceFn, and if so can you share your implementation?

linux version

hello @lydell how did you replicate the spacefn layout on linux? Could you share your configuration? thanks

I use ubuntu and raspbian

Git command to download dual is incorrect

The "git submodule init" command is missing from the main page and "git submodule update" is duplicated.

Looks like the project maintainer is no longer updating the project, but here is how to use the git repository for this project.

git clone https://github.com/lydell/spacefn-win.git
cd into the spacefn-win directory
git submodule init
git submodule update

I was able to get this running using AutoHotkey v1.1.22.02 on Windows 7 Pro x64

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.