mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Declare the start of the Alpha 4 release series
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::process::Command;
|
||||
|
||||
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 3";
|
||||
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 4";
|
||||
|
||||
fn main() {
|
||||
// Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.
|
||||
|
||||
@@ -140,7 +140,7 @@ pub fn input_mappings() -> Mapping {
|
||||
// NavigateToolMessage
|
||||
entry!(KeyDown(MouseLeft); action_dispatch=NavigateToolMessage::ZoomCanvasBegin),
|
||||
entry!(KeyDown(MouseLeft); modifiers=[Alt], action_dispatch=NavigateToolMessage::TiltCanvasBegin),
|
||||
entry!(PointerMove; refresh_keys=[Control], action_dispatch=NavigateToolMessage::PointerMove { snap: Control }),
|
||||
entry!(PointerMove; refresh_keys=[Shift], action_dispatch=NavigateToolMessage::PointerMove { snap: Shift }),
|
||||
entry!(KeyUp(MouseLeft); action_dispatch=NavigateToolMessage::PointerUp { zoom_in: true }),
|
||||
entry!(KeyUp(MouseLeft); modifiers=[Shift], action_dispatch=NavigateToolMessage::PointerUp { zoom_in: false }),
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user