Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Résolu] AppleScript

Featured Replies

Posté(e)

Salut j'aurais besoin d'un connaisseur en Apple script

j'aurais bien d'un script qui fasse

l'équivalent

d'un cmd+tab / espace / cmd+tab

et il faudrait que je tout soit associé a une touche fonction.

utilité : j'ai une appli en flash qui tourne sur safari et même temps je tape sur Ms Word et j'aurais besoin de mettre en pause l'appli face avec une seule touche (en l'occurence une touche fonction) c'est pas que cmd+tab / espace / cmd+tab me gène mais c'est pas vraiment pratique.

Vous avez une idée pour comment m'y prendre ?

Posté(e)
  • Auteur

Réponse :

tell application "System Events"
keystroke tab using command down
delay 0.1
keystroke space
keystroke tab using command down
end tell

keystroke tab using command down -> Pomme + tab

keystroke space -> Espace

keystroke tab using command down -> Pomme + tab

delay 0.1 -> mini délais de 0.1s sinon ça marche pas :)

Merci à JackJr300 de MacBidouille ;)

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.