Motospeed Layer for CK61 & CK62
Go to file
2022-10-14 23:19:09 +02:00
icon Added Motospeed icon 2020-08-19 20:15:27 +02:00
src Update version to 1.1 2020-10-05 19:39:15 +02:00
src-linux autokey config layouts 2020-08-19 20:19:02 +02:00
License.txt License.txt 2020-08-19 20:14:54 +02:00
README.md README.md (Update links) 2022-10-14 23:19:09 +02:00

mspeed-layer-ck6x - Motospeed Layer for CK61 & CK62

Introduction:

Mapper to use arrows, F1-F12 and other keys using CapsLock (Windows) or Super (Linux) as FN function on MotoSpeed CK61/CK62.

How to install and use on Windows:

For Windows, you just have to follow the following steps for installation and use.

  • Installation and Use:

    • Download the package mspeed-layer-ck6x-1.1.zip.
    • Unzip the package.
    • Enter to folder of your architecture (build_x86 for Windows 32-bits and build_x86_64 for Windows 64 bits).
    • Run the executable of your keyboard configuration.

List of executables:

  • mspeed-layer-ck6x-US-Symbols_[ARCH].exe (for ANSI US Layout with keyboard symbols).
  • mspeed-layer-ck6x-US_[ARCH].exe (for ANSI US Layout Alternative).
  • mspeed-layer-ck6x-ES_[ARCH].exe (for ISO Spanish Layout QWERTY).
  • mspeed-layer-ck6x-IT_[ARCH].exe (for ISO Italian Layout QWERTY).
  • mspeed-layer-ck6x-FR_[ARCH].exe (for ISO French Layout AZERTY).
  • mspeed-layer-ck6x-DE_[ARCH].exe (for ISO German Layout QWERTZ).

Key configurations of diferents layouts:

How to install and use on Linux:

  • Installation and Use:

    • Download the package mspeed-layer-ck6x-1.1.zip.
    • Unzip the package.
    • Open terminal within src-linux and apply the following commands:
      • mkdir -p ${HOME}/.config/autokey/
      • rm -rf ${HOME}/.config/autokey/mspeed-layer-ck6x*
      • tar zxvf mspeed-layer-ck6x-[LAYOUT].tar.gz -C ${HOME}/.config/autokey/
      • autokey

Note: The 'autokey' software must be installed previously.

Available Layouts:

  • mspeed-layer-ck6x-US.tar.gz (for ANSI US Layout QWERTY).
  • mspeed-layer-ck6x-ES.tar.gz (for ISO Spanish Layout QWERTY).
  • mspeed-layer-ck6x-IT.tar.gz (for ISO Italian Layout QWERTY)
  • mspeed-layer-ck6x-FR.tar.gz (for ISO French Layout AZERTY).
  • mspeed-layer-ck6x-DE.tar.gz (for ISO German Layout QWERTZ).

Key configurations of diferents layouts:

How to compile from source (Windows):

  • First, install AutoHoyKey.
  • Then, download the source from here.
  • In the directory src, Right click on any .ahk file.
  • Choose Compile Script.