ImageGlass icon indicating copy to clipboard operation
ImageGlass copied to clipboard

Change keyboard shortcuts through the Settings window

Open claudiuskuo opened this issue 5 years ago • 10 comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

claudiuskuo avatar Aug 20 '19 01:08 claudiuskuo

Could you provide a concrete example? Which shortcut key(s) do you want to change?

fire-eggs avatar Aug 21 '19 16:08 fire-eggs

Thank you! I was wondering if there is a way for me to set "Copy Image Path" to (Ctrl+Shift+C) and "Full Image" to (F).

claudiuskuo avatar Aug 21 '19 18:08 claudiuskuo

It would be nice to be able to. I'd like to edit the shortcut for the "Scale to Width" setting. I keep hitting that accidentally when I mean to close the window.

Unknow0059 avatar Apr 18 '20 10:04 Unknow0059

@Unknow0059 The next release will have an update for shortcuts to make it more convenient and to prepare/standardize for the keyboard shortcuts customization image

d2phap avatar Apr 18 '20 13:04 d2phap

Personally I'm also missing hotkey for "Copy Image Path" option :slightly_smiling_face:

mlewand avatar Nov 01 '21 13:11 mlewand

@mlewand "Copy image path" menu has a hotkey in the latest build of IG Moon: https://imageglass.org/moon

image

d2phap avatar Nov 02 '21 14:11 d2phap

Awesome, thank you! Can't wait till it makes into stable release 🤞

mlewand avatar Nov 18 '21 22:11 mlewand

@d2phap thank you I can confirm that it works like a charm in the stable release 👍

mlewand avatar Dec 06 '21 00:12 mlewand

Please add "Hotkey settings" (like ShareX)

image

xmha97 avatar Jan 22 '22 07:01 xmha97

Please, let me edit shortcuts like I want. I really don't like to have to press Ctrl+Shift+C to copy an image, I would like to hit just Ctrl+C; I would like a way to toggle full-screen with F; I would like a new shortcut to close ImageGlass, like Ctrl+W; and I would like to change the order of the Fit commands.

KonoVitoDa avatar Mar 03 '22 08:03 KonoVitoDa

You can change the hotkey of the menus in v9.0 beta 2.

For example:

// in igconfig.json file

"MenuHotkeys": {
  "MnuOpenFile": "O",
  "MnuPrint": "Ctrl+Shift+Alt+P"
},

You can find all the menu names (begin with Mnu) in https://github.com/d2phap/ImageGlass/blob/40c22af09e81ac6ffc8b8e0f3114615677ee4c45/v9/ImageGlass/FrmMain.Designer.cs

d2phap avatar Sep 06 '22 13:09 d2phap

Same as vitormathews, if it would be possible to edit shortcuts/keybindings from settings.

Pressing CTRL+Shift+S for every image I want to save as , GRUELLING. Please let the user choose the keys/shortcuts best suited.

Thank you.

xS10x avatar Jan 05 '23 19:01 xS10x

You already can change the hotkey of the menus in since IG v9.0 beta 2 as mentioned in my above comment. UI for settings will be added once the stable version is released

d2phap avatar Jan 06 '23 03:01 d2phap

You already can change the hotkey of the menus in since IG v9.0 beta 2 as mentioned in my above comment. UI for settings will be added once the stable version is released

But how to do it? What should I add at the MenuHotkeys section in igconfig.json? And how to correctly format it?

KonoVitoDa avatar Jan 11 '23 23:01 KonoVitoDa