Advertisement
lzedl

Untitled

Nov 1st, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.32 KB | None | 0 0
  1. ---
  2. # keyboard config
  3. keyboard:
  4.   key_bindings:
  5.    # Ctrl+c, a -> сказать привет
  6.     - keys: [[Ctrl, c], a]
  7.       command:
  8.         type: script
  9.         name: /usr/bin/say_hello.py
  10.     - keys: [Win, 1]
  11.       command:
  12.         name: switch_workspce
  13.         params:
  14.           workspace: 1:Term
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement