Cleanup: Make format
This commit is contained in:
@@ -3152,19 +3152,19 @@ def km_console(_params):
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_WORD'),("select", True)]}),
|
||||
{"properties": [("type", 'PREVIOUS_WORD'), ("select", True)]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties": [("type", 'NEXT_WORD')]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
||||
{"properties": [("type", 'NEXT_WORD'),("select", True)]}),
|
||||
{"properties": [("type", 'NEXT_WORD'), ("select", True)]}),
|
||||
("console.move", {"type": 'HOME', "value": 'PRESS'},
|
||||
{"properties": [("type", 'LINE_BEGIN')]}),
|
||||
("console.move", {"type": 'HOME', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("type", 'LINE_BEGIN'),("select", True)]}),
|
||||
{"properties": [("type", 'LINE_BEGIN'), ("select", True)]}),
|
||||
("console.move", {"type": 'END', "value": 'PRESS'},
|
||||
{"properties": [("type", 'LINE_END')]}),
|
||||
("console.move", {"type": 'END', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("type", 'LINE_END'),("select", True)]}),
|
||||
{"properties": [("type", 'LINE_END'), ("select", True)]}),
|
||||
("wm.context_cycle_int", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
{"properties": [("data_path", 'space_data.font_size'), ("reverse", False)]}),
|
||||
("wm.context_cycle_int", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
@@ -3176,11 +3176,11 @@ def km_console(_params):
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER'),("select", True)]}),
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER'), ("select", True)]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
||||
{"properties": [("type", 'NEXT_CHARACTER'),("select", True)]}),
|
||||
{"properties": [("type", 'NEXT_CHARACTER'), ("select", True)]}),
|
||||
("console.history_cycle", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("reverse", True)]}),
|
||||
("console.history_cycle", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
||||
|
||||
@@ -1894,19 +1894,19 @@ def km_console(params):
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_WORD'),("select", True)]}),
|
||||
{"properties": [("type", 'PREVIOUS_WORD'), ("select", True)]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties": [("type", 'NEXT_WORD')]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
||||
{"properties": [("type", 'NEXT_WORD'),("select", True)]}),
|
||||
{"properties": [("type", 'NEXT_WORD'), ("select", True)]}),
|
||||
("console.move", {"type": 'HOME', "value": 'PRESS'},
|
||||
{"properties": [("type", 'LINE_BEGIN')]}),
|
||||
("console.move", {"type": 'HOME', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("type", 'LINE_BEGIN'),("select", True)]}),
|
||||
{"properties": [("type", 'LINE_BEGIN'), ("select", True)]}),
|
||||
("console.move", {"type": 'END', "value": 'PRESS'},
|
||||
{"properties": [("type", 'LINE_END')]}),
|
||||
("console.move", {"type": 'END', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("type", 'LINE_END'),("select", True)]}),
|
||||
{"properties": [("type", 'LINE_END'), ("select", True)]}),
|
||||
("wm.context_cycle_int", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
{"properties": [("data_path", 'space_data.font_size'), ("reverse", False)]}),
|
||||
("wm.context_cycle_int", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
@@ -1918,11 +1918,11 @@ def km_console(params):
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
||||
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER'),("select", True)]}),
|
||||
{"properties": [("type", 'PREVIOUS_CHARACTER'), ("select", True)]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
||||
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
||||
{"properties": [("type", 'NEXT_CHARACTER'),("select", True)]}),
|
||||
{"properties": [("type", 'NEXT_CHARACTER'), ("select", True)]}),
|
||||
("console.history_cycle", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("reverse", True)]}),
|
||||
("console.history_cycle", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
||||
|
||||
Reference in New Issue
Block a user