Skip to content

Commit 80dc06a

Browse files
committed
Add fastlane metadata
1 parent b403ab5 commit 80dc06a

File tree

19 files changed

+161
-0
lines changed

19 files changed

+161
-0
lines changed

metadata/en-GB/changelogs/24.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fix rnd command not doing anything
2+
* Add Select All command (sa)

metadata/en-GB/changelogs/26.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢
2+
* Added `ds` - delete selected or everything
3+
* Refactored key selection view
4+
* Drop support for < Nougat (Sorry!)
5+
* Maybe fixed or broke more things who knows

metadata/en-GB/changelogs/28.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢
2+
* Added `ds` - delete selected or everything
3+
* Refactored key selection view
4+
* Drop support for < Nougat (Sorry!)
5+
* Maybe fixed or broke more things who knows

metadata/en-GB/changelogs/30.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* NEW keys to 𝕥𝕣𝕒𝕟𝕤𝕗𝕠𝕣𝕞 🅣🅔🅧🅣 𝚒𝚗𝚝𝚘 🄵🄰🄽🄲🅈 𝔲𝔫𝔦𝔠𝔬𝔡𝔢
2+
* Added `ds` - delete selected or everything
3+
* Refactored key selection view
4+
* Drop support for < Nougat (Sorry!)
5+
* Maybe fixed or broke more things who knows

metadata/en-GB/changelogs/31.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* NEW Added `curl` - create a key that outputs the result of a HTTP GET request
2+
- examples: Wolfram Short Answers API, Cat Facts, Jokes API, Song name => Youtube Video. The world is your oyster!
3+
* Bring back support for some older devices (KitKat+)
4+
* Performance enhancements + bug fixes
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Do you hate people as much as I do?
2+
3+
Do you find yourself wasting time trying to find the right condescending message in order to get rid of them?
4+
5+
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.'.
6+
7+
* 12 customisable conversation-enders.
8+
* Quickly switch between kboard aDo you hate people as much as I do?
9+
10+
Do you find yourself wasting time trying to find the right condescending message in order to get rid of them?
11+
12+
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.'.
13+
14+
* *NEW* Commands - a powerful VIM-like macro system for your own custom command keys /like this!5dw,i($0!!!!)
15+
16+
* Add as many custom keys as you need.
17+
* Quickly switch between kboard and your other keyboards
18+
* One-click send option for the pinnacle of laziness - no need to even press enter!
19+
* Choose from 5 material design color schemes
20+
21+
It will literally save you hours of pointless talking!
22+
23+
With kboard the world is your oyster:
24+
25+
* Add your favourite hashtags
26+
* Easily Italicise/bolden things in WhatsApp
27+
* More powerful copy/paste automation with Commands
28+
* Use to speed up github peer reviews (e.g. thumbs up, +1, LGTM)
29+
* Add long names that are awkward to type
30+
* Custom text emoji/faces (e.g. ¯\_(ツ)_/¯, ( ͡° ͜ʖ ͡°))
31+
* Automate sweet nothings to your partner
32+
33+
COMMANDS (New in v3)
34+
35+
Commands is a VIM-like system for adding keys that do special things. For example:
36+
37+
/WhatsApp italicise!dw,i(_$0_)
38+
/WhatsApp bolden!dw,i(*$0*)
39+
/WhatsApp italics!i(__),j
40+
/Copy All!yy
41+
/Repeat word x4!dw,4p
42+
/rly sad!1000i(😥 )
43+
44+
Full list:
45+
d=delete previous character
46+
dw=delete previous word
47+
3dw=delete previous three words
48+
dd=delete all
49+
yy=copy all
50+
y=copy selection
51+
p=paste from clipboard
52+
i(text)=output the content of the brackets ($0 gets replaced with the last deleted/copied content)
53+
upper(text)=as o, but in upper case
54+
lower(text)=as o, but lower case
55+
j=move cursor back by a character
56+
k=move cursor forward by a character
57+
b=move cursor back by a word
58+
w=move cursor forward by a word
59+
s=trigger a send commandnd your other keyboards
60+
* One-click send option for the pinnacle of laziness
61+
62+
It will literally save you hours of pointless talking!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Keyboard with customisable one-click responses and powerful automation commands.

metadata/en-GB/title.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kboard

metadata/en-GB/video.txt

Whitespace-only changes.

metadata/en-US/changelogs/24.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fix rnd command not doing anything
2+
* Add Select All command (sa)

0 commit comments

Comments
 (0)