HotKey.GetName
--------------

Queries the name 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.GetName"; HotKeyRef ) 

**MBS**( **"HotKey.GetName";** /\* Queries the name 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 name defined for this hotkey.  
### See also

- [HotKey.GetTag](HotKeyGetTag.md)
- [HotKey.List](HotKeyList.md)
- [HotKey.Register](HotKeyRegister.md)
- [HotKey.SetName](HotKeySetName.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.GetModifiers](HotKeyGetModifiers.md) - [HotKey.GetPermanent](HotKeyGetPermanent.md)

[HTML Version](HotKeyGetName.shtml)