-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Refresh shortcut #203
Comments
Hi, thanks!
The refresh button is already available since v0.5.0 and refresh shortcuts have also been implemented a while ago, so they actually are not new. For the back and forth navigation I wish I could add mouse4 and mouse5 bindings, but this can't be done in NWjs (see #180). Keyboard shortcuts for this and also other things like modal popups still need to be worked on though. But yeah, backspace and shift+backspace could of couse be added.
You need the latest chatty version. I'm not sure if this is still beta or not, but the author has added a single instance mode just recently. The GUI already tells you to use a greater version than |
Wow. A lot of these things have been taken into consideration already. "about" page. |
The shortcuts are working only on Windows and OSX, NWjs does not support these by default on Linux for some reason, so they still need to be added here...
Telling the version is usually is enough 😃
Well, I can hardly believe that this is an issue with the application code. There's nothing special going on here, just the normal DOM KeyboardEvents, although the deprecated However, you could try to debug the application and see what keys are being captured. Open the app (from the font rendering in the screenshot I can see that you're on OSX, right?) with the
Ctrl+R and Meta+R should both work on OSX.
The "Function modifier" key on notebooks is something special and is no real modifier. It just changes the codes of the buttons while pressing it. A button for changing the brightness or changing the volume can also be added to a keyboard without a function modifier... |
Good to know about how fn works. |
These values are independent from the used keyboard layout, so it should behave equally on each system. What about Ctrl+R and F5? |
Ah you are right. That is what I was doing wrong! It works with control. |
No, I think there's something wrong with NWjs, I just figured it out... It doesn't trigger any KeyboardEvents when you're pressing Cmd+R. It just triggers the modifier key itself instead of the combination. This basically means, that #152 doesn't work, although it's supposed to work, see here. Let me see if this can be fixed by using NWjs shortcuts... |
Unregister global shortcut when the application loses focus...
Hello,
First of all I really really appreciate the work that is being done on this project. I use it on a regular basis. I like to used keyboard shortcuts a lot and it is getting a little bit redundant to click everywhere.
I have no idea how much work it is but I would really appreciate it if shortcuts like backspace for last page and cmd/ctrl r for the refreshing of pages. (I noticed the refresh button was added in the newest version and use it all the time now. Before I used to change between top and streams to refresh.)
I also really like that you can start the chat in different programs and set them as default. This request is less important but when I open a second chat in chatty it opens up a new instance a every time. It would be really nice if it could open as a new tab within the same instance.
The text was updated successfully, but these errors were encountered: