mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 02:51:16 +08:00
Use shift key instead of alt for the OctoPrint shortcut. #3789
This commit is contained in:
parent
5f30ab2f0d
commit
426e79c654
@ -256,7 +256,7 @@ sub new {
|
|||||||
EVT_LEFT_UP($self->{btn_send_gcode}, sub {
|
EVT_LEFT_UP($self->{btn_send_gcode}, sub {
|
||||||
my (undef, $e) = @_;
|
my (undef, $e) = @_;
|
||||||
|
|
||||||
my $alt = $e->AltDown;
|
my $alt = $e->ShiftDown;
|
||||||
wxTheApp->CallAfter(sub {
|
wxTheApp->CallAfter(sub {
|
||||||
$self->prepare_send($alt);
|
$self->prepare_send($alt);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user