-
-
Notifications
You must be signed in to change notification settings - Fork 269
Change shortcuts for line comment, stream comment, reset zoom and transparent mode #197
base: master
Are you sure you want to change the base?
Conversation
Sorry, I don't think they are. |
@XhmikosR Ctrl+/ for line comment is used by Eclipse, IntelliJ IDEA / Android Studio, NetBeans and XCode (Command+/) in default settings. |
Sure, but for my use case |
That being said, if more people want this, I can always revisit. I'm mostly interested about the comment shortcuts which have been like this for years. The others are OK. |
@popov895 I use the transparent mode regularly and I often activate it using the shortcut too. I'm quite sure I'm not the only one who does his either.
|
Most applications I use that allow zooming use Ctrl++, Ctrl+-, and Ctrl+0 for zoom in, out, reset. I think that this is sort of an "industry standard". I'm talking most browsers, most photo editing apps etc. |
- fix exception - reported in notepad2-mod pull request (Crash fixing. rizonesoft#172), which has been rejected there, but I was able to reproduce it in VS2017 debug mode (initial defaults for exception handling). (XhmikosR/notepad2-mod#172) - incorporate changes from notepad2-mod from v.4.2.25.995 to v.4.2.25.998 (one fix, the other changes we have done before already) - Change shortcuts for the following actions: (-) Toggle Transparent Mode: moved from Ctrl+0 to Ctrl+Numpad_* (x) Reset Zoom: Ctrl+/ change to Ctrl+0 ($v_5.0.26) Additional Accelerator Keys, as suggested by (XhmikosR/notepad2-mod#197) (+) Toggle Line Comment : in addition to Ctrl+Q add Ctrl+/ with same functionality (+) Do Stream Comment : in addition to Ctrl+Shift+Q add Ctrl+Shift+/ with same functionality believing new shortcuts are more convenient and more widely used, aren't they?
- fix exception - reported in notepad2-mod pull request (Crash fixing. XhmikosR#172), which has been rejected there, but I was able to reproduce it in VS2017 debug mode (initial defaults for exception handling). (XhmikosR#172) - incorporate changes from notepad2-mod from v.4.2.25.995 to v.4.2.25.998 (one fix, the other changes we have done before already) - Change shortcuts for the following actions: (-) Toggle Transparent Mode: moved from Ctrl+0 to Ctrl+Numpad_* (x) Reset Zoom: Ctrl+/ change to Ctrl+0 ($v_5.0.26) Additional Accelerator Keys, as suggested by (XhmikosR#197) (+) Toggle Line Comment : in addition to Ctrl+Q add Ctrl+/ with same functionality (+) Do Stream Comment : in addition to Ctrl+Shift+Q add Ctrl+Shift+/ with same functionality believing new shortcuts are more convenient and more widely used, aren't they?
Yes, I know of this de-facto set of key combinations.
My point is that rather than removing the shortcut, kindly consider
remapping it to some other combination.
Thank you.
…On 6 Aug 2017 21:34, "Gregory Netsas" ***@***.***> wrote:
Most applications I use that allow zooming use Ctrl++, Ctrl+-, and Ctrl+0
for zoom in, out, reset. I think that this is sort of an "industry
standard". I'm talking most browsers, most photo editing apps etc.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#197 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHNbgqyDRBHSLznigpJr2-4p3De88nBHks5sVjFXgaJpZM4ORvNS>
.
|
Change shortcuts for the following actions:
I believe that new shortcuts are more convenient and more widely used, aren't they?