Arpad Csanyi 44a93c329d Add new icons key title layouts to the fn layer. #27
This phase contains multiple ides:
- Lock, Search, Calculator: we have text and icon. Would just an icon
be enough?
- The browser related button on the second row are represented by their
shortcut. This can be set up on the keypress action interface.
- In the third line the first shortcut is for stepping back in the
  history. I wouldn't recognize it seeing it on a keyboard, but it's
  consistent with the shortcuts of the second row (which are more
  familiar for everybody)
- The other direction of the history navigation is "represented as the
  media buttons". This is more straightforward when looking at the
  keyboard than it's shortcut would be (cmd+]).
2016-04-18 23:28:12 +02:00
2016-04-17 23:48:17 -05:00
2016-04-17 21:47:00 +02:00
2016-04-16 14:57:06 +02:00
2016-04-16 21:38:34 +02:00
2016-04-06 21:44:53 +02:00
2016-04-16 21:38:34 +02:00
2016-03-29 01:48:37 +02:00
2016-04-09 14:33:17 +02:00
2016-04-08 23:25:26 +02:00
2016-04-06 21:44:53 +02:00

Agent logo & text

Agent is the configuration application of the Ultimate Hacking Keyboard.

Agent is in a preliminary state. You can click around, and most interactions will loosely work, but the application is not production ready yet. Agent is being ported to Angular 2 after which its features will actually fully work as expected.

Give it a whirl!

Set up instructions

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install

In the repository you can find a gulpfile.js for running browsersync, which speeds up the development process. You can fire it up with gulp serve.

Contribute

Contributions are most welcome! Please always try to be as consistent as possible. Always run npm run lint and resolve lint warnings before every commit.

Description
No description provided
Readme 37 MiB
Languages
TypeScript 74.7%
HTML 9.7%
JavaScript 6.6%
SCSS 4.3%
CSS 4.4%
Other 0.2%