Code, Strings, and Keys

    • About Thomas Powell
    • Account
    • It’s been [0] days since [program] last updated
    • Login
    • Password Reset
    • Pianist / Accompanist / Music Director Resume
    • Reading List 2025
    • Register
    • Running Gear – Shoes, Treadmill, and Bandages
    • Site Map
Illustration of a bird flying.
  • Applescripts to Mute or Unmute Lync

    In preparation for hooking up Lync muting and unmuting to separate hotkeys, I wanted to make sure that my scripts no longer toggled the mute button, but only muted or unmuted. For that to work, I needed to retrieve the current state of the checkbox. set theCheckbox to checkbox 5 of splitter group 1 of…

    July 7, 2014
  • Toggling the mute button in Microsoft Lync for Mac via Applescript

    Through liberal use of the dictionary for Microsoft Lync, the Accessibility Inspector, and a few web links, I’ve come up with this script which toggles the mute button in Lync for Mac. tell application “Microsoft Lync” activate end tell tell application “System Events” tell process “Microsoft Lync” repeat with aWindow in (get every window) set…

    June 27, 2014
  • rspec-rails 3 deprecation warnings scripts and fixes

    Upon upgrading to rspec 2.99.0, I began to receive deprecation warnings for several things that had issues, and to do a few updates: Because the project was using its syntax and stub_model I needed to add that functionality back into rspec in the :test group of my Gemfile: # Support for its syntax gem ‘rspec-its’, ‘~>…

    June 19, 2014
←Previous Page
1 … 65 66 67 68 69 … 312
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress