RemoteControl.PressShiftKey
---------------------------

Presses shift key.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [RemoteControl](component_RemoteControl.md) | [2.8](newinversion28.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |

MBS( "RemoteControl.PressShiftKey"; down ) 

**MBS**( **"RemoteControl.PressShiftKey";** /\* Presses shift key. \*/  
**$down**) /\* Pass 1 to press key down or 0 to release it.e.g. 1 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| down | Pass 1 to press key down or 0 to release it. | 1 |

### Result

Returns OK on success.

### Description

Presses shift key.  
Same as [RemoteControl.PressKey](RemoteControlPressKey.md) for pressing shift key.  
### See also

- [RemoteControl.IsShiftKeyDown](RemoteControlIsShiftKeyDown.md)
- [RemoteControl.PressCommandKey](RemoteControlPressCommandKey.md)
- [RemoteControl.PressControlKey](RemoteControlPressControlKey.md)
- [RemoteControl.PressKey](RemoteControlPressKey.md)
- [RemoteControl.PressKeyLater](RemoteControlPressKeyLater.md)
- [RemoteControl.PressOptionKey](RemoteControlPressOptionKey.md)

### Example Databases

- [RemoteControl/Press keys](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/RemoteControl/Press%20keys.shtml#1ScriptAnchor_)

This function checks for a license.

Created 18th August 2014 , last changed 24th February 2022

  
[RemoteControl.PressOptionKey](RemoteControlPressOptionKey.md) - [RemoteControl.ShowCursor](RemoteControlShowCursor.md)

[HTML Version](RemoteControlPressShiftKey.shtml)