No Image

Some useful short-key for me (Updating)

2019-03-05 jj 0

WindowsWin + LLock desktopAlt + EscPut current window to bottomAlt + Space + nMinimize current windowChromeCtrl + Tabnext tabCtrl + Shift + Tabprevious tabAlt + D, Alt + EnterDuplicate current tabRight click tab, DuplicateDuplicate current tabSurfaceFn + Capsswitch Fn key

No Image

Some useful short-key(shortcut) for me (Updating)

2019-03-05 jj 0

WindowsWin + LLock desktopAlt + EscPut current window to bottomAlt + Space + nMinimize current windowChromeCtrl + Tabnext tabCtrl + Shift + Tabprevious tabAlt + D, Alt + EnterDuplicate current tabRight click tab, DuplicateDuplicate current tabSurfaceFn + Caps,switch Fn keyVolume up + powerWin + Shift + sPrtScn,win + volume-downScreen captureVS codeCtrl + jCtrl + Shift + mToggle panel on the bottomCtrl + bToggle left panel (sidebar)Ctrl + Shift + pshow all commands

No Image

Avoid fileIO locking

2019-02-10 jj 0

        private static ReaderWriterLockSlim _readWriteLock;

        public void WriteToFileThreadSafe(string text, string path)
        {
            // Set Status to Locked
            _readWriteLock.