Store shortcuts in a dedicated file instead of in Everything.ini
-
Mike2000
- Posts: 3
- Joined: Sat Sep 20, 2025 2:58 pm
Store shortcuts in a dedicated file instead of in Everything.ini
With shortcut keys stored in a dedicated file, e. g. "shortcuts.ini", sharing shortcuts between different machines would be a lot easier.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Keyboard shortcuts will always be stored in the Everything.ini
I have put on my TODO list to add a virtual keyboard setting to make it really easy to transfer keyboard shortcuts.
Thank you for the suggestion.
I have plans to rewrite the Tools -> Options -> Keyboard page for a future version of Everything.
I will make it easier to reset individual commands, import and export settings and see what custom keyboard shortcuts have been set.
I have put on my TODO list to add a virtual keyboard setting to make it really easy to transfer keyboard shortcuts.
Thank you for the suggestion.
I have plans to rewrite the Tools -> Options -> Keyboard page for a future version of Everything.
I will make it easier to reset individual commands, import and export settings and see what custom keyboard shortcuts have been set.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Can't that be done with User.ini ?
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Yes.
Create a User.ini in %APPDATA%\Everything
Add a [Everything] section and add your keyboard shortcuts.
For example:
User.ini
You can find your existing keyboard shortcuts in your %APPDATA%\Everything\Everything.ini
The first keyboard shortcut setting is:
The downside with a User.ini is it will reset the defined keyboard shortcuts each time you restart Everything.
Create a User.ini in %APPDATA%\Everything
Add a [Everything] section and add your keyboard shortcuts.
For example:
User.ini
Code: Select all
[Everything]
show_window_key=379
The first keyboard shortcut setting is:
file_new_window_keysThe downside with a User.ini is it will reset the defined keyboard shortcuts each time you restart Everything.
-
Mike2000
- Posts: 3
- Joined: Sat Sep 20, 2025 2:58 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Thanks for the fast reply. What do you think about giving the ini file a little more structure? With that I mean grouping settings of the same kind in blocks. Something like:void wrote: Sat Sep 20, 2025 11:03 pm Keyboard shortcuts will always be stored in the Everything.ini
Code: Select all
;[shortcuts_begin]
....
;[shortcuts_end]-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Structure would be great, but hard to add now..
I will consider comments to breakup sections.
(something that will not break the existing ini files)
Thank you for the suggestion.
All keyboard shortcuts end with
I will consider comments to breakup sections.
(something that will not break the existing ini files)
Thank you for the suggestion.
All keyboard shortcuts end with
_keys-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Store shortcuts in a dedicated file instead of in Everything.ini
Structure.
Kind of my thought too, viewtopic.php?p=76554#p76554.
(Nice, perhaps, but not necessary.)
Kind of my thought too, viewtopic.php?p=76554#p76554.
(Nice, perhaps, but not necessary.)