mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c4b30587dd | ||
![]() |
81581c547b | ||
![]() |
a91bbec93c |
0
linux/config.d/app-general-browsers.yaml
Normal file
0
linux/config.d/app-general-browsers.yaml
Normal file
50
linux/config.d/conditional-modmap-gui.yaml
Normal file
50
linux/config.d/conditional-modmap-gui.yaml
Normal 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,"
|
||||
]
|
49
linux/config.d/conditional-modmap-terminal.yaml
Normal file
49
linux/config.d/conditional-modmap-terminal.yaml
Normal 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,"
|
||||
]
|
0
linux/config.d/group-terminals.yaml
Normal file
0
linux/config.d/group-terminals.yaml
Normal 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)
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user