mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
Restructing kinto.py
This commit is contained in:
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
Reference in New Issue
Block a user