0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【覚書】打ち合わせ資料の半分以上をPowerPointで済ますPMのクイックツールバー設定

Last updated at Posted at 2023-02-03

書いた人

打ち合わせしながら共有画面でパワポ書いてると「操作早い」「何やってるのか分からない」と言われるPM兼SE。
企画工程やPM仕事だとパワポが多い。エクセルが多い人・場面には姉妹記事あります。

設定内容

  • よく使う
  • ショートカットがない(覚えていない・押しづらいものも含む)
    ものを中心に設定。
<mso:cmd app="PowerPoint" dt="0" />
<mso:customUI xmlns:x1="FPMXLClient.Connect" xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui">
<mso:ribbon>
<mso:qat>
<mso:sharedControls>
<mso:control idQ="mso:AutoSaveSwitch" visible="false"/>
<mso:control idQ="mso:FileNewDefault" visible="false"/>
<mso:control idQ="mso:FileOpenUsingBackstage" visible="false"/>
<mso:control idQ="mso:FileSave" visible="false"/>
<mso:control idQ="mso:FileSendAsAttachment" visible="false"/>
<mso:control idQ="mso:FilePrintQuick" visible="false"/>
<mso:control idQ="mso:PrintPreviewAndPrint" visible="false"/>
<mso:control idQ="mso:Spelling" visible="false"/>
<mso:control idQ="mso:Undo" visible="false"/>
<mso:control idQ="mso:RedoOrRepeat" visible="false"/>
<mso:control idQ="mso:PointerModeOptions" visible="false" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ShapeFillColorPicker" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ShapeOutlineColorPicker" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:FontColorPicker" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:Font" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:FontSize" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ObjectsArrangeMenu" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ShapesInsertGallery" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:PictureCrop" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:AlignLeft" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:AlignCenter" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:AlignRight" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:TextAlignGallery" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:SelectionPane" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ObjectAlignMenu" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:ViewSlideMasterView" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:TableInsertRowsAbove" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:TableInsertRowsBelow" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:TableInsertColumnsLeft" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:TableInsertColumnsRight" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:CombineShapesGallery" visible="true" insertBeforeQ="mso:SlideShowFromBeginning"/>
<mso:control idQ="mso:SlideShowFromBeginning" visible="false"/>
</mso:sharedControls>
</mso:qat>
</mso:ribbon>
</mso:customUI>

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?