Compare commits

...

5 Commits
1.2-12 ... CI

Author SHA1 Message Date
Ben Reaves
c4b30587dd Restructing kinto.py 2022-04-02 01:33:14 -05:00
Ben Reaves
81581c547b Merge branch 'master' into staging 2022-04-01 23:59:14 -05:00
Ben Reaves
bd9ecd123f Create 01-ubuntu-budgie.yml 2022-04-01 23:58:25 -05:00
Ben Reaves
14ac2c8349 Update README.md 2022-03-20 02:11:51 -05:00
Ben Reaves
a91bbec93c Windows - Adds new Lockscreen hotkey, lowercase hotkey & taskview 2022-03-13 17:21:18 -05:00
8 changed files with 145 additions and 1 deletions

34
.github/workflows/01-ubuntu-budgie.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ staging ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

View File

@@ -26,7 +26,7 @@ If you like or appreciate this project then please consider donating.
|**Wishlists**|[Amazon](https://smile.amazon.com/hz/wishlist/ls/3EVXR21VFKD9Z?ref_=wl_share)|[Adafruit](https://www.adafruit.com/wishlists/515932)|[eBay](https://www.ebay.com/mye/myebay/WatchList?custom_list_id=636668138019)|
|---|---|---|---|
I have received some really great letters with donations & email, so I plan to make some of them public while redacting last names or anything I feel should remain private, and will be posting them on the frontpage of kinto.sh as I really do appreciate all of the support!
I have received some really great letters with donations & email. I've also posted some of them with redacted first names to kinto.sh.
Also if you would like to send me a keyboard directly then please reach out to me over [twitter](https://twitter.com/gbit86) and send me a DM.

View File

View File

@@ -0,0 +1,50 @@
# Keyboard options
# - "IBM", "Chromebook","WinMac", "Mac"
keyboard: ""
# Possible options
# - ["altgr","caps2cmd"]
options: []
Any:
default: []
altgr: []
caps2cmd: ["Key.CAPSLOCK: Key.RIGHT_CTRL,"]
IBM:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.LEFT_CTRL: Key.LEFT_ALT,",
"Key.CAPSLOCK: Key.LEFT_META,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,",
"Key.RIGHT_CTRL: Key.RIGHT_ALT,"
]
Chromebook:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.LEFT_CTRL: Key.LEFT_ALT,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,",
"Key.RIGHT_CTRL: Key.RIGHT_ALT,"
]
caps2cmd: ["Key.LEFT_META: Key.RIGHT_CTRL,"]
WinMac:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.LEFT_META: Key.LEFT_ALT,",
"Key.LEFT_CTRL: Key.LEFT_META,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,",
"Key.RIGHT_META: Key.RIGHT_ALT,",
"Key.RIGHT_CTRL: Key.RIGHT_META,"
]
Mac:
default: [
"Key.LEFT_META: Key.RIGHT_CTRL,",
"Key.LEFT_CTRL: Key.LEFT_META,"
]
altgr: [
"Key.RIGHT_META: Key.RIGHT_CTRL,",
"Key.RIGHT_CTRL: Key.RIGHT_META,"
]

View File

@@ -0,0 +1,49 @@
# Keyboard options
# - "IBM", "Chromebook","WinMac", "Mac"
keyboard: ""
# Possible options
# - ["altgr","caps2cmd"]
options: []
Any:
default: []
altgr: []
caps2cmd: ["Key.CAPSLOCK: Key.RIGHT_CTRL,"]
IBM:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.CAPSLOCK: Key.LEFT_ALT,",
"Key.RIGHT_CTRL: Key.RIGHT_ALT,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,",
"Key.RIGHT_CTRL: Key.RIGHT_ALT,"
]
Chromebook:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.LEFT_META: Key.LEFT_ALT,",
"Key.RIGHT_CTRL: Key.RIGHT_ALT,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,"
]
caps2cmd: ["Key.LEFT_META: Key.RIGHT_CTRL,"]
WinMac:
default: [
"Key.LEFT_ALT: Key.RIGHT_CTRL,",
"Key.LEFT_META: Key.LEFT_ALT,",
"Key.LEFT_CTRL: Key.LEFT_CTRL,"
]
altgr: [
"Key.RIGHT_ALT: Key.RIGHT_CTRL,",
"Key.RIGHT_META: Key.RIGHT_ALT,",
"Key.RIGHT_CTRL: Key.LEFT_CTRL,"
]
Mac:
default: [
"Key.LEFT_META: Key.RIGHT_CTRL,"
]
altgr: [
"Key.RIGHT_META: Key.RIGHT_CTRL,",
"Key.RIGHT_CTRL: Key.LEFT_CTRL,"
]

View File

View File

@@ -87,6 +87,8 @@ chromes = [
chromes = [chrome.casefold() for chrome in chromes]
chromeStr = "|".join(str('^'+x+'$') for x in chromes)
# Reference group-name-custom.yaml
# edges = ["microsoft-edge-dev","microsoft-edge"]
# edges = [edge.casefold() for edge in edges]
# edgeStr = "|".join(str('^'+x+'$') for x in edges)

View File

@@ -215,6 +215,15 @@ GroupAdd, intellij, ahk_exe idea64.exe
; +F6::Send {LCtrl down}{LWin down}{right}{LCtrl up}{LWin up} ; Comment out on host machine
#IfWinNotActive ahk_group remotes
; Lock Workstation
#^q::DllCall("LockWorkStation")
; Conflicts w/ Win-L so will use Ctrl-Shift-L as Ctrl-L replacement
; Helpful for Sublime text lowercasing & VSCode
^+l::Send ^{l}
; Adds Task View to Ctrl-Cmd-Down
#^Down::
Run, "C:\Windows\explorer.exe" "shell:::{3080F90E-D7AD-11D9-BD98-0000947B0257}"
return
; wordwise support
^Up::Send ^{Home}
^+Up::Send ^+{Home}