Skip to content
Snippets Groups Projects
  1. Jul 05, 2018
  2. Jul 04, 2018
  3. Jul 03, 2018
  4. Jul 02, 2018
  5. Jul 01, 2018
    • Nicholas Gilbert's avatar
      Added support for modified keys and a framework for running commands · 9c25a5f7
      Nicholas Gilbert authored
      tab.html:
          Adds a status element and reference to new script commands.js
      
      commands.js:
          Added a process jump table that can map a string to function
          Will fail if the function doesn't index
      
      keycodes.js:
          Modified the base keyCodes dictionary, and adds a second dictionary
          for taking regular key values and modifying them with shift
      
      tab.js:
          Adds basic command processing and shift modifying
      9c25a5f7
    • Nicholas Gilbert's avatar
      Basic setup for keyboard entry · c80a2c71
      Nicholas Gilbert authored
      tab.html:
          Adds prompt item and loads keycodes file
      
      keycodes.js:
          Adds a constant dictionary to map keycodes to strings
      
      tab.js:
          outputs text to prompt, delete and backspace remove, enter clears
      c80a2c71
  6. Jun 30, 2018
    • Nicholas Gilbert's avatar
      Base setup file commit · 0038d1c5
      Nicholas Gilbert authored
      Setups up (mostly) stubs for the following necessary files:
      
      html/tab.html:
          the html page that will be loaded in the new tab page
      
      js/tab.js:
          the script that will be run from tab.html
      
      js/background.js:
          the script that will be run in the background always
      
      manifest.json:
          the json file that sets up the extension to be installable in
          firefox
      0038d1c5
    • Nicholas Gilbert's avatar
      Adds LICENSE · 223a6b8c
      Nicholas Gilbert authored
      223a6b8c
    • Nicholas Gilbert's avatar
      Add README.md · 73c331bd
      Nicholas Gilbert authored
      73c331bd
Loading