-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
161 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Fix rnd command not doing anything | ||
* Add Select All command (sa) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* NEW Added `curl` - create a key that outputs the result of a HTTP GET request | ||
- examples: Wolfram Short Answers API, Cat Facts, Jokes API, Song name => Youtube Video. The world is your oyster! | ||
* Bring back support for some older devices (KitKat+) | ||
* Performance enhancements + bug fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Do you hate people as much as I do? | ||
|
||
Do you find yourself wasting time trying to find the right condescending message in order to get rid of them? | ||
|
||
Then you need kboard - a keyboard designed specifically to end conversations. Don't waste time with all those other superfluous letters when all you really need is 'k.'. | ||
|
||
* 12 customisable conversation-enders. | ||
* Quickly switch between kboard aDo you hate people as much as I do? | ||
|
||
Do you find yourself wasting time trying to find the right condescending message in order to get rid of them? | ||
|
||
Then you need kboard - a keyboard designed specifically to end conversations. Don't waste time with all those other superfluous letters when all you really need is 'k.'. | ||
|
||
* *NEW* Commands - a powerful VIM-like macro system for your own custom command keys /like this!5dw,i($0!!!!) | ||
|
||
* Add as many custom keys as you need. | ||
* Quickly switch between kboard and your other keyboards | ||
* One-click send option for the pinnacle of laziness - no need to even press enter! | ||
* Choose from 5 material design color schemes | ||
|
||
It will literally save you hours of pointless talking! | ||
|
||
With kboard the world is your oyster: | ||
|
||
* Add your favourite hashtags | ||
* Easily Italicise/bolden things in WhatsApp | ||
* More powerful copy/paste automation with Commands | ||
* Use to speed up github peer reviews (e.g. thumbs up, +1, LGTM) | ||
* Add long names that are awkward to type | ||
* Custom text emoji/faces (e.g. ¯\_(ツ)_/¯, ( ͡° ͜ʖ ͡°)) | ||
* Automate sweet nothings to your partner | ||
|
||
COMMANDS (New in v3) | ||
|
||
Commands is a VIM-like system for adding keys that do special things. For example: | ||
|
||
/WhatsApp italicise!dw,i(_$0_) | ||
/WhatsApp bolden!dw,i(*$0*) | ||
/WhatsApp italics!i(__),j | ||
/Copy All!yy | ||
/Repeat word x4!dw,4p | ||
/rly sad!1000i(😥 ) | ||
|
||
Full list: | ||
d=delete previous character | ||
dw=delete previous word | ||
3dw=delete previous three words | ||
dd=delete all | ||
yy=copy all | ||
y=copy selection | ||
p=paste from clipboard | ||
i(text)=output the content of the brackets ($0 gets replaced with the last deleted/copied content) | ||
upper(text)=as o, but in upper case | ||
lower(text)=as o, but lower case | ||
j=move cursor back by a character | ||
k=move cursor forward by a character | ||
b=move cursor back by a word | ||
w=move cursor forward by a word | ||
s=trigger a send commandnd your other keyboards | ||
* One-click send option for the pinnacle of laziness | ||
|
||
It will literally save you hours of pointless talking! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Keyboard with customisable one-click responses and powerful automation commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kboard |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Fix rnd command not doing anything | ||
* Add Select All command (sa) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* NEW Added `curl` - create a key that outputs the result of a GET request | ||
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢 | ||
* Added `ds` - delete selected or everything | ||
* Refactored key selection view | ||
* Drop support for < Nougat (Sorry!) | ||
* Maybe fixed or broke more things who knows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* NEW Added `curl` - create a key that outputs the result of a HTTP GET request | ||
- examples: Wolfram Short Answers API, Cat Facts, Jokes API, Song name => Youtube Video. The world is your oyster! | ||
* Bring back support for some older devices (KitKat+) | ||
* Performance enhancements + bug fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Do you hate people as much as I do? | ||
|
||
Do you find yourself wasting time trying to find the right condescending message in order to get rid of them? | ||
|
||
Then you need kboard - a keyboard designed specifically to end conversations. Don't waste time with all those other superfluous letters when all you really need is 'k.'. | ||
|
||
* *NEW* Commands - a powerful VIM-like macro system for your own custom command keys /like this!5dw,i($0!!!!) | ||
|
||
* Add as many custom keys as you need. | ||
* Quickly switch between kboard and your other keyboards | ||
* One-click send option for the pinnacle of laziness - no need to even press enter! | ||
* Choose from 5 material design color schemes | ||
|
||
It will literally save you hours of pointless talking! | ||
|
||
With kboard the world is your oyster: | ||
|
||
* Add your favourite hashtags | ||
* Easily Italicise/bolden things in WhatsApp | ||
* More powerful copy/paste automation with Commands | ||
* Use to speed up github peer reviews (e.g. thumbs up, +1, LGTM) | ||
* Add long names that are awkward to type | ||
* Custom text emoji/faces (e.g. ¯\_(ツ)_/¯, ( ͡° ͜ʖ ͡°)) | ||
* Automate sweet nothings to your partner | ||
|
||
COMMANDS (New in v3) | ||
|
||
Commands is a VIM-like system for adding keys that do special things. For example: | ||
|
||
/WhatsApp italicise!dw,i(_$0_) | ||
/WhatsApp bolden!dw,i(*$0*) | ||
/WhatsApp italics!i(__),j | ||
/Copy All!yy | ||
/Repeat word x4!dw,4p | ||
/rly sad!1000i(😥 ) | ||
|
||
Full list: | ||
d=delete previous character | ||
dw=delete previous word | ||
3dw=delete previous three words | ||
dd=delete all | ||
yy=copy all | ||
y=copy selection | ||
p=paste from clipboard | ||
i(text)=output the content of the brackets ($0 gets replaced with the last deleted/copied content) | ||
upper(text)=as o, but in upper case | ||
lower(text)=as o, but lower case | ||
j=move cursor back by a character | ||
k=move cursor forward by a character | ||
b=move cursor back by a word | ||
w=move cursor forward by a word | ||
s=trigger a send command |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Keyboard with customisable one-click responses and powerful automation commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kboard |
Empty file.