HotKey.GetTag
-------------

Queries the tag defined for this hotkey.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [HotKey](component_HotKey.md) | [5.4](newinversion54.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |

MBS( "HotKey.GetTag"; HotKeyRef ) 

**MBS**( **"HotKey.GetTag";** /\* Queries the tag defined for this hotkey. \*/  
**$HotKeyRef**) /\* The reference value for the hotkey as returned by [HotKey.Register](HotKeyRegister.md) function.e.g. $hotkey \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| HotKeyRef | The reference value for the hotkey as returned by [HotKey.Register](HotKeyRegister.md) function. | $hotkey |

### Result

Returns text or error.

### Description

Queries the tag defined for this hotkey.  
### See also

- [HotKey.GetName](HotKeyGetName.md)
- [HotKey.Register](HotKeyRegister.md)
- [HotKey.SetScript](HotKeySetScript.md)
- [HotKey.SetTag](HotKeySetTag.md)

### Blog Entries

- [MBS FileMaker Plugin, version 5.4pr4](https://www.mbsplugins.de/archive/2015-10-29/MBS_FileMaker_Plugin_version_5/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 21st October 2015 , last changed 21st October 2015

  
[HotKey.GetScriptWorkspaceOnly](HotKeyGetScriptWorkspaceOnly.md) - [HotKey.List](HotKeyList.md)

[HTML Version](HotKeyGetTag.shtml)