Compare commits

..

No commits in common. "0f7ff6799564cbf8983af5c82089bf3cde3bf88d" and "6459b7c8c6b8416622d4db876c40bd6f01938c3a" have entirely different histories.

View File

@ -87,7 +87,7 @@ key_bindings:
- { key: C, mods: Control|Shift, action: Copy }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
- { key: Add, mods: Control, action: IncreaseFontSize }
- { key: Subtract, mods: Control, action: DecreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: N, mods: Control, action: SpawnNewInstance }