Git Product home page Git Product logo

eecs-4441-project's Introduction

Instructions:

In the phrase files, there are a few reserved words that you have to enter with hotkeys. Do not cheat and type them out manually:

  • Up
  • Down
  • Right
  • Left
  • PgUp
  • PgDn
  • Home
  • End
  • Backspace
  • Enter
  • Del

Symbols in the script:

  • + is Shift
  • ^ is Control
  • ! is Alt

eg: +^!g is equivalent to pressing Shift-Control-Alt g

Load these phrases into: http://www.yorku.ca/mack/ExperimentSoftware/TypingTestExperiment.jar

Install AutoHotKey and run the script. Use script.ahk for the shifted QWERTY layout and normal_qwerty.ahk for the default qwerty layout.

Set number of phrases to then number of lines in each phrase file. Set condition code to C00 for shifted-qwerty and c01 for normal-qwerty

How to use the shifted layout:

  • Symbols at the bottom of the key are activated by !{key}

  • Symbols at the top-right of the key are activated by ^!{key}

  • For the number row:

    • Symbols at the bottom right of the keys are activated by !{key}
    • Symbols at the top right of the keys are activated by ^!{key}
  • The delete key Del is accessed by !Del

  • The 0, 7, 8, 9 keys are accessed by !{fn-key}

alt text

Note:

  • You will notice that some keys like PageUp output the word PgUp instead of actually performing its intended task. This is intentional; the typing test software does not have any use for these keys.

  • For laptops, you may not be able to access hotkeys involving the function keys eg: +F1. You will need to use the fn key in conjunction with the modifier in order to use that hotkey.

    • If you have a Fn-lock feature on your keyboard, you can use that instead
  • Make sure to close the script after you're done with a trial

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.