forked from RubicBG/Nilesoft-Shell-Snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bar.title.nss
17 lines (15 loc) · 868 Bytes
/
bar.title.nss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Author: Rubic / RubicBG
// After replacing shell32 components with XAML resources, Windows Explorer's fullscreen does not work properly.
item(title=str.res('ieframe.dll', -17985) where=wnd.is_titlebar type='*'
tip=str.res('ieframe.dll', -9531)
pos=indexof(str.replace(title.close, '&', '')) image=\uE1B1
cmd=key.send(key.F11))
menu(title=title.windows where=wnd.is_titlebar type='*' pos=indexof(str.replace(title.close, '&', '')) sep='both' image=\uE1FB)
{
item(title=title.cascade_windows cmd=command.cascade_windows)
item(title=title.Show_windows_stacked cmd=command.Show_windows_stacked)
item(title=title.Show_windows_side_by_side cmd=command.Show_windows_side_by_side)
sep
item(title=title.minimize_all_windows keys='Win+M' cmd=command.minimize_all_windows)
item(title=title.restore_all_windows keys='Win+Shift+M' cmd=command.restore_all_windows)
}