# Keybow mac

**URL:** https://forums.pimoroni.com/t/keybow-mac/17940
**Category:** Support
**Created:** [September 23, 2021, 9:09am UTC](https://forums.pimoroni.com/t/keybow-mac/17940 "2021-09-23T09:09:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Babydalek](https://avatars.discourse-cdn.com/v4/letter/b/e68b1a/32.png) [@Babydalek](https://forums.pimoroni.com/u/Babydalek)
#### Post date: [September 23, 2021, 9:09am UTC](https://forums.pimoroni.com/t/keybow-mac/17940/1 "2021-09-23T09:09:10Z")

</div>

Has anyone been able to use the Keybox2040 on a mac? I cant seem to program the clover Command key. When I type keyboard.send(keycode.COMMAND) it does not work. I have imported and using these libraries.

import board  
from keybow2040 import Keybow2040  
import time  
import usb\_hid  
from adafruit\_hid.keyboard import Keyboard  
from adafruit\_hid.keyboard\_layout\_us import KeyboardLayoutUS  
from adafruit\_hid.keycode import Keycode  
from adafruit\_hid.consumer\_control\_code import ConsumerControlCode  
from adafruit\_hid.consumer\_control import ConsumerControl

---

<div class="post-metadata">

### Author: ![Babydalek](https://avatars.discourse-cdn.com/v4/letter/b/e68b1a/32.png) [@Babydalek](https://forums.pimoroni.com/u/Babydalek)
#### Post date: [September 24, 2021, 2:31pm UTC](https://forums.pimoroni.com/t/keybow-mac/17940/2 "2021-09-24T14:31:02Z")

</div>

Got it to work but needed to use [Code With Mu](https://codewith.mu/en/) set it up for Circuit Python and now I can use all the key commands found at [adafruit\_hid.keyboard.Keyboard — Adafruit HID Library 1.0 documentation](https://circuitpython.readthedocs.io/projects/hid/en/latest/api.html)

---

<div class="post-metadata">

### Author: ![Babydalek](https://avatars.discourse-cdn.com/v4/letter/b/e68b1a/32.png) [@Babydalek](https://forums.pimoroni.com/u/Babydalek)
#### Post date: [September 24, 2021, 2:31pm UTC](https://forums.pimoroni.com/t/keybow-mac/17940/3 "2021-09-24T14:31:43Z")

</div>

used the keycode.GUI for the command key and windows key
