terjeio / ioSender

A GCode Sender for Grbl and grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
207 stars 65 forks source link

Shortcut key issues #382

Open auxp opened 1 month ago

auxp commented 1 month ago

Can keyboard shortcuts move the Z-axis or A-axis

terjeio commented 1 month ago

Yes. A-axis is controlled by \<ctrl>+\<shift>+U and N, Z by \<ctrl>+\<shift>+I and M or \<PgUp> and \<PgDn>. Save out a keymapping file from the Settings: App tab and modify it if you want to change any mappings.

auxp commented 1 month ago

是的。 A 轴由 ++U 和 N 控制,Z 由 ++ I 和 M 或 控制。从“设置:应用”选项卡中保存键盘映射文件,如果要更改任何映射,请对其进行修改。

My computer has two keyboards, why is it that one of them cannot achieve multi key functions such as stopping, starting, resetting, unlocking, and resetting, while the A-axis can be tapped

terjeio commented 1 month ago

Not sure I understand the question... Anyway, see this discussion for how you can log kepresses to the console, perhaps that will help?