Guest User

Untitled

a guest
Jan 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.         "keys": ["alt+shift+right"],
  3.         "command": "set_layout",
  4.         "args":
  5.         {
  6.             "cols": [0.0, 0.2, 1.0],
  7.             "rows": [0.0, 1.0],
  8.             "cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
  9.         }
  10.     },
  11.     {
  12.         "keys": ["alt+shift+left"],
  13.         "command": "set_layout",
  14.         "args":
  15.         {
  16.             "cols": [0.0, 0.8, 1.0],
  17.             "rows": [0.0, 1.0],
  18.             "cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
  19.         }
  20.     }
Add Comment
Please, Sign In to add comment