Commit Graph

821 Commits

Author SHA1 Message Date
József Farkas
c75a6fb746 Add browser-stdout to support process.stdout.write in browser 2016-04-23 19:51:33 +02:00
Arpad Csanyi
8ee071539c Create variant of layout layer switcher layout design: #27 2016-04-22 22:34:03 +02:00
Arpad Csanyi
cbf42c760d Add missing keyboard icon. #27 2016-04-21 18:21:37 +02:00
Arpad Csanyi
c651adbb21 Add Keymap Switching key title layout. #27 2016-04-20 23:25:38 +02:00
József Farkas
e23352ba9f Prevent config-serializer to be compiled automatically in the ng2 project. 2016-04-19 22:45:40 +02:00
József Farkas
07cc4cef2f Use import/export instead of references. Use webpack instead of tsc. 2016-04-19 22:35:16 +02:00
Sam Rang
4a950283b3 implementation of UhkConfiguration 2016-04-18 22:01:41 -05:00
Sam Rang
b72327b4dd fix camelcase 2016-04-18 22:01:11 -05:00
Sam Rang
41f2e31ea2 module configurations 2016-04-18 21:40:30 -05:00
Sam Rang
324103e5b6 Merge pull request #35 from srang/feature/bool_isolation
use full byte for each bool
2016-04-18 20:48:38 -05:00
Sam Rang
634aa6c532 move bin<->bool conversion to UhkBuffer 2016-04-18 20:00:27 -05:00
Sam Rang
0c53b49c6a use full byte for each bool 2016-04-18 19:11:07 -05:00
Arpad Csanyi
1cfbe35ae1 Add new icons used on the key titles. #27 2016-04-19 00:07:04 +02:00
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
Arpad Csanyi
082103aa9e Fix permissions of example file. 2016-04-18 23:27:50 +02:00
László Monda
ad018cd5f1 Merge pull request #34 from srang/feature/macros
Feature/macros
2016-04-18 21:44:23 +02:00
László Monda
f37a722551 Merge pull request #33 from srang/feature/keymap_keymaps
Feature/keymap keymaps
2016-04-18 20:55:05 +02:00
Sam Rang
e2b0492736 macro macros 2016-04-17 23:48:17 -05:00
Sam Rang
176f94e919 delay and text macros 2016-04-17 23:34:21 -05:00
Sam Rang
4dc3c4f6c3 updating references 2016-04-17 23:27:24 -05:00
Sam Rang
408ddad10d testing int limits and renaming based on specs 2016-04-17 23:22:01 -05:00
Sam Rang
fcf9d08f06 move and scroll mouse actions 2016-04-17 23:03:12 -05:00
Sam Rang
6dd479e04b more macro action types 2016-04-17 22:55:20 -05:00
Sam Rang
2688a51b1b simple keypress action macro working w/ macro type determination 2016-04-17 21:52:22 -05:00
Sam Rang
25c096c2fb change bad module config 2016-04-17 21:05:30 -05:00
Sam Rang
d2e3bfdb36 keymaps 2016-04-17 21:01:56 -05:00
Sam Rang
3c18e7cf86 Merge remote-tracking branch 'upstream/master' into feature/keymap_keymaps 2016-04-17 21:01:08 -05:00
Sam Rang
ec0dcdae2d add tostring 2016-04-17 20:52:04 -05:00
Sam Rang
5a1393a301 lint fix 2016-04-17 20:51:44 -05:00
Sam Rang
f820a180fe fix issue with reading strings. looks for start,end instead of start,length 2016-04-17 20:48:57 -05:00
Arpad Csanyi
9bbd5f39b1 Add icons for the fn layer. #27
The icon for the screen lock was created from two icons: display and
lock4.
2016-04-17 21:47:00 +02:00
József Farkas
79b93bdf0a Remove export and import. Fixes cannot find name compile errors. 2016-04-17 21:44:00 +02:00
József Farkas
785cf4b7f3 Modify the ids of keys to start from 0 in both module. 2016-04-17 21:02:17 +02:00
József Farkas
25fa5535da Add isModifierActive helper function to actions with modifier mask. 2016-04-17 20:40:54 +02:00
László Monda
d1f5e21e24 Merge pull request #32 from srang/feature/layer_layers
Feature/layer layers
2016-04-17 12:03:49 +02:00
Sam Rang
38238f4d5a s/KeyLayer/LayerName/g 2016-04-16 21:12:05 -05:00
Sam Rang
2dc51f3d72 make things interesting/complicated 2016-04-16 20:55:44 -05:00
Sam Rang
e7a6bebe71 layer and layers 2016-04-16 20:54:46 -05:00
József Farkas
b6174c8333 Rename bundle folder to build. 2016-04-16 21:38:34 +02:00
József Farkas
86785182a6 Add svg sprite generator for icons. 2016-04-16 21:36:27 +02:00
Arpad Csanyi
a2be0d4e25 Add first batch of icons for being able to work on the sprite. #27 2016-04-16 21:10:18 +02:00
László Monda
f9377cf294 Merge pull request #31 from srang/master
Module and Modules
2016-04-16 19:29:58 +02:00
Sam Rang
68798bfa64 mirror master more closely 2016-04-16 12:12:59 -05:00
Sam Rang
fb29ca9726 cleanup for pr 2016-04-16 11:48:13 -05:00
Sam Rang
cd1a49768d commenting asserts out to work around issue with object overwrites 2016-04-16 11:43:55 -05:00
Sam Rang
5f3e80cec5 Merge branch 'master' of https://github.com/UltimateHackingKeyboard/agent-mockup 2016-04-16 09:34:25 -05:00
Arpad Csanyi
387a4e12e8 Add mod layer designs with the menu key. #27 2016-04-16 15:41:21 +02:00
József Farkas
d9360b2fb7 Move the fill of keys to the root 2016-04-16 14:57:06 +02:00
József Farkas
c47188b2b2 Add coverages of modules 2016-04-16 14:50:13 +02:00
József Farkas
d5dc8d8d0e Update angular2 (to 2.0.0-beta.15), webpack and their dependencies 2016-04-16 14:39:20 +02:00