GithubHelp home page GithubHelp logo

kasbah / akt Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 18 KB

APL Key Translation for use with GNU APL (by David B. Lamkins, formerly available at TieDyedDevil/akt)

License: MIT License

Makefile 3.23% C 96.77%

akt's Introduction

APL Keyboard Translator

The akt program generates keyboard input suitable for GNU APL and for editing APL code using a Unicode-capable text editor (e.g. vim).

Compile akt using the command:

$ make akt

Invoke akt with a command and its arguments (if any) like this:

$ akt apl

When you invoke apl this way, you will be able to type APL glyphs using the Alt key. The keyboard mapping is illustrated in a file included with akt.

akt's input must be a terminal. Your system's locale must use UTF-8 encoding.

akt runs the specified command attached to a pty. akt is the master and the specified command is the slave. The slave's terminal size automatically adjusts to conform to the master's terminal size.

Use the -z option to suppress the action of the suspend character.

akt depends upon your terminal emulator sending the two-character sequence ESC <char> when you hold the Alt key and type <char>. The ability for a terminal to do so may be a configurable option, often named something like "Alt sends meta".

Note that some terminal emulators use the Alt key to access the terminal program's menus. This conflicts with akt's use of the Alt key as a shift for APL characters. If your terminal does this, there's probably a configuration option to disable using Alt for menu access.

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.