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

Windows shortcuts no longer work? #405

Closed
andyd0 opened this issue Feb 25, 2021 · 4 comments
Closed

Windows shortcuts no longer work? #405

andyd0 opened this issue Feb 25, 2021 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@andyd0
Copy link

andyd0 commented Feb 25, 2021

I believe instead of using the Windows button for Windows shortcuts I would use Ctrl instead. At some point, that stopped working. Is there something I need to change?

@andyd0 andyd0 added the question Further information is requested label Feb 25, 2021
@rbreaves
Copy link
Owner

That should still be working as you would expect, the physical Ctrl key ought to be the Windows key in most cases, besides things like Ctrl+Tab or Ctrl+C in the terminal.

I also just made an update on master that helps expand this more so on Chromebooks than what it was doing previously. Chromebooks are limited though so I ended up converting the Right Alt key to a Win key - but also the Capslock key if they are not on the official ChromeOS.

@andyd0
Copy link
Author

andyd0 commented Feb 26, 2021

So the shortcut I typically use is Win-E for opening windows explorer. With kinto Windows keyboard enabled, I can no longer open windows explorer using Ctrl-E. I used to be able to though.

@andyd0 andyd0 closed this as completed Feb 26, 2021
@andyd0 andyd0 reopened this Feb 26, 2021
rbreaves added a commit that referenced this issue Feb 26, 2021
- Added Open File Browser (Windows). Closes #405
@rbreaves
Copy link
Owner

rbreaves commented Feb 26, 2021

That is intentional, macOS hotkeys > Windows/Linux hotkeys. I have now added Alt-Cmd-Space as a replacement for Ctrl-E (aka Win-E) due to your post.

Ctrl-E is part of emacs style text cursor manipulation, a staple of *nix OS's and POSIX based systems. (Earlier versions of Kinto did not yet have emacs hotkeys implemented or contributed to the project)

Please consult your ~.kinto\kinto.ahk file in the future for " #*:: " hotkeys or any hotkey you believe you are lacking and I will add their macOS counterparts, if they have no already been added. Otherwise - if there is a conflict then the Windows or Linux combo will not work out, but I do not disable hotkeys that do not conflict with known hotkeys which this project is geared towards. You may also use the appropriate thread going forward for any missing hotkeys. #115

# = Win
! = Alt
^ = Ctrl

I do need to update this thread as well but some hotkeys can be readibly seen in these translation tables #44 .

https://github.com/rbreaves/kinto/blob/master/windows/kinto.ahk

     #IfWinNotActive ahk_group terminals
        ; emacs style
        #n::Send {Down}
        #p::Send {Up}
        #f::Send {Right}
        #b::Send {Left}
        #a::Send {Home}
        #e::Send {End}
        #d::Send {Delete}
        #k::Send +{End}{Backspace}
    #If
    ```

@rbreaves
Copy link
Owner

rbreaves commented Feb 26, 2021

Win+A - Notification = No replacement
Win+D - Show Desktop = Cmd+F3
Win+K - Connect sidebar = No replacement
Win+N - Nothing assigned
Win+P - Presentation mode = No replacement
Win+B - Selects first icon in systray = No replacement

Kinto inevitably has a few casualties, not much I can do about them unless there's an equivalent suggested to me that align w/ macs. Otherwise it becomes my opinion or preference which is anyone's guess. Always find the mac way of doing a shortcut if you can and I will happily jump on correcting it, if it doesn't exist then your call on how to add it is as good as mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants