samknight / slack_applescript

AppleScript bundle for Slack methods
275 stars 20 forks source link

Clearing Status is not working #25

Closed SaschaLucius closed 1 year ago

SaschaLucius commented 3 years ago

Clearing the Status just prints out -Clear your status on my current Slack window I'm on BigSur 11.5.2 and Slack Version 4.19.0. Thats what I've executed osascript -e 'tell script "Slack"' -e 'clear status' -e 'end tell'

SaschaLucius commented 3 years ago

Don't know if its related to https://github.com/samknight/slack_applescript/pull/24

samknight commented 2 years ago

I've just left a message on #24

Could you tell me what keyboard layout you're using? I'm using the key code to invoke the /command which might be why it's generate a - prefix

samknight commented 1 year ago

Closing due to inactivity. If this is still an issue please do try the latest 2.0.3 version first before re-opening