This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEXT-CHAR = %x01-09 / %x0B-0C / %x0E-7F | |
; <any CHAR except CR and LF> | |
; %x01-09 / %x0B-0C / %x0E-7F | |
any-TEXT-CHAR-except-quoted-specials = %x01-09 / %x0B-0C / %x0E-21 / %x23-5B / %x5D-7F | |
; <any TEXT-CHAR except quoted-specials> | |
; '"' = %x22 | |
; '\' = %x5C | |
ATOM-CHAR = %x21 / %x23-24 / %x26-27 / %x2B-5B / %x5E-7A / %x7C-7E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- "C:\Users\Dima\AppData\Roaming\Far Manager\Profile\Macros\scripts" | |
Macro { | |
description="Gray Plus"; | |
area="Shell"; | |
key="Ctrl`"; | |
action=function() | |
local vk = win.GetVirtualKeys() | |
Keys("Add") | |
end; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files\Google\Chrome\Application\chrome.exe" -app=https://keep.google.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Upgrade] | |
UpgradedOn=0x653c3e7f | |
[Screen] | |
Clock=1 | |
KeyBar=1 | |
ScreenSaver=0 | |
ScreenSaverTime=5 | |
ViewerEditorClock=0 |