Posts

Showing posts from January, 2019

Quick Start: NVDA

Common Keys Start NVDA: Ctrl+Alt+n or Start Menu/NVDAc NVDA key: Insert or Caps Lock NVDA Menu: NVDA + n Quit NVDA: NVDA + q Stop speech: Control Pause Speech: Shift Read current line: NVDA + Up Arrow Read next line: NVDA + Down Arrow Toggle browse/focus modes: NVDA + space Single Letter Navigation: h: heading 1 to 6: headings at levels 1 to 6 respectively Browse mode elements list (show available action list): NVDA + F7 https://www.nvaccess.org/files/nvda/documentation/userGuide.html?#LaunchingNVDA Known Issues "Clickable Clickable Clickable …" Please note that NVDA has a well known issue or bug: Sometimes you might hear a lot of repeated speech “Clickable Clickable Clickable …”, very annoying: This is by design of NVDA. So good solution so far. You can turned of by pressing NVDA+n/Preferences/Settings/Document Formattting/Uncheck “Clickable”. For details, please refer to: User Group discussion: https://nvda.groups.io/g/nvda/topic/stopping_the

My Tool: Using Gulp and Powershell to Automate File Uploading and Approval for SharePoint 2010

Usges Automate uploading all changed files to SharePoint c:\dev\wan\MyProject\gulp default or c:\dev\wan\MyProject\gulp spdefault Automate appoving all files in SharePoint c:\dev\wan\MyProject\gulp approveall Automate checking in all files in SharePoint c:\dev\wan\MyProject\gulp checkinall Automate checking out all files in SharePoint c:\dev\wan\MyProject\gulp checkoutall Note Please ensure Powershell version must be at least 4 ! ($PSVersionTable.PSVersion) To Map Network Drive, WebDAV must be installed (Server Feature/Desktop Experience/Restart Server, enable WebClient service) if the mapped drive Z: is not recognized in powershell or command line, please "net use Z: http://pre.dev.com " instead Please login to Z: first else copying will fail due to no access  Content of c:/dev/wan/MyProject/gulpfile.js // https://www.spdavid.com/use-gulp-and-npm-to-automate-2/ // For SP2013 and SP 2016: https://www.definitivelogic.com/2017/02/21/legacy-sharepoin