Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clip Studio Paint Toolbar #38

Open
MaskedEmu opened this issue Nov 30, 2023 · 0 comments
Open

Clip Studio Paint Toolbar #38

MaskedEmu opened this issue Nov 30, 2023 · 0 comments

Comments

@MaskedEmu
Copy link

MaskedEmu commented Nov 30, 2023

This is the toolbar I use heavily for Clip Studio Paint, modified for the newest Tablet Friend version.

I use the older CSP but I assume it would work for the newest subscription model.

Like a previous thread, this is not an issue, just wanted to share!
ClipStudioyaml.zip

app: CLIPStudioPaint

layout_width: 2
button_size: 50
margin: 8

buttons:

	hide:
		action: hide
		size: 2,1
		icon: minus
		style: shy
		text: "hide"

	
	escape_button:
		action: escape
		style: outlined
		text: esc

	enter:
		action: enter
		style: outlined
		icon: subdirectory_arrow_left

	

		
	magic_wand:
		action: w
		style: accent
		icon: auto-fix
		text: magic wand tool

	selection_tool:
		action: m
		style: accent
		icon: selection-drag
		text: rectangle selection tool

	cut:
		action: ctrl+x
		icon_stretch: none
		style: accent
		icon: content_cut
		text: cut

	copy:
		action: ctrl+c
		icon_stretch: none
		style: accent
		icon: content_copy
		text: copy


	paste:
		action: ctrl+v
		size: 2, 1
		style: accent
		icon: content_paste
		text: paste

		

	paint_bucket_tool: 
		action: g
		style: outlined
		icon: format-color-fill
		text: paint bucket tool

	measuring_tool:
		action: u
		style: outlined
		icon: ruler
		text: ruler

	pen:
		action: p
		style: outlined
		icon: pen
		text: pen and pencil


	brush:
		action: b
		style: outlined
		icon: brush
		text: brush and airbrush

	eraser:
		action: e
		size: 2,1
		style: accent
		icon: eraser 
		text: eraser




	undo:
		action: ctrl+z
		style: simple
		size: 1,2
		icon: undo
		text: undo
	redo:
		action: ctrl+y
		size: 1,2
		style: simple
		icon: redo
		text: redo

	bigger:
		action: oem_close_brackets
		style: accent
		icon: plus
		text: bigger

	smaller:
		action: oem_open_brackets
		style: accent
		icon: minus
		text: smaller

	

	space:
		action: space
		text: toggle space
		icon: keyboard_space
		style: shy


	shift:
		action: toggle shift
		text: toggle shift
		icon: apple_keyboard_shift
		style: shy

	ctrl:
		action: toggle ctrl
		text: toggle ctrl
		icon: apple_keyboard_control
		style: shy

	alt:
		action: toggle alt
		text: toggle alt
		icon: apple_keyboard_option
		style: shy

	space:
		action: space
		text: toggle space
		icon: keyboard_space
		style: shy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant