Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame change shortcuts using Ctrl do not work on Mac #273

Closed
gingerbeardman opened this issue Jun 25, 2020 · 8 comments
Closed

Frame change shortcuts using Ctrl do not work on Mac #273

gingerbeardman opened this issue Jun 25, 2020 · 8 comments
Labels
bug Something isn't working platform-specific Related to specific platforms

Comments

@gingerbeardman
Copy link

gingerbeardman commented Jun 25, 2020

The following do not work:

  • Ctrl+Home
  • Ctrl+Left
  • Ctrl+Right
  • Ctrl+End

I have also tried Alt and Cmd, instead of Ctrl, just in case. But the above shortcuts do not work.

The following work OK:

  • F4
  • F5

The following tool selection also work OK:

  • U
  • Alt+U
  • (and all other other tools)

Other shortcuts using Control work OK:

  • New/Save/Export
  • Show Rulers
  • (all other menu items)
@gingerbeardman gingerbeardman changed the title Keyboard shortcuts containing Ctrl do not work on Mac Frame change shortcuts using Ctrl do not work on Mac Jun 25, 2020
@wyattbiker
Copy link

Just curious what are the

Ctrl+Home
Ctrl+Left
Ctrl+Right
Ctrl+End

supposed to do?

@gingerbeardman
Copy link
Author

gingerbeardman commented Jun 25, 2020

As in the issue subject: frame change

  • Ctrl+Home (jump to first frame)
  • Ctrl+Left (goto previous frame)
  • Ctrl+Right (goto next frame)
  • Ctrl+End (jump to last frame)

Screen shot 2020-06-25 at 22 30 58

@Schweini07
Copy link
Contributor

Does something else happen when you press press Ctrl+Left or Ctrl+Right? As it could be that Godot is grabbing focus on an other UI element.

@OverloadedOrama
Copy link
Member

This seems like a duplicate of #67. Do Command + Ctrl work? If they do, we should close the issue and continue on #67.

@OverloadedOrama OverloadedOrama added bug Something isn't working platform-specific Related to specific platforms labels Jun 26, 2020
@gingerbeardman
Copy link
Author

gingerbeardman commented Jun 26, 2020

@Schweini07 nothing happens when I press Ctrl+Left/Right/Home/End

@OverloadedOrama as mentioned above menus that use Control+Command work OK (like File > New/Save/Export)

Also, why do they frame change shortcuts say Ctrl not Control? Any bearing on this issue?

If you think this is a dupe of #67, feel free to close this. You know the app better than I do.

@silocoder
Copy link

Ok for the Macbook it seems to work as follows:
Fn=Function key.

Ctrl+Home (jump to first frame) -> Fn+Ctrl+Cmd+Right
Ctrl+Left (goto previous frame) Ctrl+Cmd+Right
Ctrl+Right (goto next frame) Ctrl+Cmd+Left
Ctrl+End (jump to last frame) Fn+Ctrl+Cmd+Left

The Macbooks have no Home/End key. Normally it is Fn+Right/Left.

So yes you can add this to issue #67

@gingerbeardman
Copy link
Author

gingerbeardman commented Jun 26, 2020

FWIW I am using a full size keyboard with Home/End and Numeric Pad.

But I do see if I use Control+Command+? then the frame change shortcuts do work as follows:

  • Ctrl+Home (jump to first frame) -> Ctrl+Cmd+Home or Fn+Ctrl+Cmd+Left
  • Ctrl+Left (goto previous frame) Ctrl+Cmd+Right
  • Ctrl+Right (goto next frame) Ctrl+Cmd+Left
  • Ctrl+End (jump to last frame) Ctrl+Cmd+End or Fn+Ctrl+Cmd+Right

So, is the issue that the tooltips list the incorrect keyboard shortcuts?

@silocoder your keys for home/end are reversed, see above.

@OverloadedOrama
Copy link
Member

I'll close this as a duplicate of #67 then. Feel free to continue the discussion there, and I'll comment there too if I find a way to deal with the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform-specific Related to specific platforms
Projects
None yet
Development

No branches or pull requests

5 participants