Skip to content

Commit e495dd8

Browse files
2 parents 1291f05 + 2d1840c commit e495dd8

File tree

1 file changed

+5
-71
lines changed

1 file changed

+5
-71
lines changed

README.md

Lines changed: 5 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# buttonpushertv-Post-Production-Keyboard-Interface
33
A set of files used to create an efficient Post-Production Keyboard Interface that works for me.
44

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.
66

77
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.
88

@@ -12,94 +12,28 @@ Before you dive into this, please be aware that this is super complex. I’ve pu
1212

1313
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.
1414

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*.
1616

1717
Now, on with the show...
1818

1919
## Getting Started
2020

2121
To make use of this suite, there are just a few things you’ll need to do.
2222

23-
1. Install [AutoHotKey] - download & install the latest stable version.
23+
1. Install [AutoHotKey](https://www.autohotkey.com/) - download & install the latest stable version.
2424
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)
2525
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.
2627

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
80-
* [Maven](https://maven.apache.org/) - Dependency Management
81-
* [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).
9028

9129
## Authors
9230

9331
* **Ben Howard** - *Initial work* - [Buttonpushertv-Github](https://github.com/Buttonpushertv)
9432

95-
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
96-
9733
## License
9834

9935
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
10036

10137
## Acknowledgments
10238

103-
* Hat tip to anyone whose code was used
104-
* Inspiration
105-
* etc
39+
* Inspried by TaranVH and his [2nd keyboard](https://github.com/TaranVH/2nd-keyboard) Project

0 commit comments

Comments
 (0)