You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of files used to create an efficient Post-Production Keyboard Interface that works for me.
4
4
5
-
Based on the [2nd keyboard] project by TaranVH, this suite of [AutoHotKey] scripts (and a few other files) provide a framework for making efficient use of a keyboard and some other input devices for the work I do in post-production.
5
+
Based on the [2nd keyboard](https://github.com/TaranVH/2nd-keyboard) project by TaranVH, this suite of [AutoHotKey](https://www.autohotkey.com/) scripts (and a few other files) provide a framework for making efficient use of a keyboard and some other input devices for the work I do in post-production.
6
6
7
7
A little about me: I’m an editor with over 30 years experience in post-production. I got my start in linear, tape-based suites and quickly transitioned to non-linear systems as the field evolved. I’m a nut for tweaking the interface of my systems. In recent years, I’ve begun integrating custom and programmable keypads and other devices into my workflow.
8
8
@@ -12,94 +12,28 @@ Before you dive into this, please be aware that this is super complex. I’ve pu
12
12
13
13
Finally, while I know and have learned enough about AutoHotKey to be dangerous, I am *not* a programmer. I’m certain that I have coded some of this stuff in some stupid ways. I guess that’s also why I’ve put it all here on Github, so that I can refine it and make it better. For the most part, it works for me, so I’m ok with the code not being perfectly optimized.
14
14
15
-
One last thing: this whole suite only works on Windows systems. Eventually I will adapt this effort for OSX (using Keyboard Maestro most likely, but of course there’s always HammerSpoon...). I use both platforms pretty regularly, so it will happen *eventually*.
15
+
One last thing: this whole suite only works on Windows systems. Eventually I will adapt this effort for OSX (using [Keyboard Maestro](https://www.keyboardmaestro.com/main/) most likely, but of course there’s always [HammerSpoon](https://www.hammerspoon.org)...). I use both platforms pretty regularly, so it will happen *eventually*.
16
16
17
17
Now, on with the show...
18
18
19
19
## Getting Started
20
20
21
21
To make use of this suite, there are just a few things you’ll need to do.
2. Download this whole repository and unzip it into a folder in the root of your system drive. Mine is located in C:\BPTV-KB. I have it installed on 3 systems and the only thing that I have to tweak on each system is the settings.ini file (more on that later)
25
25
3. That’s pretty much all you need to get going...well, there’s the whole *getting-inside-Ben’s-brain-thing* but other than that, you’re all set. 😜
26
+
4. Visit the [Wiki of this Repository](https://github.com/buttonpushertv/buttonpushertv-Post-Production-Keyboard-Interface/wiki) - this is where I will go through what the scripts do & my thinking behind them.
26
27
27
-
### Prerequisites
28
-
29
-
What things you need to install the software and how to install them
30
-
31
-
```
32
-
Give examples
33
-
```
34
-
35
-
### Installing
36
-
37
-
A step by step series of examples that tell you how to get a development env running
38
-
39
-
Say what the step will be
40
-
41
-
```
42
-
Give the example
43
-
```
44
-
45
-
And repeat
46
-
47
-
```
48
-
until finished
49
-
```
50
-
51
-
End with an example of getting some data out of the system or using it for a little demo
52
-
53
-
## Running the tests
54
-
55
-
Explain how to run the automated tests for this system
56
-
57
-
### Break down into end to end tests
58
-
59
-
Explain what these tests test and why
60
-
61
-
```
62
-
Give an example
63
-
```
64
-
65
-
### And coding style tests
66
-
67
-
Explain what these tests test and why
68
-
69
-
```
70
-
Give an example
71
-
```
72
-
73
-
## Deployment
74
-
75
-
Add additional notes about how to deploy this on a live system
76
-
77
-
## Built With
78
-
79
-
*[Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
*[ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
82
-
83
-
## Contributing
84
-
85
-
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
86
-
87
-
## Versioning
88
-
89
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
0 commit comments